html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */ }

/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap; }

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366; }
  a:hover, a:active {
    color: #333366; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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;
  height: auto;
  max-width: 100%; }

/* 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; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

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

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333;
    outline: 0 none; }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -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: 1px dotted ButtonText; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #CC3366;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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;
  resize: vertical; }

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

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #f7f7f7; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }


/*-----------STARTSIDA----------*/

.news-badge .elementor-widget-container::before{
    letter-spacing: 0.5px;
    content: "NYHET";
    width: 90px;
    height: 90px;
    background-color: #AEB9B9;
    color: #fff;
    position: absolute;
    right: 17px;
    border-radius: 50%;
    top: 17px;
    font-weight: 600;
    font-family: 'Gotham', sans-serif;
    padding-top: 31px;
}

.news-badge{
    position:relative;
}


/*-----------SÖKRUTA----------*/
.serach_wrapper{
    position: absolute;
    top: 113px;
}


/*---------COOKIES--------*/

.cn-notice-buttons a{
    color:#000!important;
    margin-bottom:15px!important;
}

#cn-notice-buttons{
    width:100%!important;
}

#cn-close-notice{
    top: 21px!important;
}

#cookie-notice{
    background-color: #fff!important;
    position: fixed!important;
    bottom: 32px !important;
    left: 32px!important;
    max-width: 482px!important;
    box-shadow: 0 0 32px 0 rgb(34 34 34 / 5%)!important;
    min-width: auto!important;
}

.cookie-notice-container{
    color: #fff!important;
    padding: 55px 40px 40px 40px!important;
}

#cn-accept-cookie, #cn-more-info{
    width:100%!important;
    margin:0!important;
}

#cn-accept-cookie{
    border:2px solid #000!important;
    border-radius: 0!important;
    background-color:#fff!important;
    color:#000!important;
    margin-bottom:15px!important;
    padding:14px 10px!important;
    text-transform: uppercase!important;
    font-family:"Gotham", sans-serif!important;
    font-weight: 500!important;
}

#cn-notice-text{
    text-align: left!important;
    color:#000!important;
    margin-bottom:35px!important;
    font-family:"Gotham", sans-serif!important;
    font-weight: 500!important;
}

#cn-more-info{
    background-color:#fff!important;
    color:#000!important;
    font-family:"Gotham", sans-serif!important;
    font-weight: 500!important;
}




/*---------KATEGORISIDA--------*/

.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link{
    display:inherit!important;
}

.archive_products .button{
    display:none!important;

}

.archive_products .woo_product_description{
    font-family: "Gotham Book";
    font-size:15px;
}

.archive_products .star-rating{
    display:none!important;
}


.img_prod_news a::before{
    content:"NYHET";
    position:absolute;
    top: 44px;
    left: 41px;
    background-color:#aeb9b9;
    padding:10px 25px 9px 25px;
    border-radius: 40px;
    color:#fff;
    font-family: "Gotham Book";
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px
}

.yith-wcbm-badge{
    border-radius: 40px;
    font-family: "Gotham Book";
    padding:1px 25px 9px 25px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px
}






/*---------PRODUKTSIDA--------*/

.ar-button .elementor-widget-container{
    float:right;
}

.AR-pop-up-knapp .elementor-icon-list-text{
    font-weight: 600;
}

.product-template-default .elementor-tab-title .elementor-toggle-icon svg{
    width: auto!important;
    height: auto!important;
}

.AR-pop-up-knapp{
    cursor:pointer;
}

.AR-kod-knapp{
    cursor:pointer;
}

.model-viewer-wrapper {
	position: relative;
	padding-top: 100%;
	margin: 0
}
model-viewer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	height: calc(100% - 8px)
}

.select-wrapper select {
  /* Reset Select */
  	appearance: none;
  	outline: 0;
  	border: 0;
  	box-shadow: none;
	border-radius:0;
    text-align: left!important;

  /* Personalize */
  	flex: 1;
  	padding: 0 1em;
  	color: #000;
  	background-color: #ededed;
  	background-image: none;
	cursor: pointer;
	padding-right:50px;
}
/* Remove IE arrow */
.select-wrapper select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.select-wrapper {
  position: relative;
  display: flex;
  max-width: 350px;
  height: 3.5em;
  border-radius: 0;
  overflow: hidden;
}

