/*!
Theme Name: Maksimer
Description: Tema utviklet av Maksimer AS
Author: Maksimer AS
Author URI: http://www.maksimer.no/
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:last-child {
  margin-bottom: 0;
}
.sans-serif {
  font-family: "azo-sans-web", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}
#header .warning {
  background: #D5091E;
  color: #fff;
  padding: 20px;
  margin-bottom: -40px;
  margin-top: 40px;
  text-align: center;
}
.logged-in #header .warning {
  display: none;
}
.ramme {
  display: block;
  zoom: 1;
  clear: both;
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
}
.ramme:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*
 * Fonts
 */
.clearfiks {
  display: block;
  zoom: 1;
  clear: both;
}
.clearfiks:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
/*
// Windows Phone responsiv fiks
@media screen {
  @-ms-viewport { width: device-width; }
}

*/
.skjul-tekst {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.skjult {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  overflow: hidden;
  height: 1px;
}
#innholdsbygger-seksjon-1,
.innholdsbygger-seksjon.uten-luft-topp {
  padding-top: 0;
}
.innholdsbygger-seksjon {
  display: block;
  zoom: 1;
  clear: both;
  padding: 10px 0;
}
.innholdsbygger-seksjon:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.woocommerce-innholdsbygger {
  margin-bottom: 10px;
}
/*
 * Two col
 */
.innholdsbygger-seksjon.to-kolonne .venstre {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.innholdsbygger-seksjon.to-kolonne .hoyre {
  float: right;
  width: 50%;
  padding-left: 20px;
}
/*
 * Project module
 */
.project-article {
  position: relative;
}
/*
 * Product module
 */
body .innholdsbygger-seksjon.produkter h1 {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 0.25em;
}
body .innholdsbygger-seksjon.produkter h2 {
  font-size: 40px;
  line-height: 50px;
}
body .innholdsbygger-seksjon.produkter .columns-4 .products.grid > li:nth-child(3n+1) {
  clear: none;
}
body .innholdsbygger-seksjon.produkter .columns-4 .products.grid > li:nth-child(4n+1) {
  clear: left;
}
body .innholdsbygger-seksjon.produkter ul.products {
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  body .innholdsbygger-seksjon.produkter ul.products.grid li {
    width: 33.333% !important;
  }
}
@media screen and (min-width: 1200px) {
  body .innholdsbygger-seksjon.produkter ul.products.grid li {
    width: 25% !important;
  }
}
.innholdsbygger-seksjon.produkter .liste {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
body .innholdsbygger-seksjon ul.products.liste li.type-product .produkt-kol.produkt-kjop a.button {
  width: 80px !important;
}
/*
 * Button module
 */
body .innholdsbygger-seksjon.knapper {
  display: block;
  justify-content: center;
}
body .innholdsbygger-seksjon.knapper a.knapp {
  border: solid #1E2C52 2px;
  background: transparent;
  color: #1E2C52;
  border-radius: 28px;
  text-transform: none;
  letter-spacing: 0;
  margin: 30px auto 70px;
  display: block;
  max-width: 290px;
  text-align: center;
  font-size: 16px;
  padding: 15px;
}
/*
 * Product module
 */
body .innholdsbygger-seksjon .columns-4 .products.grid > li {
  width: 25%;
}
body .innholdsbygger-seksjon .columns-4 .products.grid > li .produkt-kol {
  width: 100% !important;
}
@media screen and (max-width: 1200px) {
  body .innholdsbygger-seksjon .columns-4 .products.grid > li {
    width: 33.3%;
  }
}
@media screen and (max-width: 1000px) {
  body .innholdsbygger-seksjon .columns-4 .products.grid > li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  body .innholdsbygger-seksjon .columns-4 .products.grid > li {
    width: 100%;
  }
}
/*
 * Two col - with image
 */
.innholdsbygger-seksjon.image-text {
  margin: 50px 8px;
}
.innholdsbygger-seksjon.image-text .left,
.innholdsbygger-seksjon.image-text .right {
  width: 100%;
}
.innholdsbygger-seksjon.image-text .left {
  display: flex;
  padding: 30px;
  flex-direction: column;
}
.innholdsbygger-seksjon.image-text .left h2 {
  font-size: 28px;
  color: white;
  padding-bottom: 30px;
  margin: 0 0 auto;
}
.innholdsbygger-seksjon.image-text .left .read-more {
  justify-self: flex-end;
  margin: auto 0 0;
}
.innholdsbygger-seksjon.image-text .left .read-more a {
  color: white;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  .innholdsbygger-seksjon.image-text .left {
    padding: 20px;
  }
  .innholdsbygger-seksjon.image-text .left h2 {
    font-size: 24px;
    hyphens: auto;
  }
  .innholdsbygger-seksjon.image-text .left .read-more a {
    font-size: 16px;
  }
}
@media screen and (min-width: 800px) {
  .innholdsbygger-seksjon.image-text {
    display: flex;
    flex-direction: row;
    justify-items: stretch;
    padding: 0;
  }
  .innholdsbygger-seksjon.image-text .left,
  .innholdsbygger-seksjon.image-text .right {
    width: 50%;
    flex-grow: 1;
  }
  .innholdsbygger-seksjon.image-text .left {
    display: flex;
    flex-direction: column;
  }
  .innholdsbygger-seksjon.image-text .left h2 {
    font-size: 28px;
    margin-bottom: auto;
  }
  .innholdsbygger-seksjon.image-text .left .read-more a {
    margin-top: auto;
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .innholdsbygger-seksjon.image-text .left {
    padding: 70px;
  }
  .innholdsbygger-seksjon.image-text .left h2 {
    font-size: 40px;
  }
  .innholdsbygger-seksjon.image-text .left .read-more a {
    font-size: 27px;
  }
}
.innholdsbygger-seksjon.image-text .right {
  position: relative;
}
.innholdsbygger-seksjon.image-text .right img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: 100%;
}
.innholdsbygger-seksjon.image-text .right .image-text {
  z-index: 100;
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: white;
  font-size: 38px;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .innholdsbygger-seksjon.image-text .right .image-text {
    font-size: 62px;
    left: 30px;
    bottom: 30px;
  }
}
.innholdsbygger-seksjon.image-text .right .image-text-overlay {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*
 * Boxes - Product categories
 */
.innholdsbygger-seksjon.product-categories {
  background-color: #FAFAFA;
  padding: 70px 0;
  display: flex;
  flex-direction: row;
  justify-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.innholdsbygger-seksjon.product-categories .product-category {
  width: calc(45vw - 16px);
  height: calc(45vw - 16px);
  margin: 8px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (min-width: 1000px) {
  .innholdsbygger-seksjon.product-categories .product-category {
    width: 20vw;
    height: 20vw;
    max-width: 210px;
    max-height: 210px;
  }
}
.innholdsbygger-seksjon.product-categories .product-category a {
  width: 100%;
  display: block;
  text-decoration: none;
}
.innholdsbygger-seksjon.product-categories .product-category img {
  width: 69%;
  max-width: 120px;
  margin: auto;
  display: block;
}
@media screen and (min-width: 1000px) {
  .innholdsbygger-seksjon.product-categories .product-category img {
    max-width: 95px;
  }
}
.innholdsbygger-seksjon.product-categories .product-category h3 {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: white;
  text-align: center;
  font-weight: 500;
  margin: 10px 0 0;
}
@media screen and (min-width: 600px) {
  .innholdsbygger-seksjon.product-categories .product-category h3 {
    font-size: 22px;
  }
}
section.image-text {
  padding: 0;
}
section.image-text .left {
  float: left;
  width: 50%;
  padding: 40px;
}
section.image-text .left h2,
section.image-text .left a {
  color: #fff;
}
section.image-text .left h2 {
  font-size: 40px;
  line-height: 1.25;
}
section.image-text .right {
  float: right;
  width: 50%;
  position: relative;
}
section.image-text .right .image-text {
  font-size: 63px;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  left: 40px;
  line-height: 1;
  color: #fff;
}
* {
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1E2C52;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 30px;
  margin: 0 0 10px;
}
h2 {
  font-size: 24px;
  margin: 0 0 10px;
}
h3 {
  font-size: 20px;
  margin: 20px 0 0;
}
.woocommerce h3 {
  margin-bottom: 10px;
}
h4 {
  font-size: 20px;
  margin: 20px 0;
}
h5 {
  font-size: 16px;
  margin: 20px 0;
}
h6 {
  font-size: 16px;
  margin: 20px 0 0 0;
}
p,
address {
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 10px;
}
strong,
b {
  font-weight: 500;
}
em,
i {
  font-style: italic;
}
ul {
  margin: 0 0 10px;
  padding: 0;
}
ul li {
  list-style: disc outside;
  margin: 0 0 0 20px;
}
ul li ul {
  margin: 0;
}
ol {
  margin: 0 0 10px;
  padding: 0;
}
ol li {
  font-size: 14px;
  line-height: 24px;
  list-style: decimal outside;
  margin: 0 0 0 20px;
}
ol li ol {
  margin: 0;
}
a {
  color: #D5091E;
}
a:focus,
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
}
.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.wp-caption {
  max-width: 100%;
  height: auto;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 20px;
  font-style: italic;
}
label {
  font-family: "azo-sans-web", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  display: block;
}
label.checkbox {
  display: inline-block;
}
label.woocommerce-form__label-for-checkbox input[type=checkbox] {
  vertical-align: bottom;
}
label.woocommerce-form__label-for-checkbox span {
  line-height: 160%;
}
input[type=checkbox],
input[type=radio] {
  vertical-align: top;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password] {
  font-family: "azo-sans-web", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  padding: 10px;
  border: 1px solid #d1d1d1;
  outline: 0;
  margin: 0;
  font-size: 14px;
  color: #1E2C52;
  font-weight: 300;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  border-color: #1E2C52;
}
input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=password].wpcf7-not-valid {
  border-color: #D5091E;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea {
  font-family: "azo-sans-web", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  padding: 10px;
  border: 1px solid #d1d1d1;
  outline: 0;
  margin: 0;
  font-size: 12px;
  color: #1E2C52;
  font-weight: 300;
  height: 120px;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
textarea:focus {
  border-color: #1E2C52;
}
textarea.wpcf7-not-valid {
  border-color: #D5091E;
}
span.wpcf7-not-valid-tip {
  font-family: "azo-sans-web", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  background: #D5091E;
  color: #fff;
  padding: 6px 0;
  text-align: center;
  font-size: 8px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 300;
}
.knapp,
a.knapp,
.button,
a.button,
input.button,
button.button {
  font-family: "azo-sans-web", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  padding: 8px 18px;
  vertical-align: top;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  background: #F59B25;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin: 0;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 25px;
  letter-spacing: 0.01em;
}
.knapp:focus,
a.knapp:focus,
.button:focus,
a.button:focus,
input.button:focus,
button.button:focus,
.knapp:hover,
a.knapp:hover,
.button:hover,
a.button:hover,
input.button:hover,
button.button:hover {
  background: #10182d;
}
.knapp.gronn,
a.knapp.gronn,
.button.gronn,
a.button.gronn,
input.button.gronn,
button.button.gronn {
  background: #1C5250;
}
.knapp.gronn:focus,
a.knapp.gronn:focus,
.button.gronn:focus,
a.button.gronn:focus,
input.button.gronn:focus,
button.button.gronn:focus,
.knapp.gronn:hover,
a.knapp.gronn:hover,
.button.gronn:hover,
a.button.gronn:hover,
input.button.gronn:hover,
button.button.gronn:hover {
  background: #297875;
}
.knapp.bla,
a.knapp.bla,
.button.bla,
a.button.bla,
input.button.bla,
button.button.bla {
  background: #1E2C52;
}
.knapp.bla:focus,
a.knapp.bla:focus,
.button.bla:focus,
a.button.bla:focus,
input.button.bla:focus,
button.button.bla:focus,
.knapp.bla:hover,
a.knapp.bla:hover,
.button.bla:hover,
a.button.bla:hover,
input.button.bla:hover,
button.button.bla:hover {
  background: #2c4077;
}
.knapp.gronn,
a.knapp.gronn,
.button.gronn,
a.button.gronn,
input.button.gronn,
button.button.gronn,
.knapp.checkout-button,
a.knapp.checkout-button,
.button.checkout-button,
a.button.checkout-button,
input.button.checkout-button,
button.button.checkout-button {
  background: #F59B25;
}
.knapp.gronn:focus,
a.knapp.gronn:focus,
.button.gronn:focus,
a.button.gronn:focus,
input.button.gronn:focus,
button.button.gronn:focus,
.knapp.checkout-button:focus,
a.knapp.checkout-button:focus,
.button.checkout-button:focus,
a.button.checkout-button:focus,
input.button.checkout-button:focus,
button.button.checkout-button:focus,
.knapp.gronn:hover,
a.knapp.gronn:hover,
.button.gronn:hover,
a.button.gronn:hover,
input.button.gronn:hover,
button.button.gronn:hover,
.knapp.checkout-button:hover,
a.knapp.checkout-button:hover,
.button.checkout-button:hover,
a.button.checkout-button:hover,
input.button.checkout-button:hover,
button.button.checkout-button:hover {
  background: #f7b156;
}
.knapp.alt.wl-create-new,
a.knapp.alt.wl-create-new,
.button.alt.wl-create-new,
a.button.alt.wl-create-new,
input.button.alt.wl-create-new,
button.button.alt.wl-create-new {
  display: none;
}
.term-nettbutikk-forside.logged-in #content .page-title,
.term-nettbutikk-forside.logged-in #content .woocommerce-info {
  display: none;
}
.woocommerce-pagination,
.minus,
.plus {
  display: none;
}
.woocommerce-message {
  display: block;
  zoom: 1;
  clear: both;
  background: #1C5250;
  padding: 10px;
  text-align: center;
  color: #fff;
  line-height: 37px;
  margin-bottom: 20px;
}
.woocommerce-message:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.woocommerce-message .button {
  margin-right: 20px;
}
ul.woocommerce-error {
  margin: 0 0 20px 0;
  background: #D5091E;
  color: #fff;
  padding: 20px;
}
ul.order_details {
  margin-top: 25px;
  margin-bottom: 30px;
}
.onsale {
  display: none;
  position: absolute;
  z-index: 9;
  background: #D5091E;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
  padding: 5px 7px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
.col2-set {
  display: block;
  zoom: 1;
  clear: both;
}
.col2-set:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.col2-set.addresses {
  margin-bottom: 30px;
}
.col2-set .col-1 {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.col2-set .col-2 {
  width: 50%;
  float: right;
  padding-left: 20px;
}
.col2-set .col-1 .form-row.form-row-first,
.col2-set .col-2 .form-row.form-row-first {
  padding-right: 10px;
}
.col2-set .col-1 .form-row.form-row-last,
.col2-set .col-2 .form-row.form-row-last {
  padding-left: 10px;
}
.logg-inn-skjema {
  margin-top: 11px;
  float: right;
  width: 500px;
}
.logg-inn-skjema h2 {
  display: none;
}
.logg-inn-skjema .form-row-first label,
.logg-inn-skjema .form-row-last label {
  margin-bottom: 5px;
}
.logg-inn-skjema .logg-inn-knapp {
  display: block;
  zoom: 1;
  clear: both;
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
}
.logg-inn-skjema .logg-inn-knapp:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.logg-inn-skjema .logg-inn-knapp .button {
  float: left;
  margin-right: 20px;
}
.logg-inn-skjema .logg-inn-knapp .inline {
  float: left;
}
.logg-inn-skjema .lost_password {
  float: right;
  margin-top: 7px;
}
.headerboks-ramme {
  display: block;
  zoom: 1;
  clear: both;
  float: right;
}
.headerboks-ramme:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hurtigordre {
  float: left;
  height: 132px;
  padding: 20px 20px 0 20px;
  border: 2px solid #f7f7f7;
}
.hurtigordre p.tittel {
  font-size: 16px;
  margin-top: 5px;
  line-height: 24px;
}
.hurtigordre .hurtigordre-skjema {
  display: block;
  zoom: 1;
  clear: both;
}
.hurtigordre .hurtigordre-skjema:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hurtigordre .hurtigordre-skjema .varenummer {
  float: left;
  width: 100px;
}
.hurtigordre .hurtigordre-skjema .antall {
  float: left;
  width: 40px;
  margin: 0 10px;
}
.hurtigordre .hurtigordre-skjema .knapp {
  float: left;
}
dl.variation {
  display: none;
}
/*
 * Minicart
 */
.mini-cart {
  float: right;
  border: 2px solid #f7f7f7;
  padding: 10px 20px 0 20px;
}
.mini-cart .knapp,
.mini-cart a.knapp,
.mini-cart .button,
.mini-cart a.button,
.mini-cart input.button,
.mini-cart button.button {
  padding: 8px 12px;
  font-size: 11px;
}
.mini-cart ul.cart_list,
.mini-cart .mini-cart-inner .mini-cart-inner-container ul.cart_list {
  margin: 0 0 15px;
}
.mini-cart ul.cart_list li,
.mini-cart .mini-cart-inner .mini-cart-inner-container ul.cart_list li {
  list-style: none;
  margin: 3px 0;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  color: #848484;
}
.mini-cart ul.cart_list li a,
.mini-cart .mini-cart-inner .mini-cart-inner-container ul.cart_list li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 20px;
  text-align: left;
  display: inline-block;
  color: #1E2C52;
  font-weight: 700;
  text-decoration: none;
  width: 65%;
}
.mini-cart ul.cart_list li span.quantity,
.mini-cart .mini-cart-inner .mini-cart-inner-container ul.cart_list li span.quantity {
  display: inline-block;
  width: 30%;
  text-align: right;
}
.mini-cart ul.cart_list li .amount,
.mini-cart .mini-cart-inner .mini-cart-inner-container ul.cart_list li .amount {
  margin-left: 10px;
  width: 100px;
  display: inline-block;
}
.mini-cart .total {
  float: right;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  font-weight: 700;
}
.mini-cart .total .amount {
  color: #1E2C52;
  line-height: 34px;
}
.mini-cart .buttons {
  float: left;
}
.mini-cart .attachment-shop_thumbnail {
  display: none;
}
.mini-cart .button.checkout {
  background-color: #1E2C52;
}
/*
 * Grid
 */
.columns-1 ul.products li.product {
  width: 100%;
}
.columns-2 ul.products li.product {
  width: 50%;
}
.columns-3 ul.products li.product {
  width: 33.33%;
}
.columns-5 ul.products li.product {
  width: 20%;
}
.columns-6 ul.products li.product {
  width: 16.66666667%;
}
.columns-6 ul.products > li:nth-child(3n+1) {
  clear: none !important;
}
.form-row.form-row-wide {
  width: 100%;
}
.form-row.form-row-first {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.form-row.form-row-last {
  float: right;
  width: 50%;
  padding-left: 20px;
}
/* Align columns of different height */
.products > li:nth-child(3n+1) {
  clear: left;
}
/* End of 'Align columns of different height' */
/* Fix bug for 3-column */
.columns-3 .products > li:nth-child(3n+1) {
  clear: none !important;
}
/* End of 'Fix bug for 3-column' */
/*
 * Grid vs list
 */
ul.grid-vs-list {
  float: right;
  margin: 15px 0;
}
ul.grid-vs-list li {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
}
ul.grid-vs-list li:last-child {
  margin-right: 0;
}
ul.grid-vs-list li span {
  cursor: pointer;
  display: block;
}
body.grid-view ul.grid-vs-list li span.list,
body.list-view ul.grid-vs-list li span.grid {
  opacity: 0.6;
}
body.grid-view ul.grid-vs-list li span.list:focus,
body.list-view ul.grid-vs-list li span.grid:focus,
body.grid-view ul.grid-vs-list li span.list:hover,
body.list-view ul.grid-vs-list li span.grid:hover {
  opacity: 1;
}
ul.grid-vs-list li span img {
  display: block;
  max-height: 16px;
  max-width: 22px;
}
/*
 * Archive page
 */
body.woocommerce.archive .sidelinjen {
  margin-top: 68px;
}
body.woocommerce.archive .woocommerce-products-header-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
body.woocommerce.archive .woocommerce-products-header-wrap .woocommerce-products-header {
  min-width: 30%;
  width: auto;
  margin: 0 auto 0 0;
  order: 1;
}
body.woocommerce.archive .woocommerce-products-header-wrap .woocommerce-products-header h1.page-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 1000px) {
  body.woocommerce.archive .woocommerce-products-header-wrap {
    flex-wrap: wrap;
  }
  body.woocommerce.archive .woocommerce-products-header-wrap .woocommerce-products-header {
    width: 100%;
  }
}
body.woocommerce.archive .woocommerce-products-header-wrap .grid-vs-list {
  order: 2;
  margin: auto 20px auto auto;
}
body.woocommerce.archive .woocommerce-products-header-wrap .woocommerce-ordering {
  order: 3;
  margin: auto 0 auto 0;
  width: 286px;
}
body.woocommerce.archive .download-pricefile {
  float: right;
  margin-left: 20px;
}
.produkt-bilderamme {
  position: relative;
}
.merker {
  position: absolute;
  top: 5px;
  left: 5px;
}
.merker .merke {
  display: inline-block;
  padding: 7px;
  font-size: 11px;
  line-height: 11px;
  pointer-events: none;
  color: #fff;
  text-transform: uppercase;
  background: #D5091E;
  margin-top: 5px;
}
#wl-wrapper .wl-table td.wl-date-added {
  vertical-align: middle;
}
#wl-wrapper th.wl-privacy-col {
  color: #1E2C52;
  font-size: 0;
}
#wl-wrapper td.wl-privacy-col select.wl-priv-sel {
  display: none !important;
}
/* Product gallery fix for WooCommerce 3 */
body.single-product div.product .images {
  float: left;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 550px) {
  body.single-product div.product .images {
    padding: 0 0 20px 0;
    float: none;
    width: 60%;
    margin: 0 auto;
  }
}
body.single-product div.product .images.woocommerce-product-gallery {
  position: relative;
}
body.single-product div.product .images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
body.single-product div.product .images .thumbnails {
  padding-top: 40px;
}
body.single-product div.product .images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
}
body.single-product div.product .images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
}
body.single-product div.product .images .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 20%;
  display: inline-block;
}
body.single-product div.product .images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 2em;
  z-index: 2;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
}
body.single-product div.product .images .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('images/search-icon.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
body.single-product div.product .images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: -10px;
  padding: 20px 0 0;
}
@media screen and (max-width: 550px) {
  body.single-product div.product .images .flex-control-thumbs {
    padding: 10px 0 0;
    margin: -5px;
  }
}
body.single-product div.product .images .flex-control-thumbs li {
  width: 20%;
  float: left;
  margin: 0;
  list-style: none;
  padding: 10px;
}
body.single-product div.product .images .flex-control-thumbs li:nth-child(5n + 1) {
  clear: left;
}
@media screen and (max-width: 550px) {
  body.single-product div.product .images .flex-control-thumbs li {
    width: 33.33%;
    padding: 5px;
  }
  body.single-product div.product .images .flex-control-thumbs li:nth-child(5n + 1) {
    clear: none;
  }
  body.single-product div.product .images .flex-control-thumbs li:nth-child(3n + 1) {
    clear: left;
  }
}
body.single-product div.product .images .flex-control-thumbs li img {
  cursor: pointer;
  margin: 0;
}
body.single-product div.product .images .woocommerce-main-image {
  display: block;
}
body.single-product div.product .images .woocommerce-main-image img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 550px) {
  body.single-product div.product .images .woocommerce-main-image img {
    width: auto;
    max-height: 250px;
  }
}
body.single-product div.product .images .thumbnails {
  @include clearfix;
  margin: 40px -20px -20px;
}
@media screen and (max-width: 550px) {
  body.single-product div.product .images .thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
body.single-product div.product .images .thumbnails a {
  padding: 10px;
  float: left;
  width: 20%;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  body.single-product div.product .images .thumbnails a {
    width: 15%;
  }
}
body.single-product div.product .images .thumbnails a:nth-child(5n+6) {
  clear: left;
}
.woocommerce-products-header {
  margin-bottom: 10px !important;
  display: block;
  width: 70%;
  overflow: hidden;
  float: left;
}
.woocommerce-tabs {
  display: block;
  zoom: 1;
  clear: both;
  background: #fafafa;
  padding: 50px;
  margin-bottom: 50px;
}
.woocommerce-tabs:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.woocommerce-tabs ul.wc-tabs {
  float: left;
  width: 150px;
  margin-top: 40px;
}
.woocommerce-tabs ul.wc-tabs li {
  list-style: none;
  margin-left: 0;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 15px;
}
.woocommerce-tabs ul.wc-tabs li.active a {
  border-color: #F59B25;
}
.woocommerce-tabs ul.wc-tabs li a {
  color: #1E2C52;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #fafafa;
}
.woocommerce-tabs .wc-tab {
  margin-left: 180px;
}
.woocommerce-tabs .product-description + .nobb-information {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #E6E6E6;
}
.wl-table th.product-quantity input.input-text,
.wl-table td.product-quantity input.input-text {
  width: 50px;
}
table.my_account_orders,
table.orderhistory-orderlines,
table.wl-table {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #ededed;
}
table.my_account_orders tr,
table.orderhistory-orderlines tr,
table.wl-table tr {
  border-bottom: 1px solid #ededed;
}
table.my_account_orders th,
table.orderhistory-orderlines th,
table.wl-table th {
  font-weight: bold;
  background: #1E2C52;
  color: #fff;
}
table.my_account_orders td,
table.orderhistory-orderlines td,
table.wl-table td {
  font-size: 14px;
}
table.my_account_orders th,
table.orderhistory-orderlines th,
table.wl-table th,
table.my_account_orders td,
table.orderhistory-orderlines td,
table.wl-table td {
  text-align: left;
  padding: 10px;
}
/*
 * Cart / checkout
 */
/*
 * Shoppingcart
 */
body.woocommerce-cart #cart-header,
body.woocommerce-checkout #cart-header {
  margin-bottom: 20px;
}
body.woocommerce-cart #cart-header p,
body.woocommerce-checkout #cart-header p {
  float: left;
  margin-top: -5px;
}
body.woocommerce-cart #cart-header a,
body.woocommerce-checkout #cart-header a {
  padding: 12px 38px;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  body.woocommerce-cart #cart-header a,
  body.woocommerce-checkout #cart-header a {
    float: right;
    margin-top: -30px;
  }
}
@media screen and (max-width: 800px) {
  body.woocommerce-cart form.woocommerce-cart-form,
  body.woocommerce-checkout form.woocommerce-cart-form {
    overflow-x: scroll;
  }
}
body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table {
  font-size: 14px;
  margin-bottom: 30px;
  border: none;
  width: 100%;
  display: table;
}
body.woocommerce-cart table.shop_table tfoot th,
body.woocommerce-checkout table.shop_table tfoot th {
  background: #f7f7f7;
  border: 0;
  color: #414142;
  text-align: right;
}
body.woocommerce-cart table.shop_table th,
body.woocommerce-checkout table.shop_table th {
  background: #1F5150;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
}
body.woocommerce-cart table.shop_table tr td,
body.woocommerce-checkout table.shop_table tr td {
  padding: 10px;
}
body.woocommerce-cart table.shop_table tr:nth-child(even),
body.woocommerce-checkout table.shop_table tr:nth-child(even) {
  background: #f7f7f7;
}
body.woocommerce-cart table.shop_table tr .cart-actions,
body.woocommerce-checkout table.shop_table tr .cart-actions {
  float: right;
}
body.woocommerce-cart table.shop_table tr .cart-actions input.checkout-button,
body.woocommerce-checkout table.shop_table tr .cart-actions input.checkout-button {
  margin-left: 7px;
}
body.woocommerce-cart table.shop_table th,
body.woocommerce-checkout table.shop_table th,
body.woocommerce-cart table.shop_table td,
body.woocommerce-checkout table.shop_table td {
  vertical-align: middle !important;
  text-align: left;
}
body.woocommerce-cart table.shop_table th.product-remove,
body.woocommerce-checkout table.shop_table th.product-remove,
body.woocommerce-cart table.shop_table td.product-remove,
body.woocommerce-checkout table.shop_table td.product-remove {
  width: 30px;
  padding-left: 10px;
}
body.woocommerce-cart table.shop_table th.product-remove a,
body.woocommerce-checkout table.shop_table th.product-remove a,
body.woocommerce-cart table.shop_table td.product-remove a,
body.woocommerce-checkout table.shop_table td.product-remove a {
  color: #fff;
  background: #D5091E;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0.4;
  font-weight: 700;
}
body.woocommerce-cart table.shop_table th.product-remove a:focus,
body.woocommerce-checkout table.shop_table th.product-remove a:focus,
body.woocommerce-cart table.shop_table td.product-remove a:focus,
body.woocommerce-checkout table.shop_table td.product-remove a:focus,
body.woocommerce-cart table.shop_table th.product-remove a:hover,
body.woocommerce-checkout table.shop_table th.product-remove a:hover,
body.woocommerce-cart table.shop_table td.product-remove a:hover,
body.woocommerce-checkout table.shop_table td.product-remove a:hover {
  opacity: 1;
}
body.woocommerce-cart table.shop_table th.product-thumbnail,
body.woocommerce-checkout table.shop_table th.product-thumbnail,
body.woocommerce-cart table.shop_table td.product-thumbnail,
body.woocommerce-checkout table.shop_table td.product-thumbnail {
  width: 110px;
}
body.woocommerce-cart table.shop_table th.product-name,
body.woocommerce-checkout table.shop_table th.product-name,
body.woocommerce-cart table.shop_table td.product-name,
body.woocommerce-checkout table.shop_table td.product-name {
  font-weight: 700;
  max-width: 400px;
}
body.woocommerce-cart table.shop_table th.product-name a,
body.woocommerce-checkout table.shop_table th.product-name a,
body.woocommerce-cart table.shop_table td.product-name a,
body.woocommerce-checkout table.shop_table td.product-name a {
  color: #414142;
  text-decoration: none;
}
body.woocommerce-cart table.shop_table th.product-name .lager-status,
body.woocommerce-checkout table.shop_table th.product-name .lager-status,
body.woocommerce-cart table.shop_table td.product-name .lager-status,
body.woocommerce-checkout table.shop_table td.product-name .lager-status {
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
}
body.woocommerce-cart table.shop_table th.product-quantity,
body.woocommerce-checkout table.shop_table th.product-quantity,
body.woocommerce-cart table.shop_table td.product-quantity,
body.woocommerce-checkout table.shop_table td.product-quantity {
  min-width: 90px;
  width: 90px;
}
body.woocommerce-cart table.shop_table th.product-subtotal,
body.woocommerce-checkout table.shop_table th.product-subtotal,
body.woocommerce-cart table.shop_table td.product-subtotal,
body.woocommerce-checkout table.shop_table td.product-subtotal {
  text-align: right;
  font-weight: 700;
  padding-right: 20px;
}
body.woocommerce-cart table.shop_table td.product-subtotal,
body.woocommerce-checkout table.shop_table td.product-subtotal {
  color: #1E2C52;
}
body.woocommerce-cart table.shop_table .actions,
body.woocommerce-checkout table.shop_table .actions {
  padding: 0;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
}
body.woocommerce-cart table.shop_table .actions .cart-actions,
body.woocommerce-checkout table.shop_table .actions .cart-actions {
  width: 100%;
  padding: 20px 20px;
  background: #f7f7f7;
}
body.woocommerce-cart table.shop_table .actions .cart-actions input.button,
body.woocommerce-checkout table.shop_table .actions .cart-actions input.button {
  background: #1E2C52;
  float: right;
}
body.woocommerce-cart .cart-collaterals,
body.woocommerce-checkout .cart-collaterals {
  padding: 20px 0 80px;
}
body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-checkout .cart-collaterals .cart_totals {
  width: 250px !important;
  float: right;
  margin-bottom: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table,
body.woocommerce-checkout .cart-collaterals .cart_totals table.shop_table {
  margin-bottom: 20px;
  border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
body.woocommerce-checkout .cart-collaterals .cart_totals table.shop_table th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td,
body.woocommerce-checkout .cart-collaterals .cart_totals table.shop_table td {
  background: #fff !important;
  border: none;
  padding: 10px 5px;
}
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
body.woocommerce-checkout .cart-collaterals .cart_totals table.shop_table th {
  text-align: left;
  color: black;
}
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td,
body.woocommerce-checkout .cart-collaterals .cart_totals table.shop_table td {
  text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr,
body.woocommerce-checkout .cart-collaterals .cart_totals table.shop_table tr {
  border-bottom: 1px solid #4a4a4a;
}
body.woocommerce-cart .cart-collaterals .cross-sells,
body.woocommerce-checkout .cart-collaterals .cross-sells {
  float: right;
  max-width: 960px;
  width: calc(100% - 240px);
  float: left;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a,
body.woocommerce-checkout .cart-collaterals .wc-proceed-to-checkout a {
  padding: 15px 18px;
}
/*
 * Checkout
 */
body.woocommerce-checkout form.checkout label {
  font-weight: 400;
  margin-bottom: 10px;
  padding-top: 20px;
}
body.woocommerce-checkout form.checkout input:read-only {
  border: none;
  padding: 5px 0;
  color: #9E9E9E;
}
body.woocommerce-checkout #billing_country_field strong {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
}
body.woocommerce-checkout form.woocommerce-checkout .col-1 h3 {
  font-size: 34px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  body.woocommerce-checkout form.woocommerce-checkout .col-1 h3 {
    font-size: 28px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .col-2 h3#ship-to-different-address {
  margin-bottom: 0;
}
body.woocommerce-checkout form.woocommerce-checkout .col-2 h3#ship-to-different-address label {
  padding-top: 10px;
  font-size: 22px;
  line-height: 24px !important;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  body.woocommerce-checkout form.woocommerce-checkout .col-2 h3#ship-to-different-address label {
    font-size: 18px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .col-2 h3#ship-to-different-address label input {
  vertical-align: middle;
  line-height: 24px;
}
body.woocommerce-checkout form.woocommerce-checkout .col-2 textarea#order_comments {
  width: 570px;
  height: 158px;
}
body.woocommerce-checkout h3#order_review_heading {
  font-size: 30px;
  font-weight: 700;
  margin: 70px 0 20px;
}
@media screen and (max-width: 600px) {
  body.woocommerce-checkout h3#order_review_heading {
    font-size: 24px;
  }
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table {
  border: none;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tr {
  border-bottom: none;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table td {
  text-align: right;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tr.cart-subtotal th,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tr.cart-subtotal td {
  background-color: #E9E9E9;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tr.shipping th,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tr.shipping td {
  background: #fff;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tr.tax-rate th,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tr.tax-rate td {
  background-color: #fff;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tr.order-total th,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tr.order-total td {
  background: #f7f7f7;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table td.product-name {
  text-align: left;
  max-width: none !important;
  width: calc(100% - 180px) !important;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table td.product-name .product-quantity {
  float: right;
  font-weight: 400;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table th.product-total {
  width: 180px;
  text-align: right !important;
  padding-right: 20px;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table td.product-total,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tr.cart-subtotal td,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tr.order-total td {
  font-weight: 700;
  color: #1E2C52;
  text-align: right;
  padding-right: 20px;
}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tfoot tr.shipping td,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table.shop_table tfoot tr.tax-rate td {
  padding-right: 20px;
}
body.woocommerce-checkout #payment ul {
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout #payment ul li {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
body.woocommerce-checkout #payment ul li label {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
body.woocommerce-checkout .form-row.place-order {
  text-align: right;
}
body.woocommerce-checkout .form-row.place-order .button {
  background-color: #F59B25;
  font-size: 18px;
  line-height: 45px;
  border-radius: 50px;
  padding: 0 45px;
}
@media screen and (max-width: 600px) {
  body.woocommerce-checkout .form-row.place-order .button {
    font-size: 16px;
  }
}
body.woocommerce-checkout ul.payment_methods {
  display: none ;
}
body.woocommerce-checkout .shipping_address {
  overflow: hidden;
}
/*
 * Productloop
 */
ul.products {
  display: block;
  zoom: 1;
  clear: both;
  margin: 0px -20px 100px;
}
ul.products:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul.products.liste {
  margin: 0px -20px 100px;
}
ul.products li {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
ul.products .produkt-kjop a.button {
  background: #F59B25;
}
@media screen and (max-width: 600px) {
  ul.products {
    margin: 0px -20px 30px;
  }
  ul.products.liste {
    margin: 0px -20px 30px;
  }
}
/*
 * Quantity
 */
body .salesunit {
  display: inline-block;
  line-height: 32px;
  width: 50px;
  text-align: center;
  font-size: 14px;
}
body .quantity input.maksimer_packqty,
body .quantity input[type="number"] {
  width: 30px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
  margin-top: 8px;
}
body .quantity .qty-button {
  line-height: 30px;
}
body .quantity .qty-button.qty-up {
  margin-right: 10px;
}
/*
 * Gridview & Listview
 */
body.grid-view ul.products li .produkt-kol.produkt-kjop,
body.list-view ul.products li .produkt-kol.produkt-kjop {
  width: 100%;
  background-color: #fafafa;
  padding: 0 20px 15px;
}
body.grid-view ul.products li .produkt-kol.produkt-kjop a,
body.list-view ul.products li .produkt-kol.produkt-kjop a {
  color: #1E2C52;
}
body.grid-view ul.products li .produkt-kol.produkt-kjop a.added_to_cart,
body.list-view ul.products li .produkt-kol.produkt-kjop a.added_to_cart {
  display: block;
  margin-top: 10px;
}
body.grid-view ul.products li .produkt-kol.produkt-kjop a.button,
body.list-view ul.products li .produkt-kol.produkt-kjop a.button {
  color: #fff;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  width: 80px;
  text-align: center;
  float: right;
}
body.grid-view ul.products li .produkt-kol.produkt-pris,
body.list-view ul.products li .produkt-kol.produkt-pris {
  width: 100%;
  margin-bottom: 0;
  margin-top: auto;
  font-weight: 700;
  background-color: #fafafa;
  padding: 15px 20px;
}
body.grid-view ul.products li .produkt-kol.produkt-pris a,
body.list-view ul.products li .produkt-kol.produkt-pris a {
  color: #1E2C52;
}
body.grid-view ul.products li .produkt-kol.produkt-pris a .price .single-price,
body.list-view ul.products li .produkt-kol.produkt-pris a .price .single-price {
  zoom: 1;
  clear: both;
  display: block;
  font-size: 20px;
  line-height: 18px;
  font-weight: 400;
}
body.grid-view ul.products li .produkt-kol.produkt-pris a .price .single-price:after,
body.list-view ul.products li .produkt-kol.produkt-pris a .price .single-price:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.grid-view ul.products li .produkt-kol.produkt-pris a .price .single-price .price-label,
body.list-view ul.products li .produkt-kol.produkt-pris a .price .single-price .price-label {
  display: none;
}
body.grid-view ul.products li .produkt-kol.produkt-pris a .price .single-price del,
body.list-view ul.products li .produkt-kol.produkt-pris a .price .single-price del,
body.grid-view ul.products li .produkt-kol.produkt-pris a .price .single-price ins,
body.list-view ul.products li .produkt-kol.produkt-pris a .price .single-price ins,
body.grid-view ul.products li .produkt-kol.produkt-pris a .price .single-price .amount,
body.list-view ul.products li .produkt-kol.produkt-pris a .price .single-price .amount,
body.grid-view ul.products li .produkt-kol.produkt-pris a .price .single-price .discount,
body.list-view ul.products li .produkt-kol.produkt-pris a .price .single-price .discount {
  font-weight: 700;
}
body.grid-view ul.products li .produkt-kol.produkt-pris a .price .single-price del .amount,
body.list-view ul.products li .produkt-kol.produkt-pris a .price .single-price del .amount {
  text-decoration: line-through;
}
body.grid-view ul.products li .produkt-kol.produkt-pris a .price .single-price ins .amount,
body.list-view ul.products li .produkt-kol.produkt-pris a .price .single-price ins .amount {
  text-decoration: underline;
  font-weight: 700;
}
/*
 * Grid view
 */
body.grid-view ul.products.grid,
body .innholdsbygger-seksjon.produkter ul.products.grid {
  display: flex;
  flex-direction: row;
  justify-items: stretch;
  flex-wrap: wrap;
}
body.grid-view ul.products.grid li,
body .innholdsbygger-seksjon.produkter ul.products.grid li {
  flex: initial 1;
  width: 33.3%;
  margin: 10px 0 30px 0;
  color: #1E2C52;
}
body.grid-view ul.products.grid li a,
body .innholdsbygger-seksjon.produkter ul.products.grid li a {
  color: #1E2C52;
  text-decoration: none;
  position: relative;
}
body.grid-view ul.products.grid li .produkt-liste-ramme,
body .innholdsbygger-seksjon.produkter ul.products.grid li .produkt-liste-ramme {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
body.grid-view ul.products.grid li .produkt-kol.produkt-bilde,
body .innholdsbygger-seksjon.produkter ul.products.grid li .produkt-kol.produkt-bilde {
  margin-bottom: 10px;
  width: 100%;
  height: 180px;
  border: 1px solid #f0f0f0;
  padding: 20px;
  flex-shrink: 0;
}
body.grid-view ul.products.grid li .produkt-kol.produkt-bilde a.produkt-bilde-link,
body .innholdsbygger-seksjon.produkter ul.products.grid li .produkt-kol.produkt-bilde a.produkt-bilde-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
body.grid-view ul.products.grid li .produkt-kol.produkt-bilde img.wp-post-image,
body .innholdsbygger-seksjon.produkter ul.products.grid li .produkt-kol.produkt-bilde img.wp-post-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
body.grid-view ul.products.grid li .produkt-kol.produkt-pris,
body .innholdsbygger-seksjon.produkter ul.products.grid li .produkt-kol.produkt-pris {
  padding: 20px 20px 10px;
}
body.grid-view ul.products.grid li .produkt-kol.produkt-info,
body .innholdsbygger-seksjon.produkter ul.products.grid li .produkt-kol.produkt-info {
  width: 100%;
  padding: 0 20px;
  height: 100%;
  flex-direction: column;
}
body.grid-view ul.products.grid li .produkt-kol.produkt-info p.navn,
body .innholdsbygger-seksjon.produkter ul.products.grid li .produkt-kol.produkt-info p.navn {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
body.grid-view ul.products.grid li .produkt-kol.produkt-info .col2-set,
body .innholdsbygger-seksjon.produkter ul.products.grid li .produkt-kol.produkt-info .col2-set {
  margin: auto 0 15px;
}
body.grid-view ul.products.grid li .produkt-kol.produkt-info .col2-set .col-1,
body .innholdsbygger-seksjon.produkter ul.products.grid li .produkt-kol.produkt-info .col2-set .col-1 {
  border-bottom: 1px solid #dbdbdb;
}
body.grid-view ul.products.grid li .produkt-kol.produkt-info .col2-set .col-1,
body .innholdsbygger-seksjon.produkter ul.products.grid li .produkt-kol.produkt-info .col2-set .col-1,
body.grid-view ul.products.grid li .produkt-kol.produkt-info .col2-set .col-2,
body .innholdsbygger-seksjon.produkter ul.products.grid li .produkt-kol.produkt-info .col2-set .col-2 {
  width: 100%;
  padding: 10px 0;
}
body.grid-view ul.products.grid li .produkt-kol.produkt-info .col2-set .col-1 p,
body .innholdsbygger-seksjon.produkter ul.products.grid li .produkt-kol.produkt-info .col2-set .col-1 p,
body.grid-view ul.products.grid li .produkt-kol.produkt-info .col2-set .col-2 p,
body .innholdsbygger-seksjon.produkter ul.products.grid li .produkt-kol.produkt-info .col2-set .col-2 p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #878787;
}
@media screen and (max-width: 1000px) {
  body.grid-view ul.products li,
  body .innholdsbygger-seksjon.produkter ul.products li {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  body.grid-view ul.products li,
  body .innholdsbygger-seksjon.produkter ul.products li {
    width: 100% !important;
  }
}
@media screen and (max-width: 999px) {
  body.list-view .loop-archive ul.products.grid {
    display: flex;
    flex-direction: row;
    justify-items: stretch;
    flex-wrap: wrap;
  }
  body.list-view .loop-archive ul.products.grid li {
    flex: initial 1;
    width: 33.3%;
    margin: 10px 0 30px 0;
    color: #1E2C52;
  }
  body.list-view .loop-archive ul.products.grid li a {
    color: #1E2C52;
    text-decoration: none;
    position: relative;
  }
  body.list-view .loop-archive ul.products.grid li .produkt-liste-ramme {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  body.list-view .loop-archive ul.products.grid li .produkt-kol.produkt-bilde {
    margin-bottom: 10px;
    width: 100%;
    height: 180px;
    border: 1px solid #f0f0f0;
    padding: 20px;
    flex-shrink: 0;
  }
  body.list-view .loop-archive ul.products.grid li .produkt-kol.produkt-bilde a.produkt-bilde-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  body.list-view .loop-archive ul.products.grid li .produkt-kol.produkt-bilde img.wp-post-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
  }
  body.list-view .loop-archive ul.products.grid li .produkt-kol.produkt-pris {
    padding: 20px 20px 10px;
  }
  body.list-view .loop-archive ul.products.grid li .produkt-kol.produkt-info {
    width: 100%;
    padding: 0 20px;
    height: 100%;
    flex-direction: column;
  }
  body.list-view .loop-archive ul.products.grid li .produkt-kol.produkt-info p.navn {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
  body.list-view .loop-archive ul.products.grid li .produkt-kol.produkt-info .col2-set {
    margin: auto 0 15px;
  }
  body.list-view .loop-archive ul.products.grid li .produkt-kol.produkt-info .col2-set .col-1 {
    border-bottom: 1px solid #dbdbdb;
  }
  body.list-view .loop-archive ul.products.grid li .produkt-kol.produkt-info .col2-set .col-1,
  body.list-view .loop-archive ul.products.grid li .produkt-kol.produkt-info .col2-set .col-2 {
    width: 100%;
    padding: 10px 0;
  }
  body.list-view .loop-archive ul.products.grid li .produkt-kol.produkt-info .col2-set .col-1 p,
  body.list-view .loop-archive ul.products.grid li .produkt-kol.produkt-info .col2-set .col-2 p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #878787;
  }
  body.list-view .loop-archive ul.products li {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  body.list-view .loop-archive ul.products li {
    width: 100% !important;
  }
}
body .innholdsbygger-seksjon.produkter img,
body .loop-archive ul.products li img {
  max-height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
body .loop-archive ul.products.liste li img {
  max-height: 120px;
  margin: 10px auto;
}
.related.products .grid li img {
  display: block;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}
/*
 * List view
 */
@media screen and (min-width: 1000px) {
  body.list-view .loop-archive ul.products .tinv-wishlist,
  .innholdsbygger-seksjon.produkter .liste ul.products .tinv-wishlist {
    top: 43px;
    right: 190px;
  }
  body.list-view .loop-archive ul.products li,
  .innholdsbygger-seksjon.produkter .liste ul.products li {
    padding: 0;
  }
  body.list-view .loop-archive ul.products li.type-product,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product {
    width: 100%;
    float: none;
    padding: 0 10px;
  }
  body.list-view .loop-archive ul.products li.type-product a,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product a {
    display: block;
    color: #1E2C52;
    text-decoration: none;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-liste-ramme,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-liste-ramme {
    display: table;
    border-top: 0;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    margin-bottom: 5px;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol {
    display: table-cell;
    height: 100%;
    width: 55%;
    padding: 10px;
    vertical-align: middle;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol:last-child,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol:last-child {
    border-right: 0;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-bilde,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-bilde {
    width: 100px;
    vertical-align: middle;
    padding: 0;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-bilde a.produkt-bilde-link,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-bilde a.produkt-bilde-link {
    position: relative;
    display: block;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-bilde img.wp-post-image,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-bilde img.wp-post-image {
    max-width: 98px;
    max-height: 100px;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-info,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-info {
    color: #1E2C52;
    vertical-align: top;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-info p,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-info p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 2px;
    color: #3d3d3d;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-info p.navn,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-info p.navn {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-info p.navn a,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-info p.navn a {
    display: inline-block;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-info .col2-set .col-1,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-info .col2-set .col-1 {
    padding-right: 5px;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-info .col2-set .col-2,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-info .col2-set .col-2 {
    padding-left: 5px;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-pris,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-pris {
    width: 230px;
    background-color: white;
    padding-right: 70px;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-pris .price .single-price,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-pris .price .single-price {
    text-align: center;
    font-size: 18px;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-pris .price .single-price .amount,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-pris .price .single-price .amount {
    float: none !important;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-pris .price .single-price del,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-pris .price .single-price del,
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-pris .price .single-price ins,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-pris .price .single-price ins,
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-pris .price .single-price .amount,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-pris .price .single-price .amount,
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-pris .price .single-price .discount,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-pris .price .single-price .discount {
    float: right;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-kjop,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-kjop {
    width: 155px;
    padding: 20px;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-kjop .salesunit,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-kjop .salesunit {
    font-size: 12px;
    text-align: left;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-kjop .quantity,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-kjop .quantity {
    display: inline-block;
    margin-right: 0;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-kjop a.added_to_cart,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-kjop a.added_to_cart {
    display: inline-block;
    float: right;
  }
  body.list-view .loop-archive ul.products li.type-product .produkt-kol.produkt-kjop a.button,
  .innholdsbygger-seksjon.produkter .liste ul.products li.type-product .produkt-kol.produkt-kjop a.button {
    display: block;
    margin: 10px auto auto;
    width: 100%;
  }
}
li.product-category {
  padding: 0 10px;
  margin-bottom: 20px;
}
li.product-category a {
  color: #1E2C52;
  text-decoration: none;
}
li.product-category p.navn {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
/*
 * Single product
 */
body.single-product #product-bottom {
  margin-top: 100px;
}
body.single-product .hovedinnholdsramme {
  margin-top: 30px;
  width: calc(100% - 300px);
}
body.single-product .images {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
body.single-product .images a.woocommerce-main-image {
  display: block;
  border: 1px solid #f0f0f0;
}
body.single-product .images a.woocommerce-main-image img {
  max-height: 400px;
  width: auto;
  display: block;
  margin: 0 auto;
  height: auto;
}
body.single-product .images .thumbnails a {
  display: inline-block;
  margin-right: 3px;
  margin-top: 2px;
}
body.single-product .images .thumbnails a img {
  width: auto;
  height: auto;
  max-height: 60px;
}
body.single-product .entry-summary {
  float: right;
  width: 50%;
  padding-left: 10px;
  margin-bottom: 20px;
}
body.single-product .entry-summary h1.product_title.entry-title {
  font-size: 25px;
  line-height: 130%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 800px) {
  body.single-product .entry-summary h1.product_title.entry-title {
    font-size: 22px;
  }
}
.remove-cartbody.single-product .entry-summary form.cart {
  display: none !important;
}
body.single-product .entry-summary .product_meta {
  margin: 50px 0 50px !important;
}
body.single-product .entry-summary .cart {
  margin-bottom: 12px;
  position: relative;
  display: block;
  zoom: 1;
  clear: both;
}
body.single-product .entry-summary .cart:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.single-product .entry-summary .cart .button {
  font-size: 18px;
  width: 140px;
  float: right;
  text-align: center;
}
body.single-product .entry-summary .cart .tinv-wishlist {
  margin-top: 20px;
}
body.single-product .entry-summary .cart .tinv-wishlist a.tinvwl_add_to_wishlist_button {
  margin: 0;
}
body.single-product .entry-summary .cart .tinv-wishlist a.tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {
  margin: 0 10px !important;
  color: #1E2C52;
  line-height: 33px;
  font-weight: 400;
}
@media screen and (max-width: 1150px) {
  body.single-product .entry-summary .cart .button {
    float: left;
    margin: 20px 0;
    clear: both;
  }
}
body.single-product .entry-summary .related,
body.single-product .entry-summary .products {
  clear: both;
}
body.single-product .entry-summary .product_meta {
  color: #1E2C52;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
body.single-product .entry-summary .product_meta p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}
body.single-product .entry-summary .product-meta-left,
body.single-product .entry-summary .product-meta-right {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  body.single-product .entry-summary .product-meta-left {
    float: left;
    width: calc(50% - 12px);
    border-right: 2px solid #e1e1e1;
  }
  body.single-product .entry-summary .product-meta-right {
    float: right;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 999px) {
  body.single-product .hovedinnholdsramme {
    width: 100%;
  }
  body.single-product .sidelinjen {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  body.single-product .woocommerce-tabs {
    padding: 30px;
  }
  body.single-product .tabs.wc-tabs,
  body.single-product .panel {
    width: 100%;
    float: none !important;
    margin: 0;
  }
  body.single-product .tabs.wc-tabs {
    margin: 0 0 30px;
  }
}
body.single-product .produktbeskrivelse {
  clear: both;
  margin: 20px 0;
}
/* Single product image height */
body.single-product div.product .images img {
  width: auto;
  max-height: 350px;
}
#single-add-to-cart-wrapper {
  background: #fafafa;
  padding: 25px;
}
#single-add-to-cart-wrapper form.cart {
  clear: none;
  margin-bottom: 0;
}
#single-add-to-cart-wrapper .price {
  float: left;
  margin-bottom: 0;
  margin-right: 40px;
}
#single-add-to-cart-wrapper .price .price-label {
  display: none;
}
#single-add-to-cart-wrapper .price .single-price {
  margin-bottom: 0;
}
#single-add-to-cart-wrapper .price .amount {
  color: #1E2C52;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
}
#single-add-to-cart-wrapper .salesunit {
  position: static;
  right: auto;
  line-height: 32px;
}
#single-add-to-cart-wrapper #wl-wrapper {
  clear: both;
  padding-bottom: 0;
}
#single-add-to-cart-wrapper #wl-wrapper .wl-add-link {
  color: #3d3d3d;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 500;
}
/*
 * Header
 */
#header {
  padding: 20px 0 40px;
}
#header .ramme {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#header #logo {
  width: 160px;
  margin: auto auto auto 0;
}
#header #logo a {
  display: block;
}
#header #logo a img {
  display: block;
  width: 100%;
  height: auto;
}
#header #mobilmeny-knapp {
  display: none;
}
#header .logged-in-info {
  float: left;
  margin-right: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}
#header #header-menu {
  margin: auto;
}
@media screen and (min-width: 1200px) {
  #header #header-menu {
    margin: auto auto auto 30px;
  }
}
#header #header-menu ul.menu {
  display: block;
  zoom: 1;
  clear: both;
  padding: 0;
}
#header #header-menu ul.menu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header #header-menu ul.menu li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
#header #header-menu ul.menu li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  color: #1E2C52;
}
#header #header #logo {
  width: 140px;
}
#header #header-search {
  float: left;
  max-width: 300px;
  width: 300px;
  margin-top: 32px;
  /* iPad portrait view */
  position: relative;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header #header-search {
    position: absolute;
    top: 46px;
    left: 200px;
  }
}
#header #header-search input.search-field {
  border: 2px solid #EFEFEF;
  border-radius: 25px;
  padding: 10px 25px;
}
#header #header-search .hidden {
  visibility: hidden;
  display: none;
}
#header #header-search button.search-button {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 24px;
}
#header #header-search button.search-button svg g {
  fill: #D21B17 !important;
}
#header .maksimer-woocommerce-search-results {
  z-index: 9999;
}
#header #scan-mode-toggle {
  position: relative;
  cursor: pointer;
  line-height: 110%;
  padding-left: 45px;
  height: 34px;
  margin: auto 0 auto auto;
}
#header #scan-mode-toggle:before {
  content: ' ';
  position: absolute;
  background: url("images/barcode.png") no-repeat 6px 6px;
  background-size: 70%;
  background-color: #1C5250;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  left: 0;
  top: 2px;
}
@media only screen and (min-width: 1025px) {
  #header #scan-mode-toggle {
    display: none;
  }
}
#header #mini-cart-toggle {
  /* iPad portrait view */
  position: relative;
  cursor: pointer;
  line-height: 110%;
  padding-left: 45px;
  height: 34px;
  margin: auto 0 auto auto;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header #mini-cart-toggle {
    position: absolute;
    top: 48px;
    left: 410px;
  }
}
#header #mini-cart-toggle:before {
  content: ' ';
  position: absolute;
  background: url("images/shoppingcart.png") no-repeat;
  background-position: center;
  background-size: 55%;
  background-color: #1C5250;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  left: 0;
  top: 2px;
}
#header #mini-cart-toggle span.item-count {
  display: block;
  font-size: 12px;
}
#header #mini-cart-toggle span.item-total {
  display: block;
  font-weight: 700;
  font-size: 16px;
}
#header section.mini-cart {
  position: absolute;
  top: 80px;
  z-index: 999;
  background: #fff;
  right: 0;
  min-width: 500px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  display: none;
}
/*
 * Search
 */
