@charset "UTF-8";
/* =====================================================
   7. KNAPPER OG FORMELEMENTER
===================================================== */
/* PDF-link knapper */
.kenson-tabstyle-button {
  display: inline-block;
  background: #d8d8d8;
  color: #333;
  padding: 12px 20px;
  margin-right: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  font-size: 14px;
  border: none;
  text-decoration: none;
  transition: background 0.2s ease;
}
.kenson-tabstyle-button:hover {
  background: #c8c8c8;
}

/* =====================================================
   8. SMÅ TILPASNINGER
===================================================== */
/* Luft mellom quantity og "add to cart" på veldig små skjermer */
@media screen and (max-width: 301px) {
  .woocommerce div.product .cart .quantity {
    margin-bottom: 10px;
  }
}
/* Skjul WooCommerce sin "vis passord"-knapp */
button.show-password-input {
  display: none !important;
}

/* =====================================================
   1. HEADER OG NAVIGASJON
===================================================== */
/* Admin-bar offset */
body.admin-bar .header_top {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header_top {
    margin-top: 46px;
  }
}

/* Ikke skjul handlekurv-ikon */
.header_cart .lnr-cart {
  display: unset !important;
}

/* Øk størrelsen på hamburger-ikonet */
.mobile_menu_button i.fa-bars {
  font-size: 32px;
  line-height: 1;
}

/* Handlekurv-ikon */
.lnr-cart {
  color: #ffffff !important;
  font-size: 21px !important;
  transition: color 0.3s;
}

/* WooCommerce cart-widget i header-top */
.shopping_cart_outer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.shopping_cart_inner {
  display: inline-block;
}

/* Cart-ikon med teller */
.cart-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: white;
}
.cart-icon-wrapper .cart-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
}
.cart-icon-wrapper .cart-link .cart-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  padding-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-icon-wrapper .cart-link .cart-icon svg {
  width: 20px;
  height: 20px;
  stroke: white;
}
.cart-icon-wrapper .cart-link .cart-icon .cart-count {
  font-size: 13px;
  font-weight: bold;
  color: white;
}

/* Overstyr farge i cart-dropdown */
.woocommerce-mini-cart.cart_list.product_list_widget li,
.woocommerce-mini-cart.cart_list.product_list_widget a,
.woocommerce-mini-cart.cart_list.product_list_widget span {
  color: #8d8d8d !important;
}

/* =====================================================
   5. MEGAMENY
===================================================== */
.drop_down .wide .second ul {
  padding: 26px 0 10px;
}
.drop_down .wide .second ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.drop_down .wide .second ul li ul li a {
  line-height: 22px !important;
}
.drop_down .wide .second ul li.menu-item-has-children {
  padding-bottom: 20px;
}
.drop_down .wide .second .inner > ul {
  -moz-column-count: 5;
       column-count: 5;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.drop_down .wide .second > .inner > ul > li {
  border-left: none !important;
}

/* =====================================================
   2. PRODUKTSIDE
===================================================== */
/* Produkt-tittel spacing */
.woocommerce div.product .product_title {
  margin: 20px 0;
}

/* Pris-seksjon spacing */
.woocommerce div.product .price {
  margin-bottom: 20px;
}

/* Kort beskrivelse styling */
.single-product .summary p.price del {
  font-size: 30px;
}

.single-product .summary ul.product-key-points {
  margin: 10px 0;
}

.single-product .summary .read-more-link {
  font-weight: bold;
}

.single-product .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

/* Variantpris farge */
.woocommerce-variation-price ins {
  color: #dd8500;
  font-weight: 600;
  font-size: 30px;
}

/* Farge og tykk skrift for «Lagervare»-etiketten */
.b2bking-delivery-label {
  color: #2E7D32;
  font-weight: bold;
}

/* Stil på mva-disclaimer under leveringsmelding */
.b2bking-vat-disclaimer {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

/* =====================================================
   3. HANDLEKURV OG KASSE
===================================================== */
.woocommerce-checkout-review-order-table tbody tr:first-child td {
  border-top: 2px solid #000;
}

.woocommerce-checkout-review-order-table tbody tr:last-child td {
  border-bottom: 2px solid #000;
}

.woocommerce-shipping-methods {
  list-style-type: none !important;
  padding-left: 0 !important;
}

.woocommerce-order-overview__purchase-order strong {
  display: inline-block;
  padding-left: 6px;
}

/* =====================================================
   4. WIDGETS OG FILTRE
===================================================== */
.widget_layered_nav ul li {
  list-style: none;
  margin-bottom: 8px;
}
.widget_layered_nav ul li a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  text-decoration: none;
  color: #333;
}
.widget_layered_nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  background: #fff;
  border-radius: 2px;
}
.widget_layered_nav ul li.chosen a {
  font-weight: bold;
}
.widget_layered_nav ul li.chosen a:before {
  background: #dd9933;
  border-color: #dd9933;
}
.widget_layered_nav ul li.chosen .count {
  display: inline !important;
  margin-left: 4px;
  font-size: 90%;
  color: #666;
}

