/*!
Theme Name: cb
Theme URI: https://www.christianiabikes.com
Author: Hans Lerche Engstrøm
Author URI: https://www.christianiabikes.com
Description: Christiania Bikes Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cb is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  font-family: akzidenz-grotesk, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 87.5%; /*14px*/
  height: 100%;
}

*:focus {
  outline: none !important;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
  position: relative;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-style: normal;
  font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  color: #2d2d2d;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}
button:focus {
  outline: none;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Typography
@https://type-scale.com
--------------------------------------------------------------*/

body {
  background: white;
  font-family: akzidenz-grotesk, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #2d2d2d;
}

p {
  font-family: akzidenz-grotesk, sans-serif;
  margin-bottom: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 3rem 0 1.38rem;
  font-family: akzidenz-grotesk, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2 {
  font-size: 2.441rem;
}

h3 {
  font-size: 1.953rem;
}

h4 {
  font-size: 1.563rem;
}

h5 {
  font-size: 1rem;
}

small,
.text_small {
  font-size: 0.8rem;
}

select {
  color: #2d2d2d;
  font-family: akzidenz-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}

input,
textarea,
button {
  color: #2d2d2d;
  font-family: akzidenz-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.9rem;
  line-height: 1;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: akzidenz-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 600px;
  color: #2d2d2d;
  margin: auto;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: none;
  text-decoration: none;
  font-weight: 500;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fbfbfb;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #2d2d2d;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 0;
  background: #2d2d2d;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 0.9;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  opacity: 0.9;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding: 6px;
  margin-top: 0.5em !important;
  display: block;
  border-bottom: 1px solid #2d2d2d;
  background: transparent;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

input:read-only {
	background-color:  #f9f9f9;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# No PAge
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */

.site-header img {
  max-width: 250px;
  float: left;
  padding-left: 0 20px;
}

/*
.home .site-header {
	position: absolute;
}*/

.site-header {
  width: 100%;
  background-color: transparent;
  z-index: 999;
  position: absolute;
  margin: 50px auto;
  padding: 0 44px;
}

@media screen and (max-width: 600px) {
  .site-header img {
    max-width: 200px;
    float: left;
    padding-left: 0 20px;
  }

  .site-header {
    width: 100%;
    background-color: transparent;
    z-index: 999;
    position: absolute;
    margin: 20px auto;
    padding: 0 24px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

#menu-location-menu-1,
#menu-location-menu-2 {
  display: none;
}

#menu-primary-container,
.menu.nav-menu,
.menu-item,
.menu-item a,
.sub-menu,
.nav-menu li,
.nav-menu li ul,
.nav-menu li a {
  display: none;
}

.mm-listitem--selected > .mm-listitem__text {
  background: none;
}

.mm-listitem > a > div > h5 {
  margin-top: 0;
}

.mm-listitem > a > div > span {
  font-weight: 400;
  font-size: 1rem;
  display: block;
  white-space: normal;
}

/* MMENU PLUGIN // HAMBRUGER MENU
--------------------------------------------- */

.mm-wrapper--position-left .mm-slideout,
.mm-wrapper--position-right .mm-slideout {
  will-change: unset;
}

.mm-page {
  min-height: 100% !important;
}

#hamburger {
  float: right;
  border: none;
  background: transparent;
  padding: 0;
  margin-top: -5px;
}

.mm-panels {
  outline: none;
}

.mm-navbar .wpmm-header-image {
  max-width: 150px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar {
  background: none !important;
}

.mm-navbars--top .mm-navbar__tab--selected,
.mm-navbars--top .mm-navbar__tab {
  border-color: transparent;
}

.mm-listitem {
  padding: 1em 0;
}

.mm-listitem a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #2d2d2d !important;
}

.mm-btn:after,
.mm-btn:before {
  border-color: #2d2d2d !important;
}

.mm-navbar__title {
  color: #2d2d2d !important;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1em;
}

.mm-navbar.mm-navbar_size-3 {
  width: 200px;
  margin: auto;
}

.mburger {
  --mb-button-size: 50px;
  --mb-bar-width: 0.6;
  --mb-bar-height: 2px;
  --mb-bar-spacing: 4px;
  --mb-cross-timeout: 0s;
  --mb-animate-timeout: 0s;
  background: 0 0;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: var(--mb-button-size);
  padding: 0 0 0 var(--mb-button-size);
  margin: 0;
  line-height: var(--mb-button-size);
  vertical-align: middle;
  appearance: none;
  outline: 0;
  cursor: pointer;
}

.mburger b {
  color: #2d2d2d !important;
  display: block;
  position: absolute;
  left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width)) / 2));
  width: calc(var(--mb-button-size) * var(--mb-bar-width));
  height: var(--mb-bar-height);
  border-radius: calc(var(--mb-bar-height) / 2);
  background: currentColor;
  color: inherit;
  opacity: 1;
}

.mburger b:nth-of-type(1) {
  bottom: calc(60% + var(--mb-bar-spacing));
  transition: bottom 0.2s ease, transform 0.2s ease;
}

.mburger b:nth-of-type(2) {
  top: calc(50% - (var(--mb-bar-height) / 2));
  transition: opacity 0.2s ease;
  display: none;
}

.mburger b:nth-of-type(3) {
  top: calc(30% + var(--mb-bar-spacing));
  transition: top 0.2s ease, transform 0.2s ease;
}

.mburger span:not(:empty) {
  padding-right: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width)) / 2));
}