#header #header-search {
  width: 200px;
  margin: auto;
}
.sokeskjema {
  position: relative;
  margin-bottom: 20px;
}
.sokeskjema .sok-input {
  padding-right: 30px;
}
.sokeskjema .sok-knapp {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  cursor: pointer;
  right: 8px;
  top: 8px;
  background: none;
  border: 0;
  border-radius: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  display: block;
}
/*
 * Mobilemenu
 */
@media screen and (max-width: 1100px) and (max-width: 1200px) {
  header#header #logo {
    width: 110px;
  }
  header#header #mini-cart-toggle span.item-count,
  header#header #mini-cart-toggle span.item-total {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  header#header {
    padding: 10px 0 10px;
    margin-bottom: 15px;
  }
  header#header #logo {
    order: 1;
    width: 120px;
    margin: 0 auto 0 0;
  }
  header#header #hovedmeny {
    display: none;
  }
  header#header #header-search {
    order: 2;
    margin: auto;
  }
  header#header #header-menu {
    order: 3;
    margin: auto 30px auto auto;
  }
  header#header #hovedmeny {
    position: absolute;
    width: 290px;
    background: white;
    z-index: 999;
    top: 120px;
    right: 5vw;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  header#header #hovedmeny li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header#header #hovedmeny li:last-child {
    border: none;
  }
  header#header #mobilmeny-knapp {
    display: block;
  }
  header#header #mobilmeny-knapp a {
    text-decoration: none;
  }
  header#header #mobilmeny-knapp a img {
    display: none;
    width: 25px;
  }
  header#header #mobilmeny-knapp a.ikke-klikket img.apne {
    display: block;
  }
  header#header #mobilmeny-knapp a.klikket img.lukk {
    display: block;
  }
  header#header #scan-mode-toggle {
    order: 4;
  }
  header#header #mini-cart-toggle {
    order: 5;
    margin: auto 0;
  }
}
@media screen and (max-width: 1000px) and only screen (max-width: 1024px) {
  header#header #mobilmeny-knapp {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1000px) and only screen (min-width: 1025px) {
  header#header #mobilmeny-knapp {
    padding: 5px 0;
  }
}
@media screen and (max-width: 700px) {
  header#header .ramme {
    flex-wrap: wrap;
  }
  header#header #scan-mode-toggle {
    order: 3;
  }
  header#header #mini-cart-toggle {
    order: 4;
    margin: auto 0 auto 0;
    width: 34px;
    height: 34px;
  }
  header#header #mini-cart-toggle span.item-count,
  header#header #mini-cart-toggle span.item-total {
    display: none !important;
  }
  header#header #logo {
    order: 1;
  }
  header#header #header-search {
    max-width: none;
    margin: 30px 0;
    width: 100%;
    order: 5;
  }
  header#header #header-menu {
    order: 2;
  }
}
@media screen and (max-width: 550px) {
  #logo {
    width: 90px;
  }
}
@media screen and (max-width: 600px) {
  /*
        #header {

            #menylinje {
                margin-top: 15px;
                }
            }

        .headerboks-ramme {
            float: none;
            width: 100%;
            clear: both;
            margin-top: 15px;
            .hurtigordre {
                width: 275px;
                padding-right: 0;
                }
            }

            */
}
@media screen and (max-width: 505px) {
  /*

	#header .headerboks-ramme {

		.hurtigordre {
			padding: 10px 10px 0 10px;
			width: 55%;

			.hurtigordre-skjema {
				.varenummer {
					width: 100%;
					margin-bottom: 5px;
					}
				.antall {
					margin: 0;
					width: calc(~"100% - 69px");
					float: left;
					}
				.knapp {
					padding-left: 0;
					padding-right: 0;
					width: 65px;
					float: right;
					}
				}
			}


		}
		*/
}
/* iPad fixes when admin bar enabled */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .admin-bar #header-search {
    top: 86px !important;
  }
  .admin-bar #mini-cart-toggle {
    top: 86px !important;
  }
  #logo {
    margin-bottom: 25px !important;
  }
}
@media only screen and (max-device-width: 1024px) {
  .maksimer-change-logged-in-user-wrapper {
    top: 200px !important;
  }
}
/*
 * Footer
 */