/* Arrow */
.select-wrapper::after {
	content:"";
	background: url(https://brodernaanderssons.se/wp-content/uploads/2021/06/down.svg) no-repeat;
  	position: absolute;
  	top: 19px;
  	right: 10px;
    width:24px;
    height:24px;
  	background-color:#ededed;
  	transition: .25s all ease;
  	pointer-events: none;
	background-size: 18px;
}

/* Transition */
.select-wrapper:hover::after {
 	color: #f39c12;
}

.label-select{
	font-size:16px;
	margin-bottom:12px;
}

.select-container{
	margin: 15px auto 0px 0;
}

.AR-pop-up-knapp svg{
    margin-right: 6px;
    margin-bottom: 3px;
    width: var(--e-icon-list-icon-size,1.5em)!important;
    height: var(--e-icon-list-icon-size,1.5em)!important;
}


#QRModal .close.button{
    width: 14px!important;
}

/* #ARModal{
    overflow:hidden;
} */

#ARModal .btn-close{
    margin-right:10px;
    background-color: transparent;
}

#ARModal button.btn.btn-secondary{
    background-color: transparent;
    padding: 9px 30px 7px 30px;
}

#ARModal .modal-dialog .modal-header{
    border-bottom:0;
    padding: 32px 20px;
}

#ARModal  .model-viewer-wrapper{
    padding-top: 100%;
}

#ARModal .modal-body{
    padding:0 20px;
}

#ARModal .modal-footer{
    padding: 17px 20px;
}

#ARModal .modal-dialog .modal-header h5{
    display:none;
}

#ARModal .modal-dialog{
    max-width:700px!important;
}


.single-product #elementor-lightbox-slideshow-single-img{
    display:none!important;
    cursor:default!important;
}

.woocommerce div.product div.images img{
    cursor: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
    background-color:transparent;
    opacity:0!important;
}

.woocommerce-product-gallery__trigger{
    display:none!important;
}

.tabs_products h3{
    letter-spacing: 1px;
    font-family: 'Gotham Book', "Times New Roman", "serif"!important;
    font-weight: 700!important;
}


.product_variable .content-row div img{
  background: url("https://brodernaanderssons.se/wp-content/uploads/2021/06/iconfinder_314807_search_icon.svg") no-repeat;
  margin-bottom:10px;
  background-position: right top;
}

.search-glas-wrapper{
  position: absolute;
  right: 22px;
  top: 7px;
}

.product_variable .content-row .desc {
  background: none;
}

.product_variable .content-row  h3{
  margin-top:40px;
}

 #lightbox .lb-outerContainer{
    max-width: 90%!important;
    min-width:90%;
    height: 100%!important;
}
 #lightbox .lb-outerContainer .lb-image{
    width:100%!important;
    height: 100%!important;
    border: 0;
    border-radius: 0;

}

.lb-details{
  display:none;
}

.lb-dataContainer{
    left: 0;
    width: 889px;
    position: absolute;
    top: 0;
    right: 0;
}

.lb-closeContainer{
    padding-right: 10px;
    padding-top: 10px;
}



.lb-nav{
  display:none!important;
}

/* .lb-data .lb-close{
  background: url(https://brodernaanderssons.se/wp-content/uploads/2021/06/plus.png) top right no-repeat;
} */


/* .product_variable img{
    border: 1px solid #707070!important;
} */

.download-pdf p{
    margin-left: -6px;
}

.download_pdf_wrap ul{
    list-style: none!important;
}


.pdf-icon{
    width:30px;
    margin-right: 10px;
    margin-bottom: -2px;
}

.produktblad ul{
    padding:0;
}

.produktblad ul li p {
    display: inline;
    font-size: 1.25rem;
}

.download-pdf::marker{
    content:"";
}

.product_content_item .content-title, .product_content_item .content-text {
    display:inline;
}

.produkt_combinations h3{
    margin-bottom: 0!important;
}

.content-row.product_content_item{
    margin-bottom: 22px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
}

.comfort-alt{
    /* background-image: url(/wp-content/uploads/2021/09/comfort-alt.png);
    background-size: 60px 58px;
    background-repeat: no-repeat;
    background-position: top; */
    /* height: 58px; */
    margin-left: 0;
    background-color: #000;
    border-radius: 50%;
    height: 65px;
    width: 65px!important;
    padding: 0;

}

.content-text-wrapper{
    margin-bottom: 8px;
}

.product_variable a{
    font-family: "Gotham Book", Sans-serif!important;
}

.comfort-alt p{
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    padding-top: 18px;
    margin-left: -2px;
    font-family: 'Gotham Book', "Times New Roman", "serif";
    font-weight: 700;
    letter-spacing: 1px;
    width:inherit!important;
}

.product_content_item .comfort-alt p{
    margin-bottom: 0!important;
    display: block!important;
    text-align: center!important;
    margin-top: 58%!important;
    margin-left: 0px!important;
    padding-top: 0;
    width: auto!important;
    font-size: 20px;

}

.product_content_title{
    font-weight: 700;
    margin-bottom:20px;
}

.addon-image img{
    background-color: #0000000f;
}