.mm-wrapper--opened .mburger b:nth-of-type(1) {
  /*    bottom: calc(50% -(var(--mb-bar-height) / 2));*/
  transform: rotate(45deg);
}

.mm-wrapper--opened .mburger b:nth-of-type(2) {
  opacity: 0;
}

.mm-wrapper--opened .mburger b:nth-of-type(3) {
  /*    top: calc(50% -(var(--mb-bar-height) / 2));*/
  transform: rotate(-45deg);
}

.mburger--collapse b:nth-of-type(1) {
  transition: bottom 0.2s ease, margin 0.2s ease, transform 0.2s ease;
  transition-delay: 0.2s, 0s, 0s;
}

.mburger--collapse b:nth-of-type(2) {
  transition: top 0.2s ease, opacity 0s ease;
  transition-delay: 0.3s, 0.3s;
}

.mburger--collapse b:nth-of-type(3) {
  transition: top 0.2s ease, transform 0.2s ease;
}

.mm-wrapper--opened .mburger--collapse b:nth-of-type(1) {
  bottom: calc(59% - var(--mb-bar-spacing) - var(--mb-bar-height));
  margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height) / 2));
  transform: rotate(45deg);
  transition-delay: calc(var(--mb-cross-timeout) + 0.1s),
    calc(var(--mb-cross-timeout) + 0.3s), calc(var(--mb-cross-timeout) + 0.3s);
}

.mm-wrapper--opened .mburger--collapse b:nth-of-type(2) {
  top: calc(50% + var(--mb-bar-spacing));
  opacity: 0;
  transition-delay: calc(var(--mb-cross-timeout) + 0s),
    calc(var(--mb-cross-timeout) + 0.2s);
}