#footer {
  padding: 40px 0 40px 0;
}
@media screen and (min-width: 800px) {
  #footer {
    padding: 70px 0 40px 0;
  }
}
#footer a {
  color: #414142;
}
#footer h4 {
  color: #1E2C52;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 14px;
  line-height: 160%;
}
#footer #footer-logo {
  width: 140px;
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  #footer #footer-logo {
    width: 160px;
    float: left;
    margin-right: 60px;
  }
}
@media screen and (min-width: 800px) {
  #footer #footer-columns {
    margin-left: 220px;
  }
  #footer #footer-columns #footer-col-inner {
    margin: 0 -30px;
  }
}
#footer #footer-columns #footer-col-inner {
  display: table;
  width: 100%;
}
#footer #footer-columns .footer-col {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 500px) {
  #footer #footer-columns .footer-col {
    float: left;
    width: 50%;
    padding: 0 30px;
  }
  #footer #footer-columns .footer-col:first-child {
    border-right: 1px solid #d7d7d7;
  }
}
@media screen and (min-width: 800px) {
  #footer #footer-columns .footer-col {
    display: table-cell;
    border-right: 1px solid #d7d7d7;
    width: 50%;
  }
}
#footer #footer-columns .footer-col:last-child {
  border-right: none;
}
#footer ul li {
  font-size: 14px;
  list-style: none;
  margin: 0 0 1em;
}
#footer ul li a {
  text-decoration: none;
}
#footer ul li a :hover {
  text-decoration: underline;
}
#footer #maksimer-info {
  clear: left;
  margin-top: 70px;
}
#footer #maksimer-info a {
  font-size: 11px;
  text-decoration: none;
  color: #707070;
  text-transform: uppercase;
}
/*
 * Error message
 */