.addon-row{
    margin-top: 22px;
}

.addon-row .addon-title h3{
    line-height: 24px;
    margin-top: 0;
    text-transform: inherit;
    font-weight: 300;
}

.content-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_content_holder h3{
    margin-top:-15px;
    margin-bottom:0;
}

.product_content{
    margin-top:20px;
}

/* .product_content_item{
    display: inherit!important;
} */

.product_content_text{
    flex: inherit!important;
    max-width:100%!important;
    margin-bottom:10px;
    padding: 0!important;
}

.product_variable{
    margin-top:35px;
    margin-bottom:35px;
}

.product_variable .content-row{
    width:100%;
    padding-left:0;
}

.product_content p {
    width:86%;
}




.woocommerce-product-gallery .flex-control-thumbs{
    max-width: 800px;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
    clear:inherit;
}

.woocommerce div.product div.images .flex-control-thumbs li{
    width:15%;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
    padding-right:15px;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
    opacity:1;
}

.tabs_products .elementor-toggle-title{
    font-size:21px;

}

.tabs_products .elementor-toggle .elementor-tab-title{
    border-bottom:1px solid #000;
    padding: 20px 10px;
}

.tabs_products .elementor-icon-list-text{
    font-size:21px;
    font-family:"freight-big-pro";
}

.productsheet_tab{
    padding-left:15px;
}

.tabs_products  h3{
    font-family: 'Gotham Book', "Times New Roman", "serif";
    text-transform: uppercase;
    font-size:15px!important;
    font-weight: 700;
}


/*--------MÖBLER----------*/

.wrap_link p a{
    font-family: 'Gotham Book', "Times New Roman", "serif"!important;
}

.tabs_width a{
    width: 100%!important;
}

.tabs_width_2 .eael-tabs-nav{
   border-bottom:1px solid #000;
}

.tabs_width_2 .eael-tabs-nav ul{
    max-width:700px;
    margin:0 auto;
}


.tabs_width_2 .eael-tab-title{
    font-size:12px!important;
    letter-spacing: 1px;
}




/*--------MEDIABANK----------*/


.not-loaded {
    display:none;
}

.mediaResetButton{
    border: none;
    font-style: italic;
    text-decoration: underline;
    font-size: 15px;
}

.mediaResetButton:hover, .mediaResetButton:focus, .mediaResetButton:focus-visible{
    background-color: transparent;
    text-decoration: underline;
    outline:0;
}


.media-bank-filtering{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align:center;
    flex-wrap: wrap;
}

.mediabank .formSearch-holder{
    padding:0!important;
}

.mediabank .form-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.mediabank form{
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 40px;
}


.mediabank{
    padding: 0 10px;
}



.mediabank .formSearch-holder input{
    display: block;
    padding: 9px 10px 8px 15px;
    font-size: 1rem;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0;
    border: 1px solid #a0a09d;
    height:44px;
}


.mediabank .mediaSearchButton-holder input{
    background: #000000;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0px;
    padding: 10px 15px;
    display: inline;
    border:none;
    width:100%;
    height:44px;
}

.mediabank .mediaSearchButton-holder input:focus{
    outline:0;
}



.mediabank .mediaSearchButton-holder{
    padding-left:20px;
    margin-top:15px;
    text-align: center;
}



.inspbutton{
    flex: 0 0 50%;
    max-width: 50%;
    padding:0 15px 15px 15px;
}

.mediabank .inspbutton .btn.active{
    background: #000000;
    color: #ffffff;
}

.mediabank .inspbutton .btn{
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 8px 3px rgb(224 221 224);
    -moz-box-shadow: 0px 0px 8px 3px rgba(224,221,224,1);
    box-shadow: 0px 0px 8px 3px rgb(224 221 224);
    border-radius: 0px;
    border: none;
    font-family: "Gotham Book";
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding:13px 12px;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.25;
    transition: all .15s ease-in-out;
    width:100%;

}

.media-bank-filtering{
    margin: 30px -20px;
}

.mediaitems .headline a{
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
    font-family: "freight-big-pro";
}

.mediaitems .headline{
    margin-bottom:7px;
}

.mediaitems p a{
   font-family: "Gotham Book";
   font-size:15px;
}

.mediaitems p{
    text-align: center;
}

.grid-sizer, .grid-item{
    width:33.33%;
    margin-bottom:1.5rem;
    padding-left:15px;
    padding-right:15px;
}

.grid-item img{
    padding: 10px;
}




/*--------INSPIRATION----------*/

.tabs_inspo .eael-tab-title{
    font-size:12px;
    letter-spacing: 1px;
}