.mm-wrapper--opened .mburger--collapse b:nth-of-type(3) {
  /*    top: calc(50% -(var(--mb-bar-height) / 2));*/
  transform: rotate(-45deg);
  transition-delay: calc(var(--mb-cross-timeout) + 0.3s),
    calc(var(--mb-cross-timeout) + 0.3s);
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.wp-block-cover, .wp-block-cover-image {
  padding: 0 !important; 
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

.site-footer {
  background-color: #fbfbfb;
}

.footer-info {
  width: 100%;
  clear: both;
  padding-bottom: 0.5em;
  padding-top: 1em;
}

/* Registration page - hide footer */
.page-id-7734 .footer-info {
  display: none;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Share and Save Cart Woocommerce
--------------------------------------------- */

@media screen and (max-width: 600px) {
  .wcss-share-cart-btn-shortcode {
    margin-left: 31% !important;
  }

  .wcss-share-cart-btn-shortcode:hover {
    margin-left: 31% !important;
  }
}

/* AGILE STORE LOCATOR
--------------------------------------------- */

/* AGILE STORE WIDGET BUTTON ON CART
--------------------------------------------- */

.woocommerce-checkout .a-modal .a-modal-dialog,
.woocommerce-cart .a-modal .a-modal-dialog {
  width: 90% !important;
  max-width: 90% !important;
  margin: auto;
}

.a-modal-dialog-centered {
  min-height: 30% !important;
  padding: 24px 0 24px 0 !important;
}

@media screen and (max-width: 600px) {
  .a-modal-dialog-centered {
    min-height: 30% !important;
    padding: 24px 0 24px 0 !important;
  }
}

.storelocator-main {
  max-height: 600px !important;
}
.a-modal-content {
  max-height: 60vh;
}

.store-locator-modal .a-modal-dialog .a-modal-content .a-modal-header {
  background-color: #fff;
  padding: 0 24px 0 24px;
}

.store-locator-modal
  .a-modal-dialog
  .a-modal-content
  .a-modal-header
  .a-modal-title {
  color: #2d2d2d;
  margin: auto;
}

.store-locator-modal
  .a-modal-dialog
  .a-modal-content
  .a-modal-header
  button.close
  span {
  color: #2d2d2d;
}

.select-store-name {
  text-align: center;
}

#asl-wc-localpickup-store {
  border: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: akzidenz-grotesk, sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 0.5em 2.4em !important;
  margin: 0 !important;
  background-color: #2d2d2d !important;
  display: initial !important;
  border-radius: 24px !important;
}

.wcss-popup__header-close {
  background-color: #2d2d2d !important;
}

/* Remove Search text */
#asl-panel > div.inside.search_filter > p {
  display: none;
}
/* Search field max 90% */
#asl-storelocator.asl-cont.no-asl-filters
  .asl-wrapper
  .sl-main-cont
  .sl-main-row
  .asl-panel
  .search_filter
  .asl-store-search {
  max-width: 90%;
}

/* B2BKING
--------------------------------------------- */

.b2bking_tiered_pricing {
  display: none;
}

.salesking_go_to_agent_dashboard {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.salesking_go_to_agent_dashboard_button {
  background-color: rgb(129, 107, 255);
  color: #fff;
  top: 0;
  text-align: center;
  padding: 1em;
  width: 100%;
}

.b2bking_bulkorder_cream_add {
  max-height: 10px;
}

#b2bking_request_custom_quote_name,
#b2bking_request_custom_quote_email,
.b2bking_custom_quote_field.b2bking_quote_field_req_,
.b2bking_custom_quote_field.b2bking_quote_field_req_required {
  width: 100% !important;
}

#b2bking_request_custom_quote_textarea {
  min-height: 50px !important;
}

#b2bking_request_custom_quote_button {
  background-color: #2d2d2d !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 0.5em 2.4em !important;
  font-family: akzidenz-grotesk, sans-serif !important;
  font-weight: 500 !important;
  float: right;
  border-radius: 24px !important;
  margin-bottom: 25px !important;
}

#b2bking_myaccount_offers_title,
#b2bking_myaccount_conversations_title,
#b2bking_myaccount_bulkorder_title {
  display: none;
}

#b2bking_bulkorder_search_text_indigo,
#b2bking_bulkorder_search_text_indigo:focus,
#b2bking_bulkorder_search_text_indigo:active,
#b2bking_bulkorder_search_text_indigo.b2bking_bulkorder_search_text_cream,
#b2bking_bulkorder_search_text_indigoid.b2bking_bulkorder_search_text_cream,
#b2bking_bulkorder_search_text_indigo.b2bking_bulkorder_search_text_cream:focus,
#b2bking_bulkorder_search_text_indigo.b2bking_bulkorder_search_text_cream:active {
  font-family: akzidenz-grotesk, sans-serif;
  background: transparent;
  color: #2d2d2d;
}

.b2bking_bulkorder_form_container,
.b2bking_bulkorder_form_container_indigo,
.b2bking_bulkorder_form_container_cream {
  background: transparent !important;
  box-shadow: none;
  clear: both;
}

/*
.b2bking_bulkorder_form_container_content_cream {
  overflow-y: auto;
  max-height: 400px;
}
*/

.b2bking_bulkorder_form_container_top,
.b2bking_subaccounts_account_top,
.b2bking_subaccounts_new_account_container_top,
.b2bking_bulkorder_form_container_top_indigo.b2bking_bulkorder_form_container_top_cream {
  font-family: akzidenz-grotesk, sans-serif;
  background: transparent;
  color: #2d2d2d;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid;
  border-top: none;
}

.b2bking_bulkorder_form_container_content_header_product,
.b2bking_bulkorder_form_container_content_header_product_indigo,
.b2bking_bulkorder_form_container_content_header_qty,
.b2bking_bulkorder_form_container_content_header_qty_indigo,
.b2bking_bulkorder_form_container_content_header_subtotal,
.b2bking_bulkorder_form_container_content_header_subtotal_indigo,
.b2bking_bulkorder_form_container_content_header_subtotal,
.b2bking_bulkorder_form_container_content_header_cart_indigo,
.b2bking_bulkorder_form_container_content_header_cream_sku {
  font-family: akzidenz-grotesk, sans-serif;
  color: #2d2d2d !important;
  font-weight: 500;
}