.woocommerce-message {
  background-color: #f7f7f7;
  padding: 15px 40px;
  display: flex;
  justify-content: center;
  justify-items: center;
  color: black !important;
  font-weight: 500;
}
.woocommerce-message .button {
  line-height: 20px;
}
@media screen and (max-width: 800px) {
  .woocommerce-message {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 140%;
    text-align: left;
  }
}
/*
 * Quantity
 */
.quantity .screen-reader-text {
  visibility: hidden;
  display: none;
}
.quantity .qty-button {
  float: left;
  width: 10px;
  line-height: 18px;
  text-align: left;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
}
.quantity .qty-button.qty-up {
  text-align: right;
}
.quantity .qty {
  background: none;
  float: left;
  text-align: center;
  box-shadow: none;
  border-color: transparent;
  padding: 0;
  line-height: 14px;
  font-size: 14px;
}
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/*
 * Slideshow
 */
.slideshow {
  display: block;
}
.slideshow ul.slides {
  margin: 0;
  padding: 0;
}
.slideshow ul.slides li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: relative;
}
.slideshow ul.slides li:first-child {
  display: block;
}
.slideshow ul.slides li .tekst-ramme {
  display: block;
  zoom: 1;
  clear: both;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  background: #414142;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
}
.slideshow ul.slides li .tekst-ramme:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.slideshow ul.slides li .tekst-ramme .tekst {
  float: left;
}
.slideshow ul.slides li .tekst-ramme .tekst p {
  font-size: 24px;
  line-height: 40px;
}
.slideshow ul.slides li .tekst-ramme .slideshow-knapp {
  float: right;
}
.slideshow ul.slides li img.slide-bilde {
  max-width: none;
  width: 100%;
  height: auto;
}
/*
 * Select
 */