.tabs_inspo ul li{
    box-shadow: 0px 0px 10px 0px rgb(95 95 95 / 50%);
    padding: 10px 40px 8px 40px!important;
    margin:0 15px 24px 15px!important;
    background-color:#fff!important;
}

.tabs_inspo ul{
    margin: 0 -15px!important;
}

.tabs_inspo li.active-default{
    background-color:#000!important;
    border:none!important;
}

.tabs_inspo li.active-default span{
    color:#fff!important;
}

.tabs_inspo .elementor-widget-wrap{
    padding:0!important;
}



/*--------BUTIKER----------*/

.resellers-holder .category-filtering{
    padding-left:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:10px;
    margin-bottom:0px;
    border-bottom:0;
}

.resellers-holder{
    max-width:1140px;
    margin:0 auto;
}

.resellers-holder .resellers-menu{
    margin:0 -15px;
}

.resellers-holder .category-filtering li{
    list-style: none;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom:30px;
}

.resellers-holder .category-filtering li a{
    font-size: 12px;
    font-family: "Gotham Book";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 13px 12px;
    margin-bottom:0;
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 8px 3px rgb(224 221 224);
    -moz-box-shadow: 0px 0px 8px 3px rgba(224,221,224,1);
    box-shadow: 0px 0px 8px 3px rgb(224 221 224);
    border-radius: 0;
}

.resellers-holder .category-filtering li a.active{
    background-color:#000;
    color:#fff;
}

.search-shop {
    border: none!important;
    padding: 15px 13px 10px 13px!important;
    background-color: #fff;
    margin-bottom: 20px;
    width: 300px!important;
    box-shadow: 0px 0px 8px 3px rgb(224 221 224);
    font-size:15px;
    border-radius: 0!important;
}


.search-wrap{
    text-align: center
}

.contact-box{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.contact-box h4{
    margin-bottom: 15px;
    font-size: 17px!important;
    line-height: 26px!important;
}

.contact-box p{
    font-size: 12px;
    line-height: 1;
}

.box--title{
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 1.1;
    font-weight: 600;
}

.contact-box:first-child .box--title {
    margin-top: 0;
}

.contact-box:nth-child(2) .box--title {
    margin-top: 0;
}

.box--adress, .box--zip{
    font-size: 15px;
    line-height: 1;
}

.box--contact{
    line-height: 1;
    font-size: 12px;
}

.box-epost{
    font-family: "Gotham Book"!important;
    text-decoration: underline!important;
    font-size: 12px;
}



.resellers-holder {
    max-width: 1140px;
    margin: 0 auto;
}


.search-wrap {
    margin-bottom: 40px;
}

.mCSB_scrollTools .mCSB_dragger{
    z-index: 1;
    max-height: 20px!important;
    height: 20px;
    border: 2px solid rgba(84,83,94,.5);
    border-radius: 50%;
    cursor: pointer;
}


.acf-map{
    width: 100%;
    height: 600px;
    border: #ccc solid 1px;
    margin: 0;
}


.scroll-box {
    margin-bottom: 40px;

}





/*--------BOOTSTRAP KLASSER----------*/

.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-sm-6, .col-md-6, .col-lg-6{
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
}


.container{
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
.col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7,
.col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7,
.col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7,
.col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.col-sm-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}



.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.pb-3 {
    padding-bottom: 1rem!important;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-xs-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}



/* #lightbox{
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%, -50%);
}

.lb-outerContainer{
    position: absolute;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%, -50%);
} */

/*--------MEDIA----------*/

@media(min-width:576px){

  #lightbox .lb-outerContainer{
    max-width: 40%!important;
    min-width: 40%;
  }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media(min-width:768px){

    #ARModal  .model-viewer-wrapper{
        padding-top: 84%;
    }

    .inspbutton{
        padding: 0 20px 20px 20px;
    }

    .mediabank .mediaSearchButton-holder{
        margin-top:0px;
        text-align: inherit;
    }

    .mediabank .mediaSearchButton-holder{
        width: 35%;
    }

    .mediabank .formSearch-holder{
        width: 65%;
        padding:0 15px!important;
    }

    .resellers-holder .category-filtering{
        margin-bottom:40px;
    }

    .resellers-holder .category-filtering li{
        margin-bottom:0;
    }

    .img_prod_news a::before{
        top: 18px;
        left: -7px;

    }

    .product_content_holder{
        padding-right:0!important;
    }

    .inspbutton{
        flex: 0 0 33%;
        max-width: 33%;
    }
    .grid-sizer, .grid-item{
        width:25%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

}

@media(min-width:1200px){
    .inspbutton{
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }

    .container.mediabank{
        min-height:700px;
    }

}

@media(min-width:1300px){
    .news-badge .elementor-widget-container::before{
        right: -32px;
        top: -31px;
    }
}