select#b2bking_bulkorder_searchby_select {
  font-family: akzidenz-grotesk, sans-serif;
  font-size: 16px;
  color: #2d2d2d;
  box-shadow: none;
  background: #fff;
  font-weight: 500;
}

.b2bking_bulkorder_form_container_content_header {
  padding: 1em 0em;
}

#b2bking_myaccount_bulkorder_container
  .b2bking_bulkorder_form_container_content_line
  input.b2bking_bulkorder_form_container_content_line_product,
.b2bking_bulkorder_form_container_content_line
  input.b2bking_bulkorder_form_container_content_line_product {
  font-family: akzidenz-grotesk, sans-serif;
  border: 1px solid #2d2d2d !important;
  background: transparent;
}

#b2bking_myaccount_bulkorder_container
  .b2bking_bulkorder_form_container_content_line
  input.b2bking_bulkorder_form_container_content_line_qty,
.b2bking_bulkorder_form_container_content_line
  input.b2bking_bulkorder_form_container_content_line_qty,
.b2bking_bulkorder_form_container_content_header_product_indigo.b2bking_bulkorder_form_container_content_header_product_cream,
.b2bking_bulkorder_form_container_content_header_qty_indigo.b2bking_bulkorder_form_container_content_header_qty_cream,
#b2bking_myaccount_bulkorder_container
  .b2bking_bulkorder_form_container_content_line
  input.b2bking_bulkorder_form_container_content_line_product.b2bking_bulkorder_form_container_content_line_product_indigo.b2bking_bulkorder_form_container_content_line_product_cream,
.b2bking_bulkorder_form_container_content_line
  input.b2bking_bulkorder_form_container_content_line_product.b2bking_bulkorder_form_container_content_line_product_indigo.b2bking_bulkorder_form_container_content_line_product_cream,
.b2bking_bulkorder_form_container_content_header_subtotal_indigo.b2bking_bulkorder_form_container_content_header_subtotal_cream,
.b2bking_bulkorder_form_container_content_header_cart_indigo.b2bking_bulkorder_form_container_content_header_cart_cream {
  font-family: akzidenz-grotesk, sans-serif;
  background: transparent !important;
  color: #2d2d2d !important;
}

.b2bking_subaccounts_new_account_container .woocommerce-info {
  padding-bottom: 28px;
}

.b2bking_bulkorder_form_container_bottom_save_button_icon,
.b2bking_bulkorder_form_container_bottom_add_button_icon,
.b2bking_bulkorder_form_container_newline_button_icon,
.b2bking_subaccounts_account_button_icon,
.b2bking_subaccounts_new_account_container_content_bottom_button_icon {
  background: #2d2d2d;
}

#b2bking_myaccount_bulkorder_container
  .b2bking_bulkorder_form_container_newline_container,
.b2bking_bulkorder_form_container_newline_container {
  border-bottom: 1px solid #2d2d2d !important;
}

#b2bking_myaccount_bulkorder_container
  .b2bking_bulkorder_form_container_content_line
  input.b2bking_bulkorder_form_container_content_line_product,
.b2bking_bulkorder_form_container_content_line
  input.b2bking_bulkorder_form_container_content_line_product {
  color: #2d2d2d !important;
}

.b2bking_bulkorder_indigo_name,
.b2bking_bulkorder_indigo_name:focus,
.b2bking_bulkorder_indigo_name:visited {
  font-family: akzidenz-grotesk, sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  color: #2d2d2d !important;
  box-shadow: none !important;
  font-size: 16px !important;
}

@media screen and (min-width: 1250px) {
  .b2bking_bulkorder_indigo_name,
  .b2bking_bulkorder_indigo_name:focus,
  .b2bking_bulkorder_indigo_name:visited {
    max-height: 300px;
  }
}

.b2bking_bulkorder_form_container_content_line_subtotal_indigo,
.b2bking_bulkorder_form_container_bottom_indigo,
button.b2bking_bulkorder_indigo_add,
button.b2bking_bulkorder_indigo_add:focus,
button.b2bking_bulkorder_indigo_add:target,
button.b2bking_bulkorder_indigo_add:active,
.b2bking_bulkorder_indigo_noproducts {
  font-family: akzidenz-grotesk, sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  color: #2d2d2d !important;
}

#b2bking_bulkorder_search_text_indigo.b2bking_bulkorder_search_text_cream::placeholder {
  font-family: akzidenz-grotesk, sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  color: #2d2d2d !important;
  font-size: 20px !important;
}