body .select2-container .select2-choice,
body select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 6px 50px 6px 10px;
  background: url(images/grayarrow.svg) no-repeat right 10px center;
  font-size: 14px;
  font-weight: 400;
  color: #4A4A4A;
  border: 1px solid rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  background-size: 24px 24px;
}
/*
 * Campain module
 */
section.kampanjer {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  section.kampanjer {
    margin-bottom: 40px;
  }
}
section.kampanjer .home-campaign {
  position: relative;
}
section.kampanjer .home-campaign .campaign-label {
  position: relative;
  z-index: 150;
  background: #D5091E;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 8px 40px 8px 16px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  section.kampanjer .home-campaign .campaign-label {
    font-size: 11px;
  }
}
section.kampanjer .home-campaign .text {
  position: absolute;
  max-width: 80%;
  bottom: 30px;
  left: 30px;
  color: #fff;
  z-index: 100;
}
@media screen and (max-width: 1100px) {
  section.kampanjer .home-campaign .text {
    bottom: 20px;
    left: 20px;
  }
}
section.kampanjer .home-campaign .text a,
section.kampanjer .home-campaign .text h2 {
  color: #fff;
  line-height: 115%;
}
section.kampanjer .home-campaign .text h2 {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 400px) {
  section.kampanjer .home-campaign .text h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1100px) {
  section.kampanjer .home-campaign .text h2 {
    font-size: 22px;
  }
}
section.kampanjer .home-campaign .text .read-more {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 800px) and (max-width: 1100px) {
  section.kampanjer .home-campaign .text .read-more {
    font-size: 11px;
  }
}
section.kampanjer .home-campaign .campaign-overlay {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.kampanjer #top-campaign {
  margin-bottom: 18px;
}
section.kampanjer #top-campaign img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  section.kampanjer #top-campaign {
    min-height: 220px !important;
    max-height: 220px !important;
    overflow: hidden;
  }
  section.kampanjer #top-campaign img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: auto;
    max-width: none;
  }
}
section.kampanjer #top-campaign .campaign-label {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
}
@media screen and (min-width: 600px) {
  section.kampanjer #top-campaign .campaign-label {
    right: 0;
    left: auto;
  }
}
section.kampanjer #top-campaign .text {
  left: 7vw;
  top: 35%;
}
@media screen and (min-width: 600px) {
  section.kampanjer #top-campaign .text {
    top: 50%;
    margin-top: -30px;
    max-width: 40%;
  }
}
section.kampanjer #top-campaign .text h2 {
  font-size: 48px;
}
@media screen and (max-width: 800px) {
  section.kampanjer #top-campaign .text h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 449px) {
  section.kampanjer #top-campaign .text h2 {
    font-size: 26px;
  }
}
section.kampanjer #other-campaigns .home-campaign {
  margin: 20px 0;
}
@media screen and (min-width: 800px) {
  section.kampanjer #other-campaigns .home-campaign {
    margin: 0 9px;
    float: left;
    width: calc(100% / 3 - 12px);
  }
}
section.kampanjer #other-campaigns .home-campaign img {
  display: block;
  width: 100%;
}
section.kampanjer #other-campaigns .home-campaign .campaign-label {
  position: absolute;
  top: 0;
  left: 0;
}
section.kampanjer #other-campaigns .home-campaign:first-child {
  margin-left: 0;
}
section.kampanjer #other-campaigns .home-campaign:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  section.kampanjer #other-campaigns.columns-4 .home-campaign {
    width: calc(100% / 2 - 9px);
    margin-bottom: 18px;
  }
  section.kampanjer #other-campaigns.columns-4 .home-campaign:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
    margin-right: 9px;
  }
  section.kampanjer #other-campaigns.columns-4 .home-campaign:nth-child(2n) {
    margin-left: 9px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1300px) {
  section.kampanjer #other-campaigns.columns-4 .home-campaign {
    width: calc(100% / 4 - 16px);
    margin-bottom: 16px;
  }
  section.kampanjer #other-campaigns.columns-4 .home-campaign:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
    margin-right: 7px;
  }
  section.kampanjer #other-campaigns.columns-4 .home-campaign:nth-child(4n+) {
    clear: none;
    margin-left: 8px;
    margin-right: 8px;
  }
  section.kampanjer #other-campaigns.columns-4 .home-campaign:nth-child(4n+3) {
    clear: none;
    margin-left: 8px;
    margin-right: 8px;
  }
  section.kampanjer #other-campaigns.columns-4 .home-campaign:nth-child(4n) {
    clear: none;
    margin-left: 7px;
    margin-right: 0;
  }
}
/*
 * Wishlist
 */
