﻿@charset "UTF-8";
img {
  max-width: 100%;
  height: auto; }

body {
  font-size: 12px;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.5px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: #f3f3f3; }

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", Helvetica, Arial, serif;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 105%; }

h1 {
  font-size: 35px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 13px; }

b, strong {
  font-weight: 700; }

a {
  color: #46a1b2;
  -moz-transition: 200ms all ease-in-out;
  -o-transition: 200ms all ease-in-out;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out; }
  a:hover, a:focus {
    color: #38808d;
    outline: none;
    text-decoration: none; }

button, .removeBtnStyle {
  -moz-transition: 200ms all ease-in-out;
  -o-transition: 200ms all ease-in-out;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
  border: none;
  background: none;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  button:focus, .removeBtnStyle:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important; }

.center {
  text-align: center; }

.noPad {
  padding: 0;
  float: left; }

ul {
  padding-left: 20px; }

.page {
  min-height: 450px;
  padding-top: 10px; }

.page .generalTitle {
  margin-bottom: 20px !important;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 0;
  border-bottom: 0 !important; }

.home-page, .category-page, .product-details-page, .account-page {
  padding-top: 0 !important; }

.h2 {
  font-size: 24px;
  font-weight: 700; }

hr {
  border-color: #ccc;
  margin: 0;
  margin-bottom: 30px; }

i, span {
  -moz-transition: 200ms all ease-in-out !important;
  -o-transition: 200ms all ease-in-out !important;
  -webkit-transition: 200ms all ease-in-out !important;
  transition: 200ms all ease-in-out !important; }

/* Hide google remarketing */
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

/*Admin*/
.administration {
  position: fixed !important;
  top: 65px;
  left: 5px;
  border: none;
  background-color: #46a1b2;
  color: #fff; }

/*Scroll*/
::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 6px; }

::-webkit-scrollbar-track {
  background: #e3e3e3; }

.form-group {
  margin-bottom: 15px; }

.popUpKurser {
  position: fixed;
  bottom: 0;
  right: -500px;
  height: auto;
  max-width: 500px;
  width: 100%;
  background: #fff;
  color: #222;
  padding: 30px 50px;
  z-index: 906;
  -moz-transition: 200ms all ease-in-out;
  -o-transition: 200ms all ease-in-out;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
  text-align: left; }
  .popUpKurser.active {
    right: 0; }
  .popUpKurser .begynder, .popUpKurser .uv-jagt {
    position: relative;
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 25px 20px;
    background-color: #46a1b2;
    color: #fff;
    height: 131px; }
    .popUpKurser .begynder h4, .popUpKurser .uv-jagt h4 {
      line-height: 160%; }
  .popUpKurser .uv-jagt {
    background-color: #38808d; }
  .popUpKurser #dismiss-popup {
    position: absolute;
    right: 50px;
    top: 30px;
    font-size: 17px;
    color: #999; }
    .popUpKurser #dismiss-popup:hover {
      color: #46a1b2; }

.popUpNewsletter {
  position: fixed;
  bottom: 0;
  right: -400px;
  height: 250px;
  max-width: 400px;
  width: 100%;
  background: #fff;
  color: #fff;
  background-image: url(../images/newsletter-popup-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0px 70px;
  z-index: 906;
  -moz-transition: 200ms all ease-in-out;
  -o-transition: 200ms all ease-in-out;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out; }
  .popUpNewsletter .centerThis {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 100%; }
    .popUpNewsletter .centerThis i {
      font-size: 15px;
      margin-right: 5px; }
    .popUpNewsletter .centerThis button {
      display: block;
      padding: 10px 24px;
      background-color: #f1c96a;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 12px;
      margin-top: 12px;
      letter-spacing: 1px; }
      .popUpNewsletter .centerThis button:hover {
        background-color: #edb83b; }
  .popUpNewsletter > i#closeTheHouse {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    padding: 10px; }
    .popUpNewsletter > i#closeTheHouse:hover {
      color: #fff; }
  .popUpNewsletter.active {
    right: 0; }

.newsletter-footer {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: 700; }
  .newsletter-footer i {
    font-size: 17px;
    margin-right: 8px; }
  .newsletter-footer button {
    margin-left: 30px;
    padding: 10px 20px;
    background-color: #88a35d;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900; }
    .newsletter-footer button:hover {
      background-color: #6d834a; }

/*Cookies*/
.eu-cookie-bar-notification {
  position: fixed;
  padding: 25px;
  max-width: 320px;
  width: 100%;
  left: 30px;
  bottom: 0px;
  background-color: #46a1b2;
  color: #fff; }
  .eu-cookie-bar-notification .text {
    margin-bottom: 20px; }
  .eu-cookie-bar-notification .ok-button {
    padding: 8px 16px;
    font-weight: 700;
    color: #46a1b2;
    background-color: #fff; }
    .eu-cookie-bar-notification .ok-button:hover {
      background-color: #38808d;
      color: #fff; }
  .eu-cookie-bar-notification .learn-more {
    display: inline-block;
    margin-left: 20px;
    text-decoration: underline;
    color: #fff; }

.topbar {
  background-color: #e3e3e3;
  padding: 6px 0;
  text-align: left;
  font-size: 11px; }
  .topbar .goLeft {
    margin-top: 5px;
    display: inline-block; }
    .topbar .goLeft a {
      color: #777;
      margin-right: 15px; }
      .topbar .goLeft a i {
        margin-right: 7px;
        font-size: 13px; }
      .topbar .goLeft a:hover {
        color: #222; }
  .topbar ul.nav.topLinks {
    float: right;
    text-transform: uppercase; }
    .topbar ul.nav.topLinks li a {
      color: #777;
      padding: 6px 0;
      margin-left: 25px; }
      .topbar ul.nav.topLinks li a:hover {
        color: #222; }
  .topbar .language-list {
    display: inline-block; }
  .topbar .currency-selector {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    width: 135px;
    background-color: #fff;
    color: #999;
    text-align: left;
    padding: 3px 13px; }
    .topbar .currency-selector button {
      text-transform: uppercase;
      padding: 0; }
    .topbar .currency-selector .dropdown-menu {
      width: 135px;
      background-color: #fff;
      border-radius: 0;
      min-width: 1px;
      margin-top: 0;
      padding: 3px 0;
      border: none; }
      .topbar .currency-selector .dropdown-menu a {
        padding: 3px 13px;
        font-size: 13px;
        text-align: left;
        text-transform: uppercase;
        color: #444; }
        .topbar .currency-selector .dropdown-menu a:hover {
          background-color: #ebebeb; }
    .topbar .currency-selector .dropdown-toggle::after {
      display: inline-block;
      font-size: 13px;
      margin-left: 6px;
      vertical-align: middle;
      font-family: FontAwesome;
      content: "\f107";
      border: none;
      position: relative;
      top: -11px; }

input {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 500; }

.logo {
  display: inline-block;
  position: relative;
  margin-top: -4px; }
  .logo .dykkerbutikken {
    display: inline-block; }
    .logo .dykkerbutikken img {
      width: 250px; }
  .logo .ssi {
    display: inline-block;
    margin-left: 20px; }
    .logo .ssi img {
      width: 60px;
      margin-top: -5px; }

header {
  margin-top: 20px; }
  header .goRight {
    float: right; }
  header .toggle {
    display: none; }

#small-search-box-form {
  padding-top: 0 !important; }

.formSearch {
  display: inline-block;
  float: left; }
  .formSearch .search-box-text {
    height: 45px !important;
    min-width: 220px;
    border: none;
    border-radius: 0 !important;
    padding: 16px 15px;
    font-size: 12px; }
  .formSearch .search-box-button {
    background-color: #fff;
    padding: 9px 14px;
    border-radius: 0 !important;
    color: #777;
    height: 45px !important;
    font-size: 16px; }
    .formSearch .search-box-button:focus {
      border: 1px solid transparent !important; }

.basket {
  display: inline-block; }

.kurv {
  display: inline-block;
  height: 45px;
  width: 220px;
  color: #fff;
  background-color: #46a1b2;
  position: relative;
  float: left;
  padding: 14px 15px;
  margin-left: 30px;
  text-transform: uppercase;
  -moz-transition: 200ms all ease-in-out;
  -o-transition: 200ms all ease-in-out;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
  font-weight: 900;
  font-size: 13px; }
  .kurv .cart-label {
    display: inline-block;
    float: right;
    text-align: right; }
    .kurv .cart-label .cart-subtotal {
      display: block; }
  .kurv i {
    display: inline-block;
    font-size: 18px;
    position: relative; }
  .kurv:hover, .kurv:focus {
    background-color: #38808d;
    color: #fff; }

.trigger {
  display: none; }

.navbar.mainNav .nav > li:hover > a {
  background-color: #fff;
  color: #46a1b2; }
  .navbar.mainNav .nav > li:hover > a:hover {
    color: #46a1b2 !important; }

.mainNav {
  margin-top: 20px;
  padding: 0 !important;
  text-align: center;
  background-color: #46a1b2;
  height: 100%;
  position: relative; }
  .mainNav .nav {
    display: inline-block;
    margin: 0 auto; }
  .mainNav li {
    float: left;
    position: static; }
    .mainNav li a {
      font-weight: 900;
      font-size: 12px;
      padding: 18px 12px !important;
      color: #fff;
      background-color: transparent; }
      .mainNav li a i {
        font-size: 14px;
        margin-right: 5px; }
      .mainNav li a:hover {
        color: #fff !important;
        background-color: #38808d; }
    .mainNav li.blackfriday a {
      background-color: #000; }
    .mainNav li ul {
      padding: 30px 40px;
      margin-top: 0;
      border: none;
      background-color: #fff;
      width: 100%;
      min-width: 1px;
      text-align: left;
      position: absolute;
      top: 54px;
      left: 15px;
      right: 15px;
      border-radius: 0;
      -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
      -moz-transition: 200ms all ease-in-out;
      -o-transition: 200ms all ease-in-out;
      -webkit-transition: 200ms all ease-in-out;
      transition: 200ms all ease-in-out; }
      .mainNav li ul li {
        width: calc(100%/3);
        display: inline-block;
        float: left; }
        .mainNav li ul li a {
          background-color: #fff;
          color: #222;
          font-size: 13px;
          font-weight: 700;
          padding: 7px 14px !important;
          text-transform: none; }
          .mainNav li ul li a:hover {
            background-color: #46a1b2;
            color: #fff !important; }
        .mainNav li ul li ul {
          display: none !important; }

.seeMe {
  margin: 20px 0; }
  .seeMe .poi {
    padding: 12px 20px;
    background-color: #fff;
    position: relative;
    text-align: right;
    color: #777; }
    .seeMe .poi i {
      display: inline-block;
      float: left;
      font-size: 24px;
      position: relative;
      top: 8px; }
    .seeMe .poi strong {
      font-weight: 900; }
    .seeMe .poi p {
      font-size: 13px;
      font-weight: 900;
      margin-bottom: 3px;
      text-transform: uppercase; }

.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 420px;
  margin-bottom: 50px;
  overflow: hidden; }
  .cover .fillWidth {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0; }
  .cover .innerCenter {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin-top: -50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .cover .coverText {
    color: #fff; }
    .cover .coverText h5 {
      font-weight: 900;
      font-size: 18px;
      margin-bottom: 25px;
      text-transform: uppercase; }
    .cover .coverText h3 {
      font-weight: 300;
      font-size: 38px;
      margin: 0;
      display: inline; }
    .cover .coverText .typed-cursor {
      font-weight: 300;
      font-size: 38px; }

.generalMarginSupporter {
  margin: 0; }

.generalTitle {
  margin: 0;
  margin-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc !important;
  font-weight: 700;
  font-size: 24px; }

.push50 {
  margin-bottom: 50px; }

.push20 {
  margin-bottom: 20px; }

.frontText {
  background-color: #fff;
  padding: 60px;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden; }
  .frontText h2 {
    margin: 0;
    text-align: left !important;
    text-transform: none;
    font-size: 28px; }
  .frontText .innerPadding {
    z-index: 2;
    position: relative; }
  .frontText img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 350px; }

.outletLink {
  margin-bottom: 50px;
  display: block; }

.linetrough {
  margin-bottom: 10px; }
  .linetrough h2 {
    font-size: 15px;
    font-weight: 700;
    color: #777;
    background-color: #f3f3f3;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0;
    display: inline-block; }
  .linetrough .aline {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 1;
    position: relative;
    top: -22px;
    display: inline-block; }

.gallery .tilbud {
  left: -4px;
  right: auto;
  top: 30px; }
  .gallery .tilbud span {
    font-size: 14px; }

.tilbud {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 2; }
  .tilbud span {
    display: inline-block;
    margin: 0 auto;
    padding: 7px 14px;
    background-color: #f1c96a;
    color: #222;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase; }

.nyhed-label {
  position: absolute;
  top: -8px;
  left: -8px;
  pointer-events: none;
  z-index: 2;
  display: inline-block;
  padding: 19px 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #38808d;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase; }

.produktBox {
  background-color: #fff;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  padding-top: 20px;
  padding-bottom: 43px;
  width: 100%;
  text-align: center;
  position: relative; }
  .produktBox .seProdukt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .produktBox .imgHolder {
    display: block;
    height: 170px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .produktBox .imgHolder img {
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      width: 100%;
      object-fit: contain; }
  .produktBox .attribute-values {
    margin-bottom: 10px; }
    .produktBox .attribute-values span.a-value {
      margin: 0 5px;
      text-align: center;
      display: inline-block; }
      .produktBox .attribute-values span.a-value img {
        margin-bottom: 5px; }
      .produktBox .attribute-values span.a-value p {
        padding-top: 0;
        margin: 0;
        color: #777; }
  .produktBox .produktNavnHolder {
    position: relative; }
    .produktBox .produktNavnHolder .produktNavn {
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 10px; }
      .produktBox .produktNavnHolder .produktNavn a {
        color: #222; }
  .produktBox .priceArea {
    position: relative; }
  .produktBox .price .actual-price {
    font-weight: 900;
    font-size: 15px;
    color: #222;
    display: block; }
  .produktBox .price .old-price {
    font-weight: 400;
    font-size: 12px;
    color: #999; }
  .produktBox .card-block {
    padding: 15px; }
  .produktBox .card-text {
    padding: 0; }
  .produktBox .seProdukt {
    padding: 12px 20px;
    background-color: #46a1b2;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    width: 100%; }
    .produktBox .seProdukt i {
      margin-left: 8px;
      float: right;
      font-size: 15px; }
    .produktBox .seProdukt:hover {
      background-color: #46a1b2; }

.categoryBox {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 30px;
  width: 100%;
  display: block; }
  .categoryBox .imgHolder {
    text-align: center;
    width: 100%;
    display: block;
    height: 170px; }
  .categoryBox img {
    margin: 0;
    display: inline;
    max-height: 170px; }
  .categoryBox h5.h6 {
    font-size: 13px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    font-weight: 700;
    color: #444;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    -webkit-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out; }
  .categoryBox:hover h5.h6 {
    color: #46a1b2;
    border-color: #46a1b2; }

.row {
  margin: 0 -15px !important;
  padding: 0 !important; }
  .row div[class*='col-'] {
    padding: 0 15px !important; }

.instagramFeed {
  height: 350px;
  overflow: hidden; }
  .instagramFeed .ctaBlock {
    background-color: #38808d;
    height: 350px;
    /*Denne højde er vigtig ift. billederne*/ }
    .instagramFeed .ctaBlock .visEventyr {
      border-top: 1px dashed #46a1b2;
      text-align: center;
      padding: 45px 25px;
      color: #fff;
      background-color: #38808d; }
      .instagramFeed .ctaBlock .visEventyr p {
        margin-bottom: 5px; }
      .instagramFeed .ctaBlock .visEventyr h3 {
        font-size: 25px;
        font-weight: 900;
        margin: 0; }
        .instagramFeed .ctaBlock .visEventyr h3 a {
          color: #fff; }
          .instagramFeed .ctaBlock .visEventyr h3 a:hover {
            color: rgba(255, 255, 255, 0.75); }
    .instagramFeed .ctaBlock .headlineInstagram {
      padding: 45px 40px;
      margin: 0 auto;
      color: #fff;
      background-color: #46a1b2;
      text-align: center; }
      .instagramFeed .ctaBlock .headlineInstagram > i {
        font-size: 56px;
        margin-right: 20px;
        display: inline-block;
        position: relative;
        top: -2px; }
      .instagramFeed .ctaBlock .headlineInstagram h2 {
        font-size: 25px;
        display: inline-block;
        font-weight: 900;
        margin: 0;
        text-transform: uppercase;
        text-align: left; }
      .instagramFeed .ctaBlock .headlineInstagram a {
        padding: 12px 20px;
        margin-top: 20px;
        width: 180px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        border: 2px solid #fff; }
        .instagramFeed .ctaBlock .headlineInstagram a > i {
          margin-left: 10px;
          text-align: right;
          font-size: 13px;
          color: #fff; }
        .instagramFeed .ctaBlock .headlineInstagram a:hover {
          background-color: #fff;
          color: #46a1b2; }
          .instagramFeed .ctaBlock .headlineInstagram a:hover i {
            color: #46a1b2; }
  .instagramFeed .instagramImg {
    height: calc(350px/2 - 15px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background-color: #fff;
    margin-bottom: 30px; }
    .instagramFeed .instagramImg .hoverEffekt {
      -moz-transition: 200ms all ease-in-out;
      -o-transition: 200ms all ease-in-out;
      -webkit-transition: 200ms all ease-in-out;
      transition: 200ms all ease-in-out;
      opacity: 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 55px;
      padding: 20px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      .instagramFeed .instagramImg .hoverEffekt .enlarge {
        float: right; }
      .instagramFeed .instagramImg .hoverEffekt .likes i {
        margin-right: 8px; }
    .instagramFeed .instagramImg:hover .hoverEffekt {
      opacity: 1; }

.facebookFeed .fbNews {
  margin-bottom: 30px;
  background-color: #fff; }
  .facebookFeed .fbNews .fbImg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 200px;
    text-align: right; }
    .facebookFeed .fbNews .fbImg .fa-facebook-f {
      position: absolute;
      bottom: -2px;
      left: 30px;
      color: #fff;
      font-size: 22px;
      z-index: 3; }
    .facebookFeed .fbNews .fbImg .hoverEffekt {
      opacity: 0;
      color: #fff;
      z-index: 2;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 55px;
      padding: 30px;
      -moz-transition: 200ms all ease-in-out;
      -o-transition: 200ms all ease-in-out;
      -webkit-transition: 200ms all ease-in-out;
      transition: 200ms all ease-in-out;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      .facebookFeed .fbNews .fbImg .hoverEffekt span {
        margin-left: 15px; }
        .facebookFeed .fbNews .fbImg .hoverEffekt span i {
          margin-right: 6px; }
  .facebookFeed .fbNews .fbContent {
    padding: 30px;
    color: #222;
    overflow: hidden; }
    .facebookFeed .fbNews .fbContent h4 {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 900; }
    .facebookFeed .fbNews .fbContent p {
      margin-bottom: 0; }
  .facebookFeed .fbNews:hover .fbImg .hoverEffekt {
    opacity: 1; }
  .facebookFeed .fbNews:hover .fbContent h4 {
    color: #46a1b2; }

.cardCategory {
  padding: 15px;
  background-color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  .cardCategory .imgHolder {
    text-align: center;
    width: 100%;
    display: block;
    height: 170px;
    margin-bottom: 25px; }
  .cardCategory img {
    display: inline !important;
    max-height: 170px;
    width: auto !important; }
  .cardCategory h3 {
    font-size: 13px;
    font-weight: 900;
    color: #222; }
  .cardCategory a.shopNu {
    padding: 6px 20px;
    margin-top: 5px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    background-color: #46a1b2;
    margin-bottom: 20px; }
    .cardCategory a.shopNu:hover {
      background-color: #38808d;
      color: #fff; }

.datoerFront .datoBox {
  border: 1px solid #ccc;
  text-align: center;
  padding: 15px 20px; }
  .datoerFront .datoBox h2 {
    text-transform: none;
    font-weight: 900;
    font-size: 15px;
    color: #999;
    text-align: center !important;
    margin: 15px 0 !important; }
  .datoerFront .datoBox p {
    font-weight: 700;
    font-size: 13px; }

.socialFooter {
  text-align: center;
  font-size: 26px;
  padding-top: 70px; }
  .socialFooter a {
    display: inline-block;
    margin: 0 10px;
    padding: 12px 0px;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    background-color: #f3f3f3; }
    .socialFooter a i {
      color: #777;
      padding: 0; }
    .socialFooter a:hover {
      background-color: #46a1b2; }
      .socialFooter a:hover i {
        color: #fff; }

footer {
  padding: 70px 0;
  position: relative;
  background-color: #fff; }
  footer .followNow {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px; }
    footer .followNow .social {
      display: inline-block;
      float: left; }
      footer .followNow .social .list-group {
        padding-bottom: 0; }
      footer .followNow .social li {
        height: 26px;
        width: auto;
        overflow: hidden; }
    footer .followNow .newsleter {
      display: inline-block;
      float: right;
      margin-top: -11px; }
      footer .followNow .newsleter .newsletter-result {
        margin-top: 4px; }
      footer .followNow .newsleter .newsletter-subscribe-text {
        font-size: 12px;
        border-radius: 0;
        width: 190px;
        font-weight: 500;
        border: 0; }
      footer .followNow .newsleter .input-group-addon {
        font-size: 12px;
        display: block;
        padding: 12px 15px;
        cursor: pointer;
        height: 38px;
        border-radius: 0;
        font-weight: 500;
        border: 0;
        color: #fff;
        background-color: #46a1b2; }
        footer .followNow .newsleter .input-group-addon .fa {
          width: auto;
          display: inline;
          margin-right: 6px; }
        footer .followNow .newsleter .input-group-addon:hover {
          background-color: #46a1b2;
          color: #fff; }
  footer .footer-block {
    font-weight: 400;
    font-size: 12px; }
    footer .footer-block h4 {
      margin-bottom: 25px !important;
      border-bottom: 1px solid #ccc;
      padding-bottom: 25px;
      color: #222;
      font-size: 17px; }
    footer .footer-block .list-group {
      padding-bottom: 0; }
    footer .footer-block li {
      display: block;
      margin-bottom: 5px; }
      footer .footer-block li i {
        margin-right: 8px;
        width: 20px;
        text-align: center;
        font-size: 15px; }
      footer .footer-block li a {
        font-weight: 700; }
        footer .footer-block li a:hover, footer .footer-block li a:focus {
          color: #46a1b2; }

.footer-lower {
  border: none;
  position: relative;
  padding: 15px 0;
  background-color: #f3f3f3;
  color: #777;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase; }
  .footer-lower a, .footer-lower span {
    margin-left: 10px;
    color: #777; }
  .footer-lower a:hover {
    color: #46a1b2; }
  .footer-lower ul.kreditkort {
    float: left;
    margin-bottom: 0; }
    .footer-lower ul.kreditkort li {
      display: inline-block;
      margin-right: 5px; }
      .footer-lower ul.kreditkort li img {
        max-width: 30px; }
  .footer-lower .ccinfo {
    padding-top: 4px; }

.hidden {
  display: none !important; }

.topOfPage hr {
  margin: 20px 0; }

.goBack {
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  -moz-transition: 200ms all ease-in-out;
  -o-transition: 200ms all ease-in-out;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
  color: #222; }
  .goBack i {
    color: #222;
    margin-right: 8px; }
  .goBack:hover {
    color: #46a1b2 !important; }
    .goBack:hover i {
      color: #46a1b2 !important; }

.breadcrumb {
  padding: 10px 0px;
  text-transform: uppercase;
  border-radius: 0;
  background-color: transparent;
  font-size: 11px;
  margin-bottom: 0;
  margin-top: -8px;
  float: right; }
  .breadcrumb strong {
    font-weight: 700; }

.breadcrumb-item.active {
  color: #777; }

.cardText {
  background-color: #fff;
  padding: 40px 50px;
  margin-bottom: 30px; }

/*Sidemenu*/
.block-account-navigation .list {
  padding-left: 0; }
  .block-account-navigation .list > li {
    margin-bottom: 10px;
    /*KUN første punkt = "Vis alle" */ }
    .block-account-navigation .list > li:before {
      display: none; }
    .block-account-navigation .list > li > a {
      padding: 12px 15px;
      background-color: #46a1b2;
      display: block;
      margin-bottom: 2px;
      color: #fff;
      font-weight: 700;
      font-size: 13px; }
      .block-account-navigation .list > li > a:hover {
        background-color: #38808d;
        color: #fff; }
    .block-account-navigation .list > li.noChildren > a:after {
      display: none; }
    .block-account-navigation .list > li.active > a {
      background-color: #38808d;
      color: #fff; }
    .block-account-navigation .list > li.active > a:after {
      content: '\f107'; }

.generalLeftSide .viewBox .list {
  padding-left: 0; }
  .generalLeftSide .viewBox .list > li {
    margin-bottom: 10px;
    /*KUN første punkt = "Vis alle" */
    /*Alle underkategorier*/ }
    .generalLeftSide .viewBox .list > li:before {
      display: none; }
    .generalLeftSide .viewBox .list > li > a {
      padding: 12px 15px;
      background-color: #46a1b2;
      display: block;
      margin-bottom: 2px;
      color: #fff;
      font-weight: 700;
      font-size: 13px; }
      .generalLeftSide .viewBox .list > li > a:after {
        content: '\f106';
        font-family: FontAwesome;
        position: relative;
        float: right;
        font-size: 13px; }
      .generalLeftSide .viewBox .list > li > a:hover {
        background-color: #38808d;
        color: #fff; }
    .generalLeftSide .viewBox .list > li.noChildren > a:after {
      display: none; }
    .generalLeftSide .viewBox .list > li.active > a {
      background-color: #38808d;
      color: #fff; }
    .generalLeftSide .viewBox .list > li.active > a:after {
      content: '\f107'; }
    .generalLeftSide .viewBox .list > li > ul.sublist {
      padding-left: 0; }
      .generalLeftSide .viewBox .list > li > ul.sublist > li {
        padding: 8px 15px;
        background-color: #fff;
        display: block;
        margin-bottom: 2px;
        /*Alle under(under)kategorier*/ }
        .generalLeftSide .viewBox .list > li > ul.sublist > li:before {
          display: none; }
        .generalLeftSide .viewBox .list > li > ul.sublist > li a {
          color: #222;
          font-weight: 900;
          font-size: 12px; }
          .generalLeftSide .viewBox .list > li > ul.sublist > li a:hover {
            color: #46a1b2; }
        .generalLeftSide .viewBox .list > li > ul.sublist > li.active {
          border-right: 3px solid #46a1b2; }
          .generalLeftSide .viewBox .list > li > ul.sublist > li.active a {
            color: #46a1b2; }
        .generalLeftSide .viewBox .list > li > ul.sublist > li > ul.sublist {
          padding-left: 0;
          padding-top: 2px; }
          .generalLeftSide .viewBox .list > li > ul.sublist > li > ul.sublist > li {
            padding: 2px 0; }
            .generalLeftSide .viewBox .list > li > ul.sublist > li > ul.sublist > li:before {
              display: none; }
            .generalLeftSide .viewBox .list > li > ul.sublist > li > ul.sublist > li a {
              color: #222;
              font-weight: 600;
              font-size: 11px;
              padding-left: 10px;
              border-left: 2px solid #fff; }
              .generalLeftSide .viewBox .list > li > ul.sublist > li > ul.sublist > li a:hover {
                border-left: 2px solid #46a1b2;
                color: #46a1b2; }
            .generalLeftSide .viewBox .list > li > ul.sublist > li > ul.sublist > li.active a {
              border-left: 2px solid #46a1b2;
              color: #46a1b2; }

.cardText h2 {
  font-weight: 700; }

.related-products-grid {
  margin-top: 30px; }

.product-simple-share {
  display: none !important; }

.leveringsinfo {
  color: #88a35d;
  font-weight: 700;
  font-size: 12px;
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 10px; }
  .leveringsinfo i {
    margin-right: 20px;
    font-size: 15px; }

.category-description {
  height: 100%;
  max-height: 150px;
  min-height: 100px;
  overflow: hidden;
  position: relative; }
  .category-description.active {
    max-height: 100%; }
    .category-description.active .readMoreCategoryDescription {
      opacity: 0;
      pointer-events: none; }
  .category-description .readMoreCategoryDescription {
    height: 70px;
    background-image: url(../images/gradient-readmore-hvid.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    cursor: pointer;
    opacity: 1;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    -webkit-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out; }
    .category-description .readMoreCategoryDescription span {
      display: block;
      padding-top: 40px;
      font-weight: 900;
      font-size: 13px;
      text-transform: uppercase;
      color: #46a1b2; }
    .category-description .readMoreCategoryDescription:hover span {
      color: #222;
      padding-left: 10px; }

.attributes .text-prompt {
  margin-bottom: 4px;
  font-size: 11px;
  display: block; }

.attributes ul {
  padding-left: 0;
  font-size: 12px; }
  .attributes ul .custom-control-description {
    padding: 3px 0; }

.attributes .date-picker-wrapper select {
  width: auto;
  padding: 8px 8px;
  margin-right: 5px; }

.attributes textarea {
  width: 100%; }

.attributes select {
  border-radius: 0; }

.attributes select, .attributes input, .attributes radio {
  margin-bottom: 10px; }

.productDetails {
  margin: 30px 0; }
  .productDetails .gallery {
    position: relative; }
    .productDetails .gallery .picture {
      background-color: #fff;
      padding: 30px;
      text-align: center; }
    .productDetails .gallery .picture-thumbs {
      position: relative;
      padding: 30px;
      background-color: #fff;
      margin-top: 10px; }
      .productDetails .gallery .picture-thumbs .thumb-item {
        display: inline-block; }
        .productDetails .gallery .picture-thumbs .thumb-item img {
          width: 90px;
          height: 90px;
          border-radius: 0;
          margin: 3px 1px;
          border-color: #ccc; }
  .productDetails .overview {
    background-color: #fff;
    padding: 30px; }
    .productDetails .overview hr {
      margin: 30px 0; }
    .productDetails .overview .add-to-cart-button {
      background-color: #ef9f27;
      color: #fff;
      padding: 15px 20px;
      height: 49px;
      font-size: 13px;
      font-weight: 700;
      text-align: left;
      display: block;
      width: 100%;
      text-transform: uppercase;
      margin: 0; }
      .productDetails .overview .add-to-cart-button i {
        float: right;
        font-size: 17px; }
    .productDetails .overview h1 {
      font-size: 17px;
      font-weight: 900;
      margin-bottom: 25px;
      text-transform: none;
      margin-top: 0 !important; }
    .productDetails .overview #readMore {
      display: block;
      margin-top: 10px;
      cursor: pointer;
      padding: 0px;
      font-weight: 900;
      -moz-transition: 200ms all ease-in-out;
      -o-transition: 200ms all ease-in-out;
      -webkit-transition: 200ms all ease-in-out;
      transition: 200ms all ease-in-out;
      font-size: 13px;
      text-transform: uppercase;
      color: #46a1b2; }
      .productDetails .overview #readMore:hover {
        color: #222;
        padding-left: 10px; }
    .productDetails .overview .prices {
      margin-bottom: 25px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 25px;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      color: #222;
      font-size: 15px; }
      .productDetails .overview .prices span {
        font-weight: 900;
        float: right; }
      .productDetails .overview .prices label {
        margin-bottom: 0px;
        font-weight: 400; }
      .productDetails .overview .prices .old-product-price {
        color: #777;
        font-size: 13px; }
        .productDetails .overview .prices .old-product-price span, .productDetails .overview .prices .old-product-price label {
          text-decoration: line-through;
          font-weight: 400; }
      .productDetails .overview .prices .product-price {
        padding: 12px 15px;
        background-color: #f1c96a;
        color: #222;
        margin-top: 15px; }
        .productDetails .overview .prices .product-price label {
          font-weight: 900; }
      .productDetails .overview .prices .paying-price {
        font-weight: 700;
        font-size: 17px;
        display: block; }
        .productDetails .overview .prices .paying-price label {
          font-weight: 400; }
    .productDetails .overview .produktAntal {
      height: 49px;
      position: relative;
      background-color: #fff;
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.15);
      margin-bottom: 25px;
      display: block;
      -moz-transition: 200ms all ease-in-out;
      -o-transition: 200ms all ease-in-out;
      -webkit-transition: 200ms all ease-in-out;
      transition: 200ms all ease-in-out; }
      .productDetails .overview .produktAntal label {
        padding-top: 8px;
        padding: 15px 20px;
        color: #999;
        display: inline-block; }
      .productDetails .overview .produktAntal .qty-input {
        text-align: right !important;
        border-radius: 0;
        height: 49px;
        display: inline-block;
        width: 200px;
        float: right;
        font-weight: 700;
        padding: 15px 15px;
        text-align: center;
        background-color: transparent;
        border: none; }
      .productDetails .overview .produktAntal:hover {
        border-color: #46a1b2; }
    .productDetails .overview .sku {
      margin-top: 30px;
      border-top: 1px solid #ccc;
      padding-top: 25px;
      text-transform: uppercase; }
      .productDetails .overview .sku .value {
        float: right; }

#quickTabs {
  margin-bottom: 30px; }
  #quickTabs .full-description, #quickTabs .custom-tab {
    padding: 30px;
    background-color: #fff; }
    #quickTabs .full-description ul, #quickTabs .custom-tab ul {
      list-style-type: disc; }
  #quickTabs .nav-tabs {
    border-bottom: 0; }
    #quickTabs .nav-tabs li .nav-link {
      font-weight: 500;
      font-size: 17px;
      padding: 14px 22px;
      padding-top: 11px;
      background-color: transparent;
      border: 0 !important;
      border-radius: 0;
      border-top: 2px solid transparent !important;
      color: #999; }
    #quickTabs .nav-tabs li.ui-state-active .nav-link {
      color: #46a1b2;
      background-color: #fff;
      border-color: #46a1b2 !important; }

.product-share-button {
  display: none; }

.generalNote.card {
  height: auto !important; }

.card {
  box-shadow: none !important;
  padding: 50px;
  border-radius: 0;
  border: 0;
  margin-bottom: 30px !important;
  height: calc(100% - 30px); }
  .card .card-header {
    padding: 0;
    border-bottom: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    margin-bottom: 30px; }
    .card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5 {
      margin-bottom: 0; }
  .card .card-block {
    background-color: transparent;
    padding: 0; }
    .card .card-block.small {
      font-size: 13px;
      font-weight: 500; }
  .card .card-footer {
    padding: 0;
    border-top: 1px solid #ccc;
    padding-top: 30px;
    background-color: transparent;
    margin-top: 15px;
    position: relative; }
  .card .btn-group input {
    padding: 8px 15px; }

.btn {
  border-radius: 0;
  font-size: 13px;
  padding: 8px 15px;
  font-weight: 500; }

span.required {
  display: none; }

.page .form-group select {
  border-radius: 0;
  border-color: #ccc;
  margin-right: 5px; }

.page .form-group label, .page .form-group .col-form-label {
  padding-top: 0;
  padding-bottom: 5px !important; }

.page .form-group input {
  border-radius: 0;
  border: 1px solid;
  border-color: #ccc; }
  .page .form-group input:focus {
    outline: none;
    border-color: #46a1b2; }

.change-password-page .form-group input {
  width: 100%; }

.login-page input {
  margin-bottom: 15px; }

.register-block .register-button {
  margin-top: 30px !important; }

.blueNow {
  background-color: #46a1b2;
  color: #fff; }

.table {
  margin-bottom: 30px;
  border-bottom: 0; }
  .table .form-control {
    width: 50px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    float: none !important; }

.form-group label {
  font-size: 13px;
  letter-spacing: 0; }

.form-group .form-control {
  border-radius: 0;
  font-size: 13px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  float: none !important; }
  .form-group .form-control:focus, .form-group .form-control:hover {
    border-color: #46a1b2;
    outline: none; }

.btn {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 20px;
  height: auto; }

textarea {
  min-height: 150px; }

.total-info .table tr {
  width: 100% !important; }
  .total-info .table tr td {
    padding: 10px; }

.table thead th {
  border-bottom: 0;
  border-top: 0; }

.checkout-buttons {
  float: right;
  margin-top: -10px;
  margin-bottom: 50px; }

.order-summary-content h5 {
  font-size: 18px; }

.order-summary-content .cart-collaterals .title, .order-summary-content h2.h5 {
  font-size: 18px;
  margin-bottom: 5px; }

.order-summary-content .selected-checkout-attributes {
  display: none; }

.order-summary-content .checkoutAttributes #checkout_attribute_label_2 {
  padding: 0 !important; }

.order-summary-content .checkoutAttributes .option-list {
  margin-top: 10px; }
  .order-summary-content .checkoutAttributes .option-list li {
    float: left; }

.topic-page ul {
  list-style-type: disc; }

.search-input input.form-control, .search-input select {
  border-radius: 0;
  margin-bottom: 15px; }

.actions {
  margin-top: 10px; }

.table-responsive {
  margin-top: 0; }

.order-details-page .btn-group {
  margin-bottom: 20px; }
  .order-details-page .btn-group a.btn {
    border-radius: 0;
    padding: 6px 15px; }

.order-details-page .products table thead th {
  border-bottom: 1px solid #ccc; }

.order-details-page .totals table td {
  border-color: #ccc; }

.checkout-page .tab-section .card-blockquote {
  padding: 15px 20px;
  background-color: #fff;
  color: #777; }

.checkout-page .tab-section.active .card-blockquote {
  background-color: #46a1b2;
  color: #fff; }

.checkout-page .buttons {
  margin-bottom: 30px;
  padding-left: 0; }
  .checkout-page .buttons .btn {
    padding: 8px 15px;
    line-height: 169%; }

.terms-of-service {
  margin-bottom: 20px; }

.checkout-as-guest-or-register-block ul {
  list-style-type: disc !important; }

.owl-theme .owl-nav {
  position: absolute;
  top: -80px;
  right: 60px;
  /*&.disabled {
        display: block !important;
    }*/ }
  .owl-theme .owl-nav button {
    margin: 0; }
    .owl-theme .owl-nav button:hover {
      background-color: transparent !important;
      color: #46a1b2 !important; }
  .owl-theme .owl-nav i {
    font-size: 18px; }

.orderBy {
  margin-bottom: 20px; }
  .orderBy .form-control {
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 12px; }

.manufact {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  display: block; }
  .manufact a {
    color: #222; }

.relatedTitel {
  position: relative;
  background-color: #e3e3e3;
  color: #222;
  padding: 0 30px;
  z-index: 2;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 30px; }

.relatedTitelLine {
  top: -40px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #222; }

.coupon-code input, .coupon-box input {
  padding: 12px 20px;
  height: 42px; }

.checkout-page input {
  border: none; }

.checkout-page .custom-select {
  border: none;
  border-radius: 0;
  margin-bottom: 10px; }

.checkout-page #checkout-confirm-order-load {
  background-color: #fff; }
  .checkout-page #checkout-confirm-order-load #shopping-cart-form {
    padding: 0 40px; }
  .checkout-page #checkout-confirm-order-load .terms-of-service {
    padding: 0 40px 40px 40px; }

.deals {
  margin: 30px 0; }

#bar-notification {
  padding: 0;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15) !important;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: auto;
  right: auto !important;
  max-height: calc(100vh);
  overflow-y: auto; }
  #bar-notification > span.close .fa {
    text-shadow: none;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 17px;
    font-weight: 700; }
  #bar-notification > p.content {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 30px; }
    #bar-notification > p.content a {
      color: #fff;
      text-decoration: underline; }
      #bar-notification > p.content a:hover {
        opacity: 0.85; }
  #bar-notification .freeShippingPopUp {
    color: #fff;
    font-size: 12px;
    margin-bottom: 30px;
    display: block; }

.crossSellPopUp {
  margin-top: 30px;
  background-color: #f3f3f3;
  padding: 20px 40px;
  padding-top: 40px; }
  .crossSellPopUp h3.h3Cross {
    text-align: center;
    font-size: 17px;
    color: #777;
    margin-bottom: 25px; }

#goTop {
  position: fixed;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  z-index: 905; }
  #goTop .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #46a1b2 transparent;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    -webkit-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
    position: relative; }
    #goTop .triangle i {
      color: #fff;
      font-size: 25px;
      position: absolute;
      right: 9px;
      bottom: -54px; }

#newsletterModal .modal-dialog {
  max-width: 400px; }

#newsletterModal .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0; }

#newsletterModal .contentContainer {
  text-align: center;
  padding: 40px; }
  #newsletterModal .contentContainer h2 {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 8px; }
  #newsletterModal .contentContainer p {
    color: #999; }
  #newsletterModal .contentContainer .mailchimpStyle input {
    display: block;
    margin-bottom: 10px;
    padding: 12px 20px;
    color: #777;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
    background: transparent; }
    #newsletterModal .contentContainer .mailchimpStyle input:focus {
      border-color: #46a1b2;
      outline: none; }
  #newsletterModal .contentContainer .mailchimpStyle button {
    display: inline-block;
    height: auto;
    margin: 0 auto;
    margin-top: 25px;
    padding: 10px 24px;
    color: #fff;
    background-color: #88a35d;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 1px; }
    #newsletterModal .contentContainer .mailchimpStyle button:hover {
      color: #fff;
      background-color: #6d834a; }

#newsletterModal .modalCover {
  height: 174px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.PersonaleeItem {
  padding: 30px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px; }
  .PersonaleeItem .PersonaleItemImg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 45%;
    margin-bottom: 30px; }
  .PersonaleeItem a {
    display: block;
    margin-top: 10px;
    font-weight: 500; }
    .PersonaleeItem a i {
      margin-right: 7px; }
  .PersonaleeItem h3 {
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px; }

.julegaveRetur {
  padding: 6px 0;
  background-color: #343e43;
  color: #fff;
  font-weight: 700;
  font-size: 11px; }

.brands {
  margin-bottom: 60px;
  text-align: center; }
  .brands a {
    display: inline-block;
    margin: 0 10px 10px 10px; }
    .brands a img {
      max-height: 60px; }