.b2bking_loader_icon_button_indigo {
  background-color: #2d2d2d;
  width: 35px !important;
  height: 35px !important;
  margin: 1em;
}

/* Multiple Customer Addresses Plugin 
--------------------------------------------- */

.wcmca_default_checkobx_label {
	font-weight: 500 !important;
	margin-top: 30px;
}
#wcmca_save_address_button_shipping {
	width:100%;
}

#wcmca_close_address_form_button_shipping, #wcmca_close_address_form_button_billing {
	font-weight: 500 !important;
	background-color: #2d2d2d;
	color: #fff !important;
	padding: 0 !important;
opacity: 1 !important;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/

.wp-block-table thead th {
	font-weight: 500;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #fbfbfb;
}

/* Buttons*/
.wp-block-buttons.is-content-justification-center {
  text-align: center;
}

.wp-block-buttons.is-content-justification-right {
  text-align: right;
}

.wp-block-button__link {
  padding: calc(0.2em + 2px) calc(1.333em + 2px) !important;
}

/* Font Sizes */
.has-medium-font-size {
  font-size: 120%;
}

.has-large-font-size {
  font-size: 150%;
}

.wp-block-columns {
  margin: 0;
}

.has-white-color {
  color: white !important;
}

strong .has-white-color {
  color: white;
}
/*OM OS*/
/*Cards generel style og mobile*/
.wp-container-17.wp-block-columns > .wp-block-column {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.wp-container-34.wp-block-columns > .wp-block-column {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.wp-container-27.wp-block-columns > .wp-block-column {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.wp-container-23.wp-block-columns > .wp-block-column {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

/*Mellemrum mellem cards*/

.wp-block-columns:not(.is-not-stacked-on-mobile)
  > .wp-block-column[style*="flex-basis"] {
  border: none;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Not Found // Nynne
--------------------------------------------------------------*/

.site-main-nynne-takes-over {
  background-color: #2d2d2d !important;
  /*margin-top: 50px;*/
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
}

.site-main-nynne-takes-over h1 {
  padding-top: 35px;
  padding-bottom: 15px;
  font-size: 30px;
  margin-left: 16px;
}

#fejl_p {
  padding-bottom: 15px;
  font-size: 20px;
  margin-left: 16px;
}

.site-main-nynne-takes-over button {
  border: 1px solid white;
  color: white;
  background-color: #2d2d2d;
  padding: 0.6em 1em 0.4em;
  font-size: 15px;
  margin-left: 16px;
  border-radius: 24px;
}

.site-main-nynne-takes-over button:hover {
  background-color: #fff;
  color: #2d2d2d;
}

#knap {
  display: flex;
  justify-content: flex-start;
}

#billede {
  height: auto;
  max-width: 100%;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .site-main-nynne-takes-over {
    display: flex;
  }
  #right {
    justify-content: flex-start;
    min-width: 30rem;
  }

  #billedediv {
    display: flex;
    justify-content: flex-end;
  }
  #knap {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1024px) {
  .site-main-nynne-takes-over {
    max-height: fit-content;
  }
  #right {
    min-width: 40rem;
  }

  #fejl_p {
    font-size: 25px;
  }
  #h1 {
    font-size: 45px;
  }
  .site-main-nynne-takes-over button {
    font-size: 20px;
  }
}

.top-control {
  margin: 0 auto;
}

.top-control {
  padding: 5em 24px 2em 24px;
}

@media screen and (min-width: 600px) {
  .top-control {
    padding: 8em 44px 2em 44px;
  }
}

/*-------------------
ABOUT US 
--------------------*/

.\.about-us-video {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -5em;
}

@media screen and (min-width: 600px) {
  .\.about-us-video {
    margin-left: -44px;
    margin-right: -44px;
    margin-top: -10em;
  }
}

.entry-header-about-us {
  /* margin-left: -24px;
  margin-right: -24px;*/
  position: relative;
  min-height: calc(var(--vh, 1vh) * 40);
  min-height: 40vh;
}

@media screen and (min-width: 600px) {
  .entry-header-about-us {
    /*  margin-left: -44px;
    margin-right: -44px;*/
    min-height: calc(var(--vh, 1vh) * 60);
    min-height: 60vh;
  }
}

.entry-title-about-us-img {
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 40%;
}

.entry-title-about-us-video {
  text-align: center;
  position: relative;
}

.about-us-image,
.about-us-image .rsfv-video,
.about-us-image iframe {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: absolute;
  width: 100%;
  height: 100%;
}

.wp-block-column.\.about-us-column {
  margin: auto;
}