body .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
body .tinvwl-product-in-list:before {
  content: ' ';
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: url("images/wishlist.png") no-repeat #1C5250;
  background-size: 48%;
  background-position: center;
}
.tinvwl-product-in-list:before {
  color: #F59B25;
}
ul.products li.product {
  position: relative;
}
ul.products li.product .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}
ul.products li.product .tinv-wishlist {
  position: absolute;
  top: 15px;
  right: 30px;
}
ul.products li.product .tinv-wishlist:hover .tinvwl_add_to_wishlist-text {
  display: block;
}
ul.products li.product .tinvwl_add_to_wishlist-text {
  position: absolute;
  display: none;
  background-color: white;
  padding: 5px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
}
i.ftinvwl {
  vertical-align: middle;
}
/*
 * Wishlist page
 */
body.tinvwl-theme-style .button {
  line-height: 20px;
}
body.tinvwl-theme-style .button.tinvwl-break-input {
  background: #3d3d3d;
}
body.tinvwl-theme-style .button.tinvwl-break-checkbox.alt {
  background: #D5091E;
}
body.tinvwl-theme-style thead th {
  background: #1E2C52;
  font-weight: 700;
  color: white;
  font-size: 16px;
  text-align: left;
}
body.tinvwl-theme-style tbody td,
body.tinvwl-theme-style tbody p {
  font-size: 15px;
  line-height: 120%;
}
body.tinvwl-theme-style tbody .product-name {
  font-size: 15px;
  font-weight: 500;
}
body.tinvwl-theme-style tbody .product-name a {
  color: black;
}
body.tinvwl-theme-style tbody p.stock {
  font-weight: 500;
  font-size: 14px;
}
body.tinvwl-theme-style tbody p.stock.in-stock .ftinvwl {
  color: #1C5250;
  margin-right: 10px;
}
body.tinvwl-theme-style tbody p.stock.out-of-stock .ftinvwl {
  color: #D5091E;
  margin-right: 10px;
}
body.tinvwl-theme-style tbody .product-action button.button {
  background: url("images/shoppingcart.png") no-repeat #F59B25;
  background-size: 20px auto;
  background-position: center;
  height: 36px;
  padding: 10px;
  width: 50px;
}
body.tinvwl-theme-style tbody .product-action button.button .tinvwl-txt {
  display: none;
}
body.tinvwl-theme-style tfoot {
  border-top: 1px solid #CDCDCD;
  background: #f7f7f7;
}
body.tinvwl-theme-style tfoot select {
  background-color: white;
}
@media screen and (max-width: 749px) {
  body.tinvwl-theme-style .product-cb,
  body.tinvwl-theme-style .product-remove {
    max-width: 40px !important;
    float: left;
  }
}
#wl-wrapper .wl-table {
  font-size: 14px;
}
#wl-wrapper .wl-table .stock {
  font-size: 12px;
}
#wl-wrapper .wl-table .product-name a {
  font-weight: bold;
  text-decoration: none;
}
#wl-wrapper .wl-table a.remove {
  font-weight: bold;
  text-decoration: none;
}
#wl-wrapper .wl-table td,
#wl-wrapper .wl-table th {
  padding: 10px !important;
}
#wl-wrapper .wl-already-in ul {
  margin: 5px 0 15px 10px;
}
/*
 * Sidebar
 */