/* =====================================================
   6. KUNDEKONTO / ROLLER / ADMIN
===================================================== */
.woocommerce-MyAccount-navigation ul {
  border-top: 1px solid #dd9933 !important;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #dd9933 !important;
}

/* Kontainer for roller */
.rolle-melding {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #dd9933;
  margin: 20px 0 10px;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  border-radius: 2px;
}
.rolle-melding p {
  position: relative;
  padding: 5px 5px 5px 26px;
  margin-bottom: 1em;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 4px;
}
.rolle-melding p::before {
  content: "✔";
  position: absolute;
  left: 5px;
  color: #dd9933;
  font-size: 1em;
  line-height: 1;
}

/* Kun vise melding til ikke logget inn */
body.logged-in .kun-uloggede {
  display: none !important;
}

/* Tilpasset B2BKing dropdown */
select#b2bking_registration_roles_dropdown {
  height: 38px;
  padding: 8px;
  font-size: 13px;
  border: 1px solid #000;
  border-radius: 0;
  font-weight: normal;
  color: #666;
  font-family: Arial, sans-serif;
}

/* Kenson-stil for hurtigbestilling-knapp */
body button.b2bking_bulkorder_indigo_add,
body button.b2bking_bulkorder_indigo_add.b2bking_bulkorder_cream_add {
  background-color: #dd9933 !important;
  color: #ffffff !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  border: none !important;
  border-radius: 1px !important;
  padding: 12px 24px !important;
  box-shadow: none !important;
  line-height: 1.2 !important;
  display: inline-block !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease-in-out !important;
}

.b2bking-pdf-links-after-tabs {
  margin: 2.5rem 0;
  text-align: left;
}
.b2bking-pdf-links-after-tabs .b2bking-pdf-link {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background-color: #f5f5f5;
  text-decoration: none;
  font-size: 0.9rem;
  color: #333;
}
.b2bking-pdf-links-after-tabs .b2bking-pdf-link:hover {
  background-color: #e0e0e0;
  border-color: #bbb;
}

.b2bking-cart-icon-wrapper {
  display: inline-block;
  position: relative;
}
.b2bking-cart-icon-wrapper .b2bking-cart-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.b2bking-cart-icon-wrapper .b2bking-cart-link .b2bking-cart-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  color: #fff;
}
.b2bking-cart-icon-wrapper .b2bking-cart-link .b2bking-cart-icon svg {
  width: 100%;
  height: auto;
}
.b2bking-cart-icon-wrapper .b2bking-cart-link .b2bking-cart-count {
  font-weight: bold;
  font-size: 0.9rem;
  color: #fff;
}

.reseller-quote-wrap {
  width: 100% !important;
  max-width: none !important;
  padding: 0;
  margin: 0;
}

.customer-form {
  width: 100% !important;
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.customer-form h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
}
.customer-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
  font-family: Roboto, sans-serif;
}
.customer-form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.quote-wrapper {
  font-family: Roboto, sans-serif;
  font-size: 13px;
}
.quote-wrapper a {
  color: #000;
  text-decoration: underline;
}
.quote-wrapper h2 {
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.quote-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.quote-table th, .quote-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}
.quote-table th {
  background-color: #f5f5f5;
}

.quote-footer {
  margin-top: 25px;
  font-size: 13px;
  text-align: right;
}

.quote-notice {
  margin-top: 30px;
  font-size: 12px;
  color: #555;
  text-align: left;
}

.print-btn {
  margin-top: 20px;
}
.print-btn .button.alt {
  background-color: #dd9933;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

@media print {
  html, body {
    margin: 0 !important;
    padding: 0 !important;
  }
  body * {
    visibility: hidden !important;
  }
  #quote-print-area,
  #quote-print-area * {
    visibility: visible !important;
  }
  #quote-print-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 21cm;
    min-height: 29.7cm;
    padding: 2cm;
    box-sizing: border-box;
    background: white;
  }
  @page {
    size: A4 portrait;
    margin: 0;
  }
  #quote-print-area a {
    color: #000;
    text-decoration: underline;
  }
}