/* FAQS Plugin
--------------------------------------------- */
.qe-toggle-title > h4 > i::before {
  content: "\2b" !important;
}

.qe-faq-toggle.active > .qe-toggle-title > h4 > i::before {
  content: "\f068" !important;
}
.qe-faq-toggle .qe-toggle-title {
  border-right: none !important;
  border-left: none !important;
}

/* Cargo Presentation Custom Global Page
--------------------------------------------------------------*/


/* CB Cargo Presentation Menu */

.main-page-cb-pre-nav {
  text-decoration: none 	!important;
  font-size: 1.4em;
  color: #2d2d2d;
  font-weight: 500;
  float: left;
  margin: 0px !important;
}

.main-page-cb-pre-nav a {
  text-decoration-line: none !important;
  color: #2d2d2d;
}

/* CB Cargo Presentation Menu End */


/* BLOCK TABLE CARGO PRESENTATION  */

.entry-content-cargo-presentation
.wp-block-table td, .wp-block-table th {
    border: none;
}

.entry-content-cargo-presentation .wp-block-table.alignwide.is-style-regular.has-small-font-size, 
.entry-content-cargo-presentation .wp-block-table.alignwide.is-style-regular .has-fixed-layout, .entry-content-cargo-presentation .wp-block-table.alignwide.is-style-regular table {
	border-style: none !important;
	max-width: 1400px;
	margin: auto;
}

.entry-content-cargo-presentation .wp-block-table.alignwide.is-style-regular .has-fixed-layout thead tr, .entry-content-cargo-presentation .wp-block-table.alignwide.is-style-regular thead tr {
	border-bottom: 3px solid #2d2d2d;
}

.entry-content-cargo-presentation .wp-block-table.alignwide.is-style-regular .has-fixed-layout tbody > tr:nth-child(even), .entry-content-cargo-presentation .wp-block-table.alignwide.is-style-regular tbody > tr:nth-child(even) {
	background-color: #f8f8f8;	
}

/* BLOCK TABLE CARGO PRESENTATION END  */

.qe-faq-toggle {
  border-top: 1px solid #d6d6d6;
}

.qe-faq-toggle:last-child {
  border-bottom: 1px solid #d6d6d6;
}

@media screen and (min-width: 1600px) {
  .cb-classic-video-spacer {
    height: 1800px !important;
  }
}

.cb-config-cargo-button a:visited {
  color: #fff;
}

.cb-config-cargo-button a:hover {
  color: #fff;
}

.cb-config-cargo-button {
  max-width: 200px !important;
}

.page-template-Custom-CB-Cargo .site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.entry-cargo-presentation-text {
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 3%;
  z-index: 1;
}

.page-template-Custom-CB-Cargo {
  background-color: #fbfbfb !important;
}

.drivlinjer {
  margin-top: 0px;
  margin-bottom: 0px;
}

.qe-faqs-filters-container {
  visibility: hidden;
}

.sbi-header-type-text {
  visibility: hidden;
}

.kolonne-midt {
  display: flex;
  justify-content: center;
}

.display {
  padding-top: 600px;
}

@media screen and (max-width: 500px) {
  .slide {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .cb-config-cargo-button {
    padding-top: 10px;
  }
  .materialer_sektion {
    padding-left: 5px !important;
    padding-right: 5x !important;
  }
  .page-template-Custom-CB-Cargo h1 {
    font-size: 50px !important;
  }
  .page-template-Custom-CB-Cargo h2 {
    font-size: 25px !important;
  }
}

.slide {
  margin-left: 200px;
  margin-right: 200px;
}

.materialer_sektion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .slide {
    margin-left: 20px;
    margin-right: 20px;
  }
  .midt {
    text-align: center;
  }
  .kolonne-midt {
    margin-left: 10px;
    margin-right: 10px;
  }
  .cb-config-cargo-button {
    padding-top: 15px;
  }
  .materialer_sektion {
    padding-left: 5px;
    padding-right: 5px;
  }
}



/*---------------------------------------------------------------------------------------------------
----------------------------------------- NYNNE - NY FOOTER -----------------------------------------
---------------------------------------------------------------------------------------------------*/

footer {
  clear: both;
  width: 100%;
  display: block;
}

.new-footer{
  margin:0 1em;
  text-align: center;

  ul{
    margin:0;
    padding:0;
  }

  li{
    padding:0.2em;
  }

  a{
    color:#161616;
  }

  .some-icons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
  }

  .icon-link svg {
      width: 20px; /* Set icon size */
      height: 20px;
      margin-right: 8px;
  }
}