.sidelinjen {
  float: left;
  width: 220px;
}
/*
 * Sidebar
 */
.sidebar-title,
.product-categories > li {
  /*
	font-size: 18px;
	font-weight: @bold;
	color: @rod;
	line-height: 30px;
	margin: 0.5em 0 0 0;

	a {
		text-decoration: none;
		color: @rod;
		}
	}
	*/
}
.sidebar-list,
.product-categories > li {
  border-bottom: 1px solid #d1d1d1;
  padding: 8px 0;
  margin-left: 0;
  list-style: none;
  font-size: 16px;
  position: relative;
  padding-right: 50px;
}
.sidebar-list .sidebar-menu-toggle,
.product-categories > li .sidebar-menu-toggle {
  position: absolute;
  right: 0;
  top: 8px;
}
.sidebar-list.current-cat > a,
.product-categories > li.current-cat > a {
  font-weight: bold;
}
.sidebar-list a,
.product-categories > li a {
  color: #5e5e5e;
  font-weight: 300;
  text-decoration: none;
}
.sidebar-list li,
.product-categories > li li {
  font-size: 16px;
  line-height: 140%;
  padding: 8px 0 8px 15px;
  list-style: none;
  margin: 0 0 0 0;
  border-bottom: 1px solid #E6E6E6;
}
.sidebar-list li:last-child,
.product-categories > li li:last-child {
  border-bottom: none;
}
.sidebar-list li:before,
.product-categories > li li:before {
  content: " ";
  background: url("images/arrow.png") no-repeat;
  background-position: center left;
  background-size: 7px;
  padding-right: 15px;
  margin-left: -15px;
}
.sidebar-list li a,
.product-categories > li li a {
  color: #5e5e5e;
  text-decoration: none;
  font-weight: 300;
}
.sidebar-list ul.children,
.product-categories > li ul.children {
  display: none;
  padding: 5px 0;
}
.sidebar-list ul.children li,
.product-categories > li ul.children li {
  border: none;
  padding: 4px 0 4px 20px;
  font-size: 15px;
}
.sidebar-list ul.children li:before,
.product-categories > li ul.children li:before {
  content: "– ";
  font-weight: 400;
  background: none;
  background-size: 7px;
  padding-right: 6px;
  margin-left: -19px;
  color: black;
}
.sidebar-list .current-cat:before,
.product-categories > li .current-cat:before {
  background: url("images/arrow-down.png") no-repeat;
  background-size: 10px;
  background-position: center left;
}
.sidebar-list .current-cat ul.children,
.product-categories > li .current-cat ul.children {
  display: block;
}
.sidebar-list .current-cat > a,
.product-categories > li .current-cat > a {
  font-weight: bold !important;
}
.sidebar-list.current-cat-parent ul.children,
.product-categories > li.current-cat-parent ul.children {
  display: block;
}
#category-toggle {
  text-align: center;
  margin-bottom: 15px;
}
#sidebar-my-account {
  margin-bottom: 40px;
}
#sidebar-my-account ul {
  padding-right: 0;
  border-bottom: none;
}
#sidebar-my-account .current_page_item a {
  font-weight: bold;
}
body {
  font-family: "azo-sans-web", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #ededed;
  color: #414142;
  font-size: 18px;
  line-height: 24px;
}
.hvit-bg {
  background: #fff;
}
.hvit-bg.hvit-bg-ramme {
  padding-bottom: 40px;
}
.results-products .add-to-cart-wrap a {
  display: block;
  border-radius: 16px;
  font-size: 16px !important;
  line-height: 32px !important;
  height: 32px !important;
}
.hovedinnholdsramme {
  float: right;
  max-width: 960px;
  width: calc(100% - 240px);
}
.single-product .ramme > .hovedinnholdsramme {
  float: none;
  width: auto;
  max-width: 100%;
}
#undersider-liste {
  margin-bottom: 40px;
}
.kontaktskjema {
  margin-bottom: 20px;
  vertical-align: top;
}
#infscr-loading {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  background: #1E2C52 !important;
  color: #fff !important;
  width: 100% !important;
  display: block;
  padding: 20px !important;
  line-height: 16px !important;
  text-align: center !important;
  height: 60px !important;
}
.admin-bar #infscr-loading {
  top: 32px !important;
}
#infscr-loading img {
  width: 16px;
  margin-right: 20px;
}
#infscr-loading div {
  display: inline-block;
}
.page-template-projects .project-table-th,
.page-template-templatesprojects-php .project-table-th {
  text-align: left;
}
.page-template-projects .project-amount-unit-span,
.page-template-templatesprojects-php .project-amount-unit-span {
  font-size: 13px;
}
.page-template-projects .project-table-amount,
.page-template-templatesprojects-php .project-table-amount {
  position: relative;
}
.page-template-projects .project-table-amount .quantity.hidden,
.page-template-templatesprojects-php .project-table-amount .quantity.hidden {
  display: none !important;
}
.page-template-projects .add-to-cart-form .add-to-cart-wrap a,
.page-template-templatesprojects-php .add-to-cart-form .add-to-cart-wrap a {
  width: 100%;
  text-align: center;
}
.page-template-projects .added_to_cart,
.page-template-templatesprojects-php .added_to_cart {
  font-size: 12px;
  text-align: center;
  border: 2px solid #f5800d;
  line-height: 125%;
  color: #f5800d;
  display: block;
  padding: 3px;
  text-decoration: none;
  margin-top: 8px;
  transition: all 0.3s;
}
.page-template-projects .added_to_cart:hover,
.page-template-templatesprojects-php .added_to_cart:hover {
  border: 2px solid #f5800d;
  background: #f5800d;
  color: #fff;
  transition: all 0.3s;
}
/*
 * Home
 */