@media screen and (min-width: 768px) {
  .new-footer{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items:center;
    text-align:left;
    margin:0 2em;
  }
}


/* --------------------------------------------------------------
---------------------------------- HOME PAGE
--------------------------------------------------------------*/
/* Front Page Title */

.cb_frontpage_title {
	color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 3%;
  z-index: 1;
}

/* Front Page Carousel */

.carousel-forside a {
	text-decoration: none;
}

.carousel-forside {
	  display: grid !important;
  	grid-gap: 2em;
  	grid-template-columns: repeat(5, calc(32% - 20px));
	 	grid-template-rows: minmax(150px, 1fr);
		overflow: auto;
	  -ms-overflow-style: none;
  	scrollbar-width: none; /* for Firefox */
}
.carousel-forside::-webkit-scrollbar  {
    display: none;
}

@media screen and (max-width: 1800px){
	.carousel-forside {
		padding-left:2em !important;
		padding-right: 2em !important;
	}
}

@media screen and (max-width: 1400px){
	.carousel-forside {
		grid-gap: 1em;
  	grid-template-columns: repeat(5, calc(45% - 20px));
		padding-left:1em !important;
		padding-right: 1em !important;
	}
}
@media screen and (max-width: 800px){
	.carousel-forside {
  	grid-template-columns: repeat(5, calc(95% - 20px));		
	}
}

.carrousel-img-grey {
	-webkit-filter: grayscale(100%); 
}

.carrousel-img-contrast {
		-webkit-filter: contrast(1.3); 
}
/* Front Page Carousel END */


 @media screen and (min-width: 800px){
 .page-id-7{
 background: linear-gradient(to left, #fff 49%, #f9f9f9 50%);
 }
 }


/* --------------------------------------------------------------
Tracking Box for order details 
--------------------------------------------------------------*/
.tracking-box {
  margin: 0 !important;
	border: none !important;
	padding: 0 !important; 
}

/* --------------------------------------------------------------
Filter CSS Styles 
--------------------------------------------------------------*/

.cb-product-filters {
		border-bottom:1px solid #2D2D2D;
		padding-bottom:10px;
		margin-bottom:10px;
}

.button.product-search-filter-reset-clear {
    background-color: #fff;
    border: 1px solid #2d2d2d;
    margin-top: 1em;
    margin-bottom: 1em;
		font-weight: 500;
}

/* --------------------------------------------------------------
Hide clear
-------------------------------------------------------------- */
.cat-item-all.nav-back.product-search-product_cat-filter-item, .attribute-item-all.nav-back.product-search-pa_leverandoer-filter-item.product-search-attribute-filter-item {
    display: none;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
   color: #2d2d2d;
   font-weight: 500;
}

.cb-product-filter-header {
		font-weight: 500;
    margin: 1em 0 1em;
}

.product-search-filter-terms .product-search-filter-product_cat .term-name, .product-search-filter-terms .product-search-filter-product_tag .term-name, .product-search-filter-terms .product-search-filter-attribute .term-name {
		font-weight: 400;
}

/*
.woocommerce ul.products li.product h2 {
height: 2ex !important;
}
*/

#product-filter-field-0 {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
}


/* --------------------------------------------------------------
---------------------------------- Shop / Catalogue Page
--------------------------------------------------------------*/

.woocommerce-loop-product__title {
  font-size: 1rem;
  padding: 0;
  margin-top: 1em;
  color: #263238;
  text-decoration: none;
}

.woocommerce-loop-product__link .price {
  color: #2d2d2d;
  text-decoration: none;
}

.woocommerce-loop-product__link {
  text-decoration: none;
}

.wp-container-1.wp-block-column {
  max-height: 100vh;
}

.products.columns-3 {
  width: 70%;
  float: right;
  margin-left: 40px;
  margin-right: 40px;
}

.tax-product_cat .woocommerce-products-header__title.page-title {
  margin: auto;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 5em;
}

.cb_category_image img{
  max-height: 70vh;
  width: -webkit-fill-available;
  min-height: 70vh;
	object-fit: cover;
}

/* ---------------------------------------------------------
----------------------------Product Filter Plugin-------------------
--------------------------------------------------------- */

#cb-filter {
  padding-left: 1em;
padding-right: 1em;
 border: 1px solid #2d2d2d;
 float: right;
 border-radius: 5px;
 margin: 1em;
}