body.page-template-templateshomepage-php .hvit-bg.hvit-bg-ramme {
  padding: 0;
}
body.page-template-templateshomepage-php #login-wrapper {
  background: #fafafa;
  padding: 40px;
}
body.page-template-templateshomepage-php #login-wrapper .inner {
  max-width: 540px;
  margin: 0 auto;
}
body.page-template-templateshomepage-php #login-wrapper h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
}
body.page-template-templateshomepage-php #login-wrapper .form-row {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 25px;
}
body.page-template-templateshomepage-php #login-wrapper input[type=submit] {
  float: right;
  font-size: 20px;
  line-height: 48px;
  padding: 0 30px;
  text-transform: none;
  border-radius: 24px;
}
body.page-template-templateshomepage-php #login-wrapper a.button {
  font-size: 20px;
  line-height: 48px;
  padding: 0 30px;
  text-transform: none;
  border-radius: 24px;
  letter-spacing: 0.06em;
}
body.page-template-templateshomepage-php #login-wrapper label {
  margin-bottom: 5px;
}
body.page-template-templateshomepage-php #login-wrapper .lost_password a {
  color: #1E2C52;
  font-size: 16px;
}
body.page-template-templateshomepage-php #login-wrapper #become-customer p {
  color: #1E2C52;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 1em;
}
body.page-template-templateshomepage-php #login-wrapper #become-customer h2 {
  margin-bottom: 0.5em;
  font-size: 20px;
}
body.page-template-templateshomepage-php #login-wrapper #become-customer .button {
  background: #1F5150;
}
body.page-template-templateshomepage-php #login-wrapper input[type=password],
body.page-template-templateshomepage-php #login-wrapper input[type=text] {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.22);
}
body.page-template-templateshomepage-php .en-kolonne h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  body.page-template-templateshomepage-php .en-kolonne h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
body.page-template-templateshomepage-php .to-kolonne {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-templateshomepage-php .to-kolonne .venstre {
  width: 60%;
}
body.page-template-templateshomepage-php .to-kolonne .venstre h1 {
  font-size: 38px;
  line-height: 130%;
}
body.page-template-templateshomepage-php .to-kolonne .venstre h2 {
  font-size: 20px;
}
body.page-template-templateshomepage-php .to-kolonne .venstre p {
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 1em;
  color: #1E2C52;
}
@media screen and (max-width: 800px) {
  body.page-template-templateshomepage-php .to-kolonne .venstre h1 {
    font-size: 26px;
  }
  body.page-template-templateshomepage-php .to-kolonne .venstre h2 {
    font-size: 20px;
  }
  body.page-template-templateshomepage-php .to-kolonne .venstre p {
    font-size: 18px;
  }
}
body.page-template-templateshomepage-php .to-kolonne .hoyre {
  width: 40%;
}
body.page-template-templateshomepage-php .to-kolonne .venstre,
body.page-template-templateshomepage-php .to-kolonne .hoyre {
  padding-top: 10px;
  padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
  body.page-template-templateshomepage-php .to-kolonne .venstre,
  body.page-template-templateshomepage-php .to-kolonne .hoyre {
    width: 100%;
  }
}
/*
 * Default template
 */
body.page-template-default .hovedinnholdsramme {
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  body.page-template-default .hovedinnholdsramme {
    padding-bottom: 40px;
  }
}
body.page-template-default .columns-4 .products > li .produkt-kol {
  width: 100% !important;
}
@media screen and (max-width: 1200px) {
  body.page-template-default .columns-4 .products > li {
    width: 33.3%;
  }
}
@media screen and (max-width: 1000px) {
  body.page-template-default .columns-4 .products > li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  body.page-template-default .columns-4 .products > li {
    width: 100%;
  }
}
section.product-categories {
  text-align: center;
}
section.product-categories .product-category {
  display: inline-block;
  margin: 0 5px;
  width: 200px;
  color: #fff;
}
section.product-categories .product-category a {
  display: block;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .columns- ul.products.grid li.product,
  .columns-3 ul.products.grid li.product,
  .columns-4 ul.products.grid li.product,
  .columns-5 ul.products.grid li.product,
  .columns-6 ul.products.grid li.product {
    width: 50%;
  }
  ul.products.grid li.first {
    clear: none;
  }
  ul.products.grid li:nth-child(odd) {
    clear: left;
  }
  #header #logo {
    width: 100px;
    margin-top: 37px;
  }
  #header .mini-cart ul.cart_list li a {
    margin-right: 10px;
  }
  #header .mini-cart ul.cart_list li .amount {
    margin-left: 10px;
  }
  #header .mini-cart a.checkout {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .col2-set .col-1 .form-row.form-row-first,
  .col2-set .col-2 .form-row.form-row-first,
  .col2-set .col-1 .form-row.form-row-last,
  .col2-set .col-2 .form-row.form-row-last,
  .form-row-first {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .col2-set .col-1 .form-row.form-row-first,
  .col2-set .col-2 .form-row.form-row-first,
  .col2-set .col-1 .form-row.form-row-last,
  .col2-set .col-2 .form-row.form-row-last,
  .form-row-last {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .hovedinnholdsramme {
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: 100%;
    padding: 0;
  }
  .innholdsbygger-seksjon.slideshow-seksjon .slideshow ul.slides li .tekst-ramme {
    position: relative;
    background: #414142;
  }
  .innholdsbygger-seksjon.slideshow-seksjon .slideshow ul.slides li .tekst-ramme .tekst,
  .innholdsbygger-seksjon.slideshow-seksjon .slideshow ul.slides li .tekst-ramme .slideshow-knapp {
    float: none;
  }
  .innholdsbygger-seksjon.slideshow-seksjon .slideshow ul.slides li .tekst-ramme .slideshow-knapp {
    margin-top: 10px;
  }
  .innholdsbygger-seksjon.to-kolonne .venstre,
  .innholdsbygger-seksjon.to-kolonne .hoyre {
    padding: 0px;
    float: none;
    width: 100%;
  }
  .innholdsbygger-seksjon.to-kolonne .venstre {
    margin-bottom: 20px;
  }
  .widget_product_categories {
    display: none;
  }
  body.woocommerce.archive .sidelinjen {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .form-row.form-row-first,
  .form-row.form-row-last {
    padding: 0px;
    float: none;
    width: 100%;
  }
  table th.product-thumbnail,
  table td.product-thumbnail {
    display: none;
  }
}
@media screen and (max-width: 505px) {
  .columns-1 ul.products.grid li.product,
  .columns-3 ul.products.grid li.product,
  .columns-4 ul.products.grid li.product,
  .columns-5 ul.products.grid li.product,
  .columns-6 ul.products.grid li.product {
    width: 100%;
    clear: both;
    float: none;
  }
  .produkt-liste-ramme {
    display: block;
    zoom: 1;
    clear: both;
  }
  .produkt-liste-ramme:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .woocommerce .type-product .images {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 20px;
  }
  .woocommerce .type-product .entry-summary {
    width: 100%;
    padding: 0;
    float: none;
  }
  .my-account-project-start-date,
  .my-account-project-end-date {
    display: none;
  }
}
@media screen and (min-width: 504px) {
  .produkt-liste-ramme {
    table-layout: fixed;
  }
}
@media screen and (max-width: 1000px) {
  .project-table-article-number,
  .project-table-delivery,
  .project-table-unit,
  .project-table-netprice,
  .project-table-discount {
    display: none;
  }
  .project-list-table-empty-space-tfoot {
    display: none;
  }
}