.prdctfltr_wc .prdctfltr_filter_title {
 font-weight: 500;
color: #2d2d2d;
font-size: 1.1rem;
align-items: center;
cursor: pointer;
display: flex;
text-decoration: none;
margin-bottom: 0 !important;
}

.prdctfltr_showing, .prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
 display: none !important;
}


/* ---------------------------------------------------------
-----------------------IOT NYNNE---------------------------------
---------------------------------------------------------*/
.entry-content-woocustom{
	background-color:#fbfbfb;
}

.iot-feature-description-banner{
	  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
	display:flex;
	align-content:center;
}

.hold-forbindelsen-sektion{
	display:flex;
	justify-content:center;
}


@media screen and (max-width: 800px){
	.iot-specifikationer{
		margin-left:10px;
	margin-right:10px;
	}
	
	.entry-content-woocustom h1{
		font-size:25px!important;
	}
	
	.entry-content-woocustom h2{
		font-size:20px!important;
	}
}

/*---------------------------------------------------------
------------------- About Us Add ON -----------------------------
-----------------------------------------------------------*/

.entry-header-about-us {
	padding: 10em 44px 2em 44px;
}
.about-us-image, .about-us-image .rsfv-video, .about-us-image iframe {
	width: calc(100% - 88px);
}

@media screen and (max-width: 500px){
	.entry-title-about-us-img{
		margin-left:22px;
		margin-right:22px;
	}
	.entry-header-about-us {
	padding: 5em 0px 2em 0px;
}

.about-us-image, .about-us-image .rsfv-video, .about-us-image iframe {
	width: calc(100%);
}
	.entry-header-about-us h1{
		font-size:25px;}
}

/*---------------------------------------------------------
------------------- PAGINATION -----------------------------
-----------------------------------------------------------*/

.wp-block-query-pagination-is-layout-flex {
  text-align: center;
}

.wp-block-query-pagination-previous-arrow.is-arrow-arrow {
  margin-top: 20px;
}

/*---------------------------------------------------------
------------------- BUNDLE-SELL -----------------------------
-----------------------------------------------------------*/

.bundle_sells_title > h3 {
  font-size: 1rem;
  width: 100%;
  border-bottom: 1px solid #2d2d2d;
}


.swatch-wrapper {
float: none !important;
display: inline-block !important;
background: none;
}

.swatch-wrapper,
swatch-wrapper:active {
border: none;
}

a.swatch-anchor {
border-radius: 15px;
}

div.swatch-wrapper.selected {
border:2px solid #2d2d2d;
background:transparent;
padding: 2px;
border-radius: 15px;
}

div.bundled_product_summary:not(.thumbnail_hidden) .details {
  width: 75% !important;
  padding: 0 0 0 1.5rem;
  font-size: 0.8em;
}
.woocommerce-page div.product div.bundled_product_images, .woocommerce-page #content div.product div.bundled_product_images, .woocommerce div.product div.bundled_product_images, .woocommerce #content div.product div.bundled_product_images {
float: left;
width: 15%;
margin-bottom: 1em !important;
}

/* Additional information Woocommerce Single Page  */

.woocommerce-product-attributes-item__value {
  padding: 0.5em 0 0.5em 1em;
}
/* Additional information Woocommerce Single Page END  */


/*---------------------------------------------------------
CARGO BIKE PRESENTATION PAGES, NYNNE
---------------------------------------------------------
/* Sticky menu*/
.sticky-menu{
  padding:1em;
  z-index:999;
  position: sticky;
}
.konfigurer-knap a:visited{
  color:#fbfbfb;
}

.konfigurer-knap a{
  color:#fbfbfb;
}

/*BILLEDER OG TEKST */
@media screen and (max-width: 800px){
	.str-billedeogtekst{
		display:flex;
		flex-direction:column-reverse;
	}
}

.entry-content-cargo-presentation p{
	text-align:justify;
}

.str-billedeogtekst{
	display:flex; 
	justify-content:center;
}
.str-billedeogtekst2{
	display:flex; 
	justify-content:center;
}


/* CLASSIC  */
@media screen and (max-width: 768px){
  .omvendt{
    display:flex;
    flex-direction:column-reverse;
  }
}
  
@media screen and (max-width: 500px){
  .classicpro h3{
    font-size:15px;
  }
  .model-t-specs{
    display:flex; flex-direction:column;
  }
}

#menu:not( .mm-menu ) {
  display: none;
}

/*---------------------------------------------------------
CHECKOUT
---------------------------------------------------------*/

/*
#order_deliveryweek_field, #order_deliveryweek {
  display:none;
}
*/
