html {
  font-size: 11px !important;
}

:root {
  --blue: #31708f;
  --link-blue: #1d7b98;
  --black: #333;
  --danger: #c00;
  --green-dark: #00ad20;
  --border-color: #ddd;
  --orange-light: #f16411;
  --orange-dark: #e74613;
  --link-blue: hsl(206, 100%, 40%);
  --khaki: #feead0;
  --blue-dark: #0f1921;
  --grey-light: #f7f7f7;
  /* --price-red: #ff4343; */
  --price-red: red;
  --svenskafonster: #ffcb6a;
  --nordan: bisque;
  --red: #ff1900;
  --yellow: #ffe731;
  --green: #6deca0;
  /* --yellow-badge: #ffe100; */
  --yellow-badge: #ffec5b;
  --badge-box-shadow: var(--price-red);
}

/* body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo 2", sans-serif;
  color: var(--blue-dark);
}

.small {
  font-size: 1.2rem !important;
}

.wrapper {
  background: white;
}

.wrapper-page {
  box-shadow: none;
}

.wrapper-middle {
}

@media (max-width: 768px) {
  .wrapper-middle {
    padding: 16px 8px;
  }

  /* FIX overflow */
  .LayoutContainer.HorizontalContainer {
    max-width: 100%;
    width: 100%;
  }
}

.fade-site,
.wrapper-rightrail,
.wrapper-middle,
.wrapper-leftrail {
  animation: none !important;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
}

@media only screen and (min-width: 1056px) {
  .wrapper-middle {
    padding: 0 30px 30px 30px !important;
    margin: 0px 0 40px 0;
  }
}

@media screen and (max-width: 1050px) {
  .body-index .wrapper-middle {
    padding: 0px 15px 20px 15px !important;
  }
}

.wrapper-top .md-pt-35,
.wrapper-top .md-pb-35,
.wrapper-top .md-pt-30,
.wrapper-top .md-pt-25 {
  padding-top: 8px;
}

.wrapper-top .ml-banners img {
  max-width: 250px;
}

.wrapper-top .ml-cart-top {
  padding: 0;
}

.wrapper-top > div:first-of-type > div:not(.ml-topmenu) {
  display: flex;
  width: 100%;
}
.wrapper-top > div:first-of-type > div:not(.ml-topmenu).ml-search-mini {
  padding-bottom: 16px;
}
.wrapper-top > div:first-of-type > div > div {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.ml-topmenu {
  background-color: var(--blue-dark) !important;
}

.wrapper-top > div:first-of-type > div.level2 {
  display: flex;
  /* padding-top: 4px; */
  padding-bottom: 0px;
}

.wrapper-top > div:first-of-type > div.level2 > div {
  display: flex;
}

.wrapper-top > div:first-of-type > div.level2 > div > div {
  display: flex;
  flex: 1;
}

.wrapper-top > div:first-of-type > div.level2 > div > div:not(.clearfix) {
  width: 100%;
}

.wrapper-top
  > div:first-of-type
  > div.level2
  > div
  > div:not(.clearfix):not(.last) {
  width: 100%;
}

.wrapper-top
  > div:first-of-type
  > div.level2
  > div
  > div:not(.clearfix):not(.last)
  > div.LayoutContainer
  > div.LayoutWrapper {
  width: 100%;
  display: flex;
}

.wrapper-top .ml-topmenu #nav .closed.has-submenu {
}

/* Logo Desktop */
.wrapper-top
  > div:first-of-type
  > div.level2
  > div
  > div:not(.clearfix):not(.last)
  > div.LayoutContainer
  > div.LayoutWrapper
  > div:not(.last) {
  max-width: 340px;
}
/* Search Desktop */
.wrapper-top
  > div:first-of-type
  > div.level2
  > div
  > div:not(.clearfix):not(.last)
  > div.LayoutContainer
  > div.LayoutWrapper
  > div.last {
  justify-content: center;
}
.wrapper-top
  > div:first-of-type
  > div.level2
  > div
  > div:not(.clearfix):not(.last)
  > div.LayoutContainer
  > div.LayoutWrapper
  > div.last
  > div {
  max-width: 590px;
  padding-right: 24px;
}
.wrapper-top .ml-search-mini-table-td.ml-search-mini-table-td-falt .falt {
  border: none !important;
  border-radius: 20px !important;
}

.wrapper-top
  > div:first-of-type
  > div.level2
  > div
  > div:not(.clearfix)
  > div:first-of-type {
  width: 100%;
  align-content: center;
}

.wrapper-top
  > div:first-of-type
  > div.level2
  > div
  > div:not(.clearfix)
  > div:first-of-type
  .ml-search-mini,
.wrapper-top
  > div:first-of-type
  > div.level2
  > div
  > div:not(.clearfix)
  > div:first-of-type
  .ml-banners {
  padding: 0;
}

.wrapper-top > div:first-of-type > div.level2 > div > div.clearfix {
  display: none !important;
}

.wrapper-top
  > div:first-of-type
  > div.level2
  > div
  > div:not(.last)
  > div
  > div:first-of-type
  > div {
  flex: 1;
  display: flex;
  align-items: center;
}

.wrapper-top
  > div:first-of-type
  > div.level2
  > div
  > div:not(.last)
  > div
  > div:first-of-type
  > div:nth-child(2) {
  display: none;
}

.js_suggested-search-strings {
  border-radius: 0;
}

.pg-search-success {
  font-size: 1.8rem;
}

.ml-cart-top-dropdown-row-remove .iconset.iconset-window-close {
  width: 16px;
  height: 16px;
}

.ml-cart-top-dropdown-row-remove .iconset.iconset-window-close::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(https://www.bygggrossen.se/images/icons/icon-trashcan.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.wrapper-top > div:first-of-type > div.level2 > div > div.last {
  max-width: 140px;
}

.wrapper-top > div:first-of-type > div > div > .LayoutWrapper {
  display: flex;
}

.wrapper-top > div:first-of-type > div > div > .LayoutWrapper > div {
  background-color: black;
}

@media only screen and (max-width: 1055px) {
  .wrapper-top .VerticalContainer {
    background-color: var(--blue-dark) !important;
  }
}

.js_toggle-click-noeffect.ml-cart-top-link:not(.ml-cart-top-link-full)::before {
  content: "";
  width: 30px;
  height: 100%;
  background-image: url(https://www.bygggrossen.se/images/icons/icon-shopping-basket.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.js_toggle-click-noeffect.ml-cart-top-link.ml-cart-top-link-full::after {
  content: "";
  display: inline-block !important;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: var(--green);
  position: absolute;
  top: 10px;
  right: 2px;
}

body:not(.body-index) .wrapper-middle {
}

@media (max-width: 768px) {
  body:not(.body-index) .wrapper-middle {
    padding-top: 0;
  }
}

.extras-start-class .config-extras-headline {
  color: white;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 2px;
  background-color: var(--blue-dark);
  left: 1px;
}

.local-delete-div {
  color: var(--blue-dark);
}

.bulky-extras .dropdown-configurator-price {
  font-family: Helvetica, Arial, sans-serif;
}

.wrapper-top .line-hr {
  border-bottom: 1px solid #2c4151;
  padding-bottom: 8px;
}

.wrapper-middle .line-hr,
.wrapper-footer .line-hr {
  border: none;
}

.wrapper-footer
  .wrapper-footer-container
  > div
  .LayoutWrapper
  div.containerlevel3
  .ml-text-descr {
  border: 0px solid #111;
}

@media (max-width: 768px) {
  .wrapper-footer .VerticalContainer .xs-align-center {
    text-align: left;
  }
}

.wrapper-top .ml-cart-top-link {
  border-radius: 4px;
}

.ml-cart-top-link-number {
  color: #ffebd0;
}

.wrapper-top .ml-cart-top-link::before {
  margin: 0;
}

.ml-cart-top .ml-cart-top-link-full.ml-cart-top-link {
  background-color: #222;
  background-color: transparent;
}

.ml-cart-top .ml-cart-top-link-full.ml-cart-top-link:hover {
  background-color: #444;
}

.ml-title h1 {
  font-size: 3.5rem;
  font-weight: 100;
  text-transform: none !important;
  margin-bottom: 16px;
}

@media screen and (max-width: 766px) {
  .ml-title {
    font-size: 1.4em !important;
    margin-bottom: 10px !important;
  }

  .ml-title h1 {
    font-size: 2.6rem;
    margin-bottom: 4px;
  }
}

/* Breadcrumbs */

.body-product #product-v2-CatTrace > .iconset {
  display: none;
}

.ml-category-trace {
  font-size: 1.4rem !important;
  font-style: normal;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .ml-category-trace {
    margin-bottom: 0px;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #ddd;
  }
}

.ml-category-trace > .ml-category-trace a,
.ml-category-trace > .ml-category-trace a:visited {
  color: #666 !important;
}

.fn-pageselector {
  padding: 0 6px 10px 6px;
  border-bottom: 1px solid var(--border-color);
}

.fn-filter-sorting {
  padding: 20px 10px 0 10px;
  max-width: 250px;
}

.fn-table-header.ml-subcategory-header {
  font-size: 1.6rem;
  font-weight: 100;
}

.fn-table-header:not(.ml-subcategory-header) {
  color: #333 !important;
  border-bottom: 1px solid var(--border-color) !important;
  background: white;
}

.phone-padding:has(.js_toggle-click) {
  padding-left: 0;
  padding-right: 0;
}

.js_toggle-click.fn-table-header.fn-filter-header.mobile-filter-header {
  color: #333 !important;
  border: 1px solid var(--border-color) !important;
  background: white;
}

@media (max-width: 768px) {
  .js_toggle-click.fn-table-header.fn-filter-header.mobile-filter-header {
    width: 100%;
  }
}

.js_toggle-click.fn-table-header.fn-filter-header.mobile-filter-header.open {
  background-color: #eee;
}

.fn-filter-link-container {
  text-align: left !important;
  padding-top: 16px !important;
  margin-top: 24px !important;
  border-top: 1px solid var(--border-color) !important;
}

.fn-filter-link-container .fn-filter-link,
.fn-filter-link-container .fn-filter-clear {
  font-weight: 600;
  color: #333;
  border: 1px solid #d1d1d1;
  background-color: #f0f0f0 !important;
}

.fn-filter-link-container .fn-filter-clear::before {
  content: "x";
  margin-right: 6px;
}

.fn-table-row .filter_button {
  font-size: 1.35rem !important;
}

.fn-filter-link-container .fn-filter-link a,
.fn-filter-link-container .fn-filter-clear a {
  color: #333 !important;
}

.fn-filter-link-container .fn-filter-link:hover,
.fn-filter-link-container .fn-filter-clear:hover {
  background-color: var(--border-color) !important;
}

.js_toggle-show-open.fn-filter {
  border: 1px solid var(--border-color);
}

.js_toggle-click.fn-table-header.ml-subcategory-header.mobile-subcategory-header {
  display: none;
}

.subcategory-hide-smallscreen {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 6px 0 6px 0;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .subcategory-hide-smallscreen {
    flex-direction: column;
  }
}

.subcategory-hide-smallscreen > ul {
  margin: 0;
}

.subcategory-hide-smallscreen > li img {
  mix-blend-mode: multiply;
}

.product-small-name {
  font-size: 1.6rem;
}

.product-available-colors {
  font-size: 1rem;
  display: none;
}

/* .product-small:not(.slick-slide) {
  padding: 8px;
} */

.product-small:not(.slick-slide) .product-small-image-container {
  padding: 16px;
  border-radius: 5px;
  background-color: var(--grey-light);
}

.product-small:not(.slick-slide)
  .product-small-image-container
  .product-small-image {
  mix-blend-mode: multiply;
}

@media (min-width: 992px) {
  .fn-pageselector {
    padding-top: 16px;
  }
}

.fn-pageselector .fn-pageselector-items {
  font-size: 1.6rem;
}

.fn-pageselector .fn-pageselector-pages {
  font-size: 1.6rem;
  color: #888;
}

.sub-cat-item-image img {
  max-height: 70px;
}

/* Error boxes */
.msg-box.msg-box-success,
.msg-box.msg-box-error,
.msg-box.msg-info {
}

.msg-box {
  border-radius: 8px;
  border: 3px solid var(--border-color);
  background-color: white !important;
  box-shadow: rgb(219, 219, 219) 3px 2px 9px;
}

.msg-box-container .msg-box li {
  font-size: 1.4rem !important;
  font-weight: 600;
  list-style-type: none;
}

.msg-box.msg-box-success {
  color: #26a965;
  border-radius: 8px;
  border-color: #26a965;
  border-width: 3px;
  background-color: #e8ffe8 !important;
}

.msg-box.msg-box-error {
  color: #e9580d;
  border-radius: 8px;
  border-color: #e9580d;
  border-width: 3px;
  background-color: #ffeee8 !important;
}

.msg-box.msg-box-info {
  color: #194b93;
  border-radius: 8px;
  border-color: #194b93;
  border-width: 3px;
  background-color: #e8f5ff !important;
}

.msg-box-close .iconset-close:before {
  color: black;
}

/* Footer */

body:not(.body-cart) .wrapper-footer {
  display: inline-table;
  padding-top: 24px;
  background-color: var(--blue-dark);
  /* &::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 50px;
    background-image: url(../../images/footer-spacer-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
  } */
}

.wrapper-footer .ml p {
  font-size: 1.6rem;
}

.ml-menu-cms-footer li a {
  font-size: 1.6rem;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  /* justify-content: space-between; */
  padding-left: 16px;
  max-width: 310px;
  position: relative;
}

.ml-menu-cms-footer li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  transform: rotate(-45deg);
  position: relative;
  top: 8px;
  left: -10px;
}

@media (max-width: 768px) {
  .ml-menu-cms-footer li a {
    max-width: 100%;
    padding-right: 16px;
  }
}

/* USP list */

.usp-list {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 24px;
}

.usp-list > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 190px;
}

.usp-list > div > div {
  max-width: 120px;
}

.usp-list .usp-list-item {
  width: 60px;
  height: 60px;
  background-image: url(https://www.bygggrossen.se/images/icons/usp-sprites.svg);
  background-repeat: no-repeat;
  background-size: 1220px;
}

.usp-list p {
  line-height: 1.2 !important;
}

.usp-list-item.proffs {
  background-position: -29px -25px;
}

.usp-list-item.priser {
  background-position: -133px -24px;
}

.usp-list-item.svea {
  background-position: -251px -25px;
}

@media (max-width: 768px) {
  .usp-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}

/* USP list small */

.usp-list-small {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.usp-list-small > div p {
  line-height: 1.2 !important;
  margin-bottom: 0;
}

.usp-list-small > div p::before {
  content: "\f056";
  color: var(--orange-dark);
  /* color: var(--red); */
  /* color: var(--green-dark); */
  display: inline-block;
  font: normal normal normal 14px / 1 "Nordiskehandel";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .usp-list-small {
    flex-wrap: wrap;
    gap: 4px;
  }
  .usp-list-small p {
    font-size: 1rem !important;
  }
  .usp-list-small > div p::before {
    margin-right: 2px;
  }
}

/* Footer */

.wrapper-footer .footer-usps {
  padding-bottom: 24px;
  background-color: white;
}

.wrapper-footer .usp-header {
  font-size: 1.8rem;
  color: var(--black);
}

.wrapper-footer h2,
.wrapper-footer .ml-box-title {
  font-size: 1.6rem !important;
  font-weight: 800;
  margin-top: 5px !important;
  line-height: 1.4 !important;
}
.wrapper-footer .khaki-text {
  color: var(--khaki);
}

.product-small-price .pricetext,
.pricetext-rec {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: var(--blue-dark);
}

.ml-topmenu {
  background-color: var(--blue-dark);
}

.ml-topmenu::before {
  display: none;
}

@media only screen and (max-width: 1055px) {
  .wrapper-top .HorizontalContainer {
    background-color: var(--blue-dark);
  }
}

.body-index .product-small .product-small-image-container {
  padding: 16px;
  background-color: var(--grey-light);
}

.body-index
  .product-small
  .product-small-image-container
  .product-small-image
  > a
  > img {
  mix-blend-mode: multiply;
}

.body-index
  .product-small
  .product-small-button-buy-container
  .product-small-infobutton
  input,
.body-index .product-small .product-small-button-buy-container button,
.body-index
  .product-small
  .product-small-button-buy-container
  .product-small-infobutton
  input:hover,
.body-index .product-small .product-small-button-buy-container button:hover {
  color: var(--black) !important;
  border-color: var(--border-color);
  background-color: var(--grey-light);
}

.product-small-button-buy-container {
  display: none;
}

.body-index .product-small .bg-shipping-text,
.body-index .product-small .campaign-left-wrapper,
.body-index .product-small .bg-campaign-text-holder {
  display: none !important;
}

.body-index .product-small .product-small-name {
  font-size: 1.8rem !important;
  line-height: 1.2;
}

.body-index .product-small .product-small-name a {
  font-size: 1.5rem;
  text-transform: capitalize !important;
}

.stock-indicator {
  font-size: 1.2rem;
  display: block;
  /* margin-bottom: 5px; */

  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px;
  background-color: #f7f7f7;
}

.body-index .product-small .product-small-stock-lower.stock-status {
  display: inline-block;
  width: auto !important;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #eee;
  display: none;
}

.fn-carousel-header h3 {
  font-size: 1.6rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .fn-carousel-header h3 {
    padding: 8px;
  }

  .body-index .product-small-container:not(.fn-carousel-ul) {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .body-index .product-small-container:not(.fn-carousel-ul) > div {
    width: 100%;
  }
  .body-index .product-small-container:not(.fn-carousel-ul) .clearfix {
    display: none !important;
  }
}

/* .product-small .product-small-price {
  color: var(--danger) !important;
} */

.product-small .product-small-price {
  font-size: 2.4rem !important;
  color: var(--red) !important;
}

.body-index .product-small .product-small-price.pricecut {
  height: auto !important;
}

.body-product .ml-product-brand-picture {
  padding: 0;
}

.ml-product-brand-picture img {
  max-height: 70px;
}

.body-product .ml-product-picturesmall {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

@media screen and (max-width: 768px) {
  .body-product .ml-product-picturesmall {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4px;
  }
}

#filler-block-product {
  min-height: 0px;
}

@media screen and (max-width: 1024px) {
  #filler-block-product {
    min-height: 0px;
  }
}

.ml-variant-attribute-row {
  padding: 4px 8px;
}

.body-product .ml-product-picturesmall .js_smallpictures {
  /* max-width: 13%; */
  margin: 0;
}

.body-product .ml-product-picturesmall .js_smallpictures a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.body-product
  .ml-product-picturesmall
  .js_smallpictures
  .ml-product-picturesmall-comment {
  max-width: 65px;
  white-space: wrap;
  word-wrap: break-word;
}

.body-product
  .ml-product-picturesmall
  .js_smallpictures
  .ml-product-picturesmall-pic {
  padding: 0.5rem;
  border: 2px solid #efefef;
}

@media (max-width: 1050px) {
  .body-product .ml-product-picturesmall {
    margin-bottom: 8px !important;
    border-bottom: 1px solid var(--border-color);
  }
  .body-index .product-small .product-small-price.pricecut {
    font-size: 2rem !important;
  }
  .product-small .product-small-price {
    font-size: 2rem !important;
  }
}

.body-product .trigger-holder {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}

.body-product .product-name.product-name-desktop,
.body-product .product-name.product-name-mobile {
  text-transform: uppercase;
}

.body-product .product-name.product-name-desktop .product-size-selected {
  font-size: 1.5rem;
  color: #666;
  margin-top: 8px;
}

.body-product .product-name.product-name-desktop {
  font-size: 2.6rem;
  display: none;
  max-width: 640px;
}
.body-product .product-name.product-name-mobile {
  display: block;
}
@media (min-width: 992px) {
  .body-product .product-name.product-name-desktop {
    display: block;
  }
  .body-product .product-name.product-name-mobile {
    display: none;
  }
}

.color-holder-product-page {
  display: flex;
  gap: 4px;
}

.color-holder-product-page .dot-color {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.dot-color.white {
  background-color: #f4f4f4;
}
.dot-color.blue {
  background-color: #587490;
}
.dot-color.green {
  background-color: #3d644d;
}
.dot-color.red {
  background-color: #bc1d1f;
}
.dot-color.grey {
  background-color: #c2bbb2;
}

/* This is the campaign banner for product page, it's absolute pos, and does not need padding */
.body-product .ml-include.js_top-show-md {
  padding: 0;
}

.js_top-show-container h4 {
  color: var(--blue-dark) !important;
  background-color: #ddd !important;
}
.js_top-show-container h4:after {
  display: none;
}

/*
* End product page
*/

.volume-badge-container {
  display: flex;
}

.volume-badge-container > div {
  flex: 1;
}

.volume-badge {
  max-width: 150px;
  height: auto;
}

.body-product .volume-trigger {
  width: 100% !important;
}

.body-product .volume-trigger .trigger-image {
  max-width: 70px;
}

.body-product .volume-trigger .trigger-eligable {
  line-height: 1.3;
}

.body-product .volume-trigger .trigger-check-price {
  font-size: 2.4rem;
  font-family: unset;
  font-weight: 800;
  line-height: 1.2;
  color: var(--orange-light);
  margin-bottom: 4px;
}

.body-brand .brand-holder {
  border-radius: 4px;
  overflow: hidden;
}

.body-brand .volymbonus-badge {
  display: block;
  max-width: 130px;
  height: auto;
  margin: 0 auto;
}

.body-product .trigger-text {
  margin-left: 4px;
}

@media (max-width: 768px) {
  .body-brand .brand-holder {
    .brand-image {
      margin: 0;
      padding: 8px;
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: white;
    }
  }
  .body-brand .ml-title {
    margin-bottom: 0;
    padding-bottom: 0;
    h1 {
    }
  }
}

/* Reklamation page */

.body-offert .wrapper-page,
.body-kundtjanst .wrapper-page,
.body-reklamation .wrapper-page,
.body-sa-mater-du-dorrar .wrapper-page {
  padding-top: 24px;
}

.body-sa-mater-du-dorrar h1,
.body-offert h1,
.body-kundtjanst h1,
.body-reklamation h1 {
  font-size: 3.2rem !important;
  font-weight: 400;
  color: var(--blue-dark);
}

.body-sa-mater-du-dorrar h2,
.body-sa-mater-du-dorrar h3,
.body-kundtjanst h2,
.body-kundtjanst h3,
.body-reklamation h2,
.body-reklamation h3 {
  font-weight: 400;
  color: var(--orange-dark);
}

.body-sa-mater-du-dorrar h2,
.body-kundtjanst h2,
.body-reklamation h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem !important;
  font-weight: 400;
  color: var(--orange-dark);
}

.fn-formbuilder {
  max-width: 750px;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid var(--border-color);
}

.fn-formbuilder h1 {
  font-size: 2rem !important;
  color: var(--orange-dark);
  padding: 8px 16px;
}

.fn-formbuilder .field-required {
  font-size: 2rem;
  vertical-align: sub;
}

.fn-formbuilder-form-content {
  padding: 16px;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

.fn-formbuilder-form-content.even {
  background-color: #f7f7f7;
  padding-bottom: 8px;
}

.fn-formbuilder-form-content.odd {
}

.fn-formbuilder-buttoncontainer {
  padding: 8px;
}

.fn-formbuilder .ml-captcha-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 16px 0;
}

.fn-formbuilder-buttoncontainer .button {
  border-radius: 20px;
  padding: 10px 30px;
}

.ml-captcha-image {
}
/* .fn-formbuilder {
  box-shadow: 0px 3px 14px 5px rgba(0, 0, 0, 0.1);
} */

.headline {
  border-radius: 4px;
  border: 1px solid var(--border-color);
}

/* Well */

.well-container > div {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.well-container > div > div {
  width: 100%;
}

.well-container > div > div.clearfix {
  display: none !important;
}

.well {
  line-height: 1.3;
  margin: 0;
  padding: 16px;
  padding-bottom: 0;
  height: 100%;
  border-radius: 8px;
  background-color: var(--grey-light);
  box-shadow: none;
  border-color: #eeeeee;
}

.well.well-strong {
  padding: 8px 10px;
  border-color: #d7c8b9;
  background-color: #ffebd0;
}

.well a {
  color: var(--link-blue);
}

@media (max-width: 768px) {
  .well-container > div {
    flex-direction: column;
  }
}

/* Linked products */

.product-small .product-small-oldprice-container {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
span.old-price.dashed {
  display: block !important;
  font-size: inherit;
}

.ml-product-linkedproducts .ml-box-title {
  font-size: 2.8rem !important;
  font-weight: 100;
}

@media (max-width: 768px) {
  .ml-product-linkedproducts .ml-box-title {
    font-size: 2rem !important;
    font-weight: 100;
  }

  .produkt {
    margin-top: 16px;
  }
}

.product-small-oldprice-container {
  display: flex;
  align-items: center;
  gap: 3px;
  overflow: visible !important;
}

@media (max-width: 768px) {
  .product-small .product-small-oldprice-container {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: normal;
    gap: 0;
    height: auto !important;
  }
}

.product-small .product-small-section-one .product-small-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  text-transform: capitalize;
  height: auto !important;
}

.produkt #bg-price-holder {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: -16px;
}

.produkt #bg-price-holder #bg-totals {
  line-height: 1.2;
  margin-top: 0;
}

.produkt #bg-price-holder #bg-total-price {
  font-size: 4rem;
  margin-top: 0;
}

#bg-total-rek-price {
  color: #333;
}

@media (max-width: 768px) {
  .produkt #bg-price-holder #bg-total-price {
    font-size: 2.5rem;
  }

  .produkt .bg-config-false-buybutton {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .produkt .bg-config-false-buybutton > div {
    flex: 1;
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .produkt .bg-config-false-buybutton > div .falt {
    width: 100%;
  }
  .produkt .bg-config-false-buybutton > div:first-of-type {
    max-width: 70px;
  }

  /* .produkt .bg-config-false-buybutton > div:last-of-type {
    display: none;
  } */

  .produkt .bg-config-false-buybutton > div .btn.btn-success {
    font-size: 1.8rem;
    padding: 12px;
    height: auto !important;
  }
}

.produkt .bulky-extras .dropdown .btn span {
  font-weight: 600;
  color: #000;
}

.produkt .bulky-extras .dropdown .btn span.bg-discount {
  color: var(--price-red);
}

.produkt .bulky-extras .dropdown button span {
  max-width: 160px !important;
}

.produkt .bg-config-false-buybutton .btn.btn-success,
.produkt #buyButtonClick {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 4px;
  border-color: var(--green-dark);
  background-color: var(--green-dark);
}

@media (max-width: 768px) {
  .produkt .bg-config-false-buybutton .btn.btn-success,
  .produkt #buyButtonClick {
    font-size: 1.4rem;
  }
}

.produkt .alert.alert-info {
  color: var(--black);
  margin-bottom: 0;
  border-color: var(--border-color);
  background-color: var(--grey-light);
}

.produkt .alert.alert-info a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .produkt .alert.alert-info {
    font-size: 90%;
    line-height: 1.2;
    padding: 7px;
  }
}

.produkt #shipping-box {
  margin-top: 16px;
  padding: 0;
}

.produkt #shipping-box > div {
  font-weight: 800 !important;
  width: auto !important;
  /* padding: 4px 8px;
  border-radius: 4px;
  box-shadow: inset 0px 0px 1px 1px var(--border-color);
  background-color: var(--grey-light); */
}

.produkt #shipping-box > div::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 28px;
  background-image: url(https://www.bygggrossen.se/images/icons/package-delivery-1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .produkt #shipping-box {
    padding-right: 0;
    margin-bottom: 0;
  }
  .produkt #shipping-box > div {
    font-weight: 800 !important;
    line-height: 1.4;
    display: inline-block;
  }
  .produkt #shipping-box > div::before {
    vertical-align: bottom;
  }
}

.ml-back-link {
  border-top: 1px solid var(--border-color);
}

.ml-back-link a {
  font-size: 2rem;
}

.body-product .product-small {
  padding: 0 !important;
  margin: 0;
}

body.body-category {
  margin: 0;
}

.body-category .product-small .product-small-name {
  font-size: 1.6rem !important;
  line-height: 1.2;
}

.body-category section {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .ml-back-link {
    border: none;
  }
  .body-category .subcategory-hide-smallscreen {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }

  .body-category .subcategory-hide-smallscreen .sub-cat-item {
    padding: 4px;
    margin: 0;
  }

  .body-category .subcategory-hide-smallscreen .sub-cat-item a {
    display: flex;
    gap: 8px;
  }

  .body-category .subcategory-hide-smallscreen .sub-cat-item-image,
  .body-category .subcategory-hide-smallscreen .sub-cat-item-name {
    font-size: 1.2rem;
    line-height: 1.2;
    height: auto;
  }
  .body-category .subcategory-hide-smallscreen .sub-cat-item-name {
    text-align: left !important;
    justify-content: unset;
  }
}

/* Accordion */

.fn-tabs .tabs-ul {
  border-bottom: 1px solid #ddd;
}

.fn-tabs .tab-content {
  border: none;
}

.fn-tabs .tabs-ul li a {
  border-right: 1px solid #ddd;
  background-color: #fff;
}

.fn-tabs .tabs-ul li.selected {
  border: none;
}

.fn-tabs .tabs-ul li.selected a {
  border: none;
  background-color: #eee;
}

@media (max-width: 768px) {
  .fn-tabs .tab-content .tab-small-header h4 {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .fn-tabs .tab-content .tab-small-header h4::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: 4px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    transform: rotate(-45deg);
  }

  .fn-tabs .tab-content .tab-small-header.open-sm h4::after {
    transform: rotate(45deg);
  }
}

.fn-tabs .tab-content .tab-small-header h4 {
  border-bottom: 1px solid var(--border-color) !important;
}

.fn-tabs .tab-content .tab-small-header h4:after {
  margin-right: 4px;
}

.specifikation-hela-rutan {
  padding: 0 16px;
  border-left: 1px solid #e1e1e1;
}

.desc-specs {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}

@media (min-width: 992px) {
  .desc-specs .fn-tabs.tabs {
    padding-bottom: 0;
  }

  .desc-specs > div.LayoutWrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }

  .desc-specs .LayoutWrapper > div {
    width: 100%;
  }

  .desc-specs .LayoutWrapper .clearfix {
    display: none !important;
  }

  .desc-specs::before {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .desc-specs {
    margin-top: 0;
  }

  .ml-variant-attribute {
    border-bottom: 1px solid var(--border-color) !important;
  }
  .ml-document.dokument-specifikation-mobile {
    margin-bottom: 16px;
    border-bottom: 1px solid var(--border-color) !important;
  }
  .specifikation-hela-rutan {
    border: none;
    padding: 0;
  }
}

/* Modal */

.fn-popup {
  padding: 16px;
  max-height: 800px;
  border-radius: 16px;
  box-shadow: -2px 1px 20px rgba(0, 0, 0, 0.4);
}

.fn-popup .js_fn-popup-close i::before {
  color: #333;
  border-radius: 100%;
  background-color: #eee;
}

.fn-popup p {
  font-size: 1.4rem;
}

.fn-popup .bg-extra-select-value-header {
  border: none;
  padding: 0;
  margin-bottom: 16px;
}

.fn-popup .bg-configurator-value-name {
  margin: 0 0 8px 0;
  padding: 0;
}

.fn-popup img {
  max-height: 300px;
}

.fn-popup .bg-config-selection-holder {
  display: flex;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #ddd;
}

.fn-popup .bg-config-selection-holder > a {
  display: flex;
  width: 100%;
}

.fn-popup .bg-config-selection-holder > a > div {
  display: flex;
  gap: 12px;
  width: 100%;
}

.fn-popup .bg-configurator-value-description {
  margin-top: 0;
  padding-top: 0;
}

.fn-popup .bg-configurator-value-price,
.fn-popup .bg-config-button-holder {
  text-align: left;
}

.bg-configurator-value-price .bg-discount::before {
  content: "Kampanj!";
  font-size: 1.3rem;
  vertical-align: text-top;
  color: var(--red);
  padding: 6px;
  margin-right: 16px;
  background-color: var(--yellow-badge);
  box-shadow: 4px 4px 0 0 var(--badge-box-shadow);
}

.fn-popup .bg-configurator-value-price {
  font-size: 2.2rem;
  color: ;
}

.fn-popup .col-sm-offset-1 {
  margin-left: 0;
}

@media (max-width: 768px) {
  .fn-popup .bg-config-selection-holder {
    border-radius: 0;
  }

  .js_fn-popup-content h3 {
    margin: 0 0 8px 0;
  }
  .js_fn-popup-content .bg-extra-select-value-header {
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
    border: none;
    border-bottom: 1px solid var(--border-color);
  }
  .js_fn-popup-content .bg-configurator-value-name {
    font-size: 1.6rem;
    margin: 0 0 16px;
    padding: 0;
  }
  .js_fn-popup-content .bg-config-selection-holder {
    width: 100%;
    margin: 0;
    padding: 0 0 16px 0;
    border: none;
    border-bottom: 1px solid var(--border-color);
  }
  .js_fn-popup-content .bg-config-selection-holder > a img {
    max-width: 170px;
  }
  .js_fn-popup-content .bg-configurator-value-description {
    padding-top: 0;
  }
  .js_fn-popup-content .bg-configurator-value-price {
    text-align: left;
  }
  .js_fn-popup-content .bg-config-button-holder button {
    width: 100%;
  }
}

/* Related Products Grid */
body.body-product .product-small-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.body-product .product-small-container > .ml-box-title {
  font-size: 1.8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  grid-column: span 4;
}

body.body-product .product-small-container > div {
  width: 100%;
}

body.body-product .product-small-container > div.clearfix {
  display: none !important;
}

@media (max-width: 1024px) {
  body.body-product .product-small-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  body.body-product .product-small-container > .ml-box-title {
    width: 100%;
    grid-column: span 2;
  }
  ul.product-small-container .fn-pageselector {
    flex-direction: column;
    gap: 16px;
  }
}

body.body-product div.ml-product-linkedproducts {
  display: flex !important;
  flex-direction: column;
}

/* Category Products Grid */

/* [data-pagenum-name="Pagenum"] {
  background-color: green;
} */

/* .body-brand div[data-pagenum-name="Pagenum"] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 0;
} */

/* .body-brand .fn-filter + div.product-small-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 0;
} */

ul.product-small-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 0;
}

ul.product-small-container > div {
  width: 100%;
}

ul.product-small-container div[style*="clear: both;"] {
  display: none;
}

ul.product-small-container .product-small {
  height: 100%;
  margin: 0;
  padding: 0 !important;
}

ul.product-small-container .ml-box-title,
ul.product-small-container .fn-pageselector {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  grid-column: span 4;
}

ul.product-small-container .fn-pageselector .fn-pageselector-items {
  flex: 1;
  margin: 0;
}

ul.product-small-container .fn-pageselector .fn-pageselector-pages {
  order: 3;
  flex: 1;
  margin: 0;
}

ul.product-small-container .fn-pageselector .fn-pageselector-numbers {
  flex: 3;
  justify-content: center;
}

ul.product-small-container [class*="col-"] {
  padding: 0 !important;
}

@media (max-width: 768px) {
  /* .body-brand .fn-filter + .product-small-container, */
  ul.product-small-container {
    display: flex;
    flex-wrap: wrap;
    float: none !important;
    /* grid-template-columns: 1fr 1fr; */
    margin: 0;
  }
  ul.product-small-container .fn-pageselector {
    width: 100%;
    grid-column: span 2;
  }
  ul.product-small-container .fn-pageselector {
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 1024px) {
  ul.product-small-container {
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.grund-rabatt {
  color: var(--red) !important;
}

/* Custom Content */

.products-title {
  font-size: 3rem;
  font-weight: 100;
  text-align: center;
}
.products-title + p {
  text-align: center;
}
.products-title-cta {
  font-size: 2rem;
  text-decoration: none !important;
  color: #b11717 !important;
}
.products-title-cta:hover {
  text-decoration: underline !important;
}

/* Volume */

.volume-bonus-wrapper {
  border-radius: 5px;
  background-color: var(--grey-light);
}

.volume-bonus-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  max-width: 750px;
  margin: 0 auto;
  padding: 16px;
}

.volume-bonus-container .image {
  max-width: 200px;
  flex: 1;
  text-align: center;
}

.volume-bonus-container .text {
  flex: 1;
}

.volume-bonus-container h2 {
  font-size: 2.8rem;
  color: #f16411;
}

.volume-bonus-container p + a {
  text-decoration: none;
  color: var(--black) !important;
}
.volume-bonus-container p + a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transform: rotate(45deg);
  vertical-align: middle;
}

.volume-bonus-container p {
  font-size: 1.8rem !important;
  line-height: 1.4 !important;
}

@media (max-width: 768px) {
  .volume-bonus-container h2 {
    font-size: 2rem;
  }
  .volume-bonus-container p {
    font-size: 1.3rem !important;
    line-height: 1.2;
  }

  .volume-bonus-container .image {
    max-width: 90px;
  }
}

/* Volume Bonus END */

/* Grey box with message */

.message-box-wrapper {
  border-radius: 5px;
  background-color: var(--grey-light);
}

.message-box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
  padding: 16px;
}

.message-box-container .image {
  max-width: 200px;
  flex: 1;
  text-align: center;
  img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .message-box-container {
    flex-direction: row;
  }
  .message-box-container .image {
    img {
      max-width: 150px;
    }
  }
}

.message-box-container .text {
  flex: 1;
}

.message-box-container h2 {
  font-size: 3rem;
  color: var(--orange-light);
}

.message-box-container p + a {
  text-decoration: none;
  color: var(--black) !important;
}
.message-box-container p + a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transform: rotate(45deg);
  vertical-align: middle;
}

.message-box-container p {
  font-size: 1.6rem !important;
  line-height: 1.4 !important;
}

@media (max-width: 768px) {
  .message-box-container {
  }
  .message-box-container h2 {
    font-size: 2rem;
  }
  .message-box-container p {
    font-size: 1.3rem !important;
    line-height: 1.2;
  }

  .message-box-container .image {
    max-width: 150px;
  }
}

/* Need help block */

.need-help-block {
  text-align: center;
  max-width: 650px;
  margin: 60px auto 0 auto;
}

.need-help-block h2 {
  font-size: 3.5rem;
  color: var(--orange-dark);
}
.need-help-block a {
  color: var(--link-blue);
}

/* Grey box with message END */

.custom-category-block {
  margin-bottom: 8px;
}

.custom-category-block > div > div {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .custom-category-block > div > div {
    display: grid;
    padding: 8px 24px 8px 24px;
    grid-template-columns: 1fr 1fr;
  }
  .custom-category-block > div > div > div {
    width: 100%;
  }
}

.custom-category-block > div .category-item a {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: var(--blue-dark);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 20px;
  background-color: white;
}

.custom-category-block > div .category-item {
  gap: 4px;
}

@media (max-width: 768px) {
  .custom-category-block > div .category-item a {
    padding: 4px;
  }
}

.custom-category-block h2 {
  margin-bottom: 0;
}

.custom-category-block > div .category-item a:hover {
  background-color: #eee !important;
}

.custom-category-block > div .category-item a span {
  font-size: 1.4rem;
  text-align: left !important;
}

@media (max-width: 768px) {
  .custom-category-block > div .category-item a span {
    font-size: 1.5rem;
  }
}

/* .custom-category-block > div .category-item a::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 40px;
  background-image: url(https://www.bygggrossen.se/images/ikoner-sprites.svg);
  background-repeat: no-repeat;
  background-size: 785px;
}

.custom-category-block > div .category-item a.fonster::before {
  background-position: -16px -13px;
}

.custom-category-block > div .category-item a.dorrar::before {
  background-position: -83px -13px;
}

.custom-category-block > div .category-item a.garageportar::before {
  background-position: -157px -13px;
}

.custom-category-block > div .category-item a.skjutpartier::before {
  background-position: -231px -13px;
}

.custom-category-block > div .category-item a.tillbehor::before {
  background-position: -311px -13px;
} */

.usp-wrapper h2 {
  font-size: 3rem;
  font-weight: 100;
  text-align: center;
}

.usp-wrapper .usp-container {
  display: flex;
  justify-content: center;
  gap: 64px;
}

@media (max-width: 768px) {
  .usp-wrapper .usp-container {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .usp-wrapper .usp-container > div {
    padding: 0 20px;
  }

  .usp-wrapper .usp-container > div a {
  }
}

/* Logo list */

.logo-wrapper h2 {
  font-size: 3rem;
  font-weight: 100;
  text-align: center;
}

.logo-wrapper .logo-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 44px;
}

@media (max-width: 768px) {
  .logo-wrapper {
    margin-top: 24px;
  }
  .logo-wrapper .logo-container {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-wrapper .logo-container > div {
    padding: 0 20px;
  }
}

/* Brand Shortcut */

.brand-shortcut h2 {
  font-size: 2.2rem;
  font-weight: 100;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}

.brand-shortcut .logo-container {
  display: flex;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
}

@media (max-width: 992px) {
  .brand-shortcut {
    margin-top: 24px;
  }
  .brand-shortcut .logo-container {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brand-shortcut .logo-container > div {
    padding: 0;
  }
}

@media (max-width: 650px) {
  .brand-shortcut {
    margin-top: 24px;
  }
  .brand-shortcut .logo-container {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brand-shortcut .logo-container > div {
    padding: 0;
  }
}

/* How to measure */

.how-to-measure-trigger {
  font-weight: 600;
  color: #31708f;
  padding: 0;
  border: none;
  background-color: white;
}

/* Tillval */

.bg-configurator-options-select {
}

.bg-configurator-options-select .dropdown .btn {
  border-radius: 4px;
}

.bg-configurator-options-select .dropdown .btn > div {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bg-configurator-options-select .dropdown.extras-start-class button .icon {
  display: none;
}

.bg-configurator-options-select
  .dropdown.extras-start-class
  button.disabled
  .icon {
  font-weight: 800;
  color: #f16411;
  display: inline-block;
}

.bg-configurator-options-select .dropdown.extras-start-class {
  position: relative;
}

.bg-configurator-options-select .dropdown.extras-start-class.disabled {
  opacity: 0.8 !important;
}

.js_fn-popup-close {
  color: var(--black);
}

@media (max-width: 768px) {
  .bg-configurator-options-select {
    display: flex;
    flex-wrap: wrap;
  }
  .bg-configurator-options-select .col-md-4.col-sm-4.col-xs-12 {
    width: 50%;
  }
}

/* Campaign badge, Products on Campaign */

.body-product .campaign-top-smallver-holder {
  max-width: 190px;
}

.campaign-top-smallver {
  font-family: "Exo 2", sans-serif;
  font-size: 1.2rem;
  display: block;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.campaign-top-smallver-holder {
  text-align: center;
  /* text-shadow: 2px 1px white; */
  max-width: 100px;
  overflow: hidden;
  /* background-color: var(--khaki); */
  background-color: var(--yellow-badge);
  box-shadow: 4px 4px 0 0 var(--orange-dark);

  /* background: rgb(241,100,17);
  background: -moz-linear-gradient(180deg, rgba(241,100,17,1) 0%, rgba(231,70,19,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(241,100,17,1) 0%, rgba(231,70,19,1) 100%);
  background: linear-gradient(180deg, rgba(241,100,17,1) 0%, rgba(231,70,19,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f16411",endColorstr="#e74613",GradientType=1); */
  top: 4px;
  left: 4px;
  /* box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 55px 50px -35px rgba(0, 0, 0, 0.3); */
}

@media (max-width: 992px) {
  .campaign-top-smallver-holder {
    font-size: 1.1rem;
    text-align: left;
    max-width: 150px;
  }
}

.campaign-top-smallver-holder .campaign-top-smallver {
  font-size: 1.6rem;
  line-height: 1;
  text-wrap: pretty;
  word-wrap: break-word;
  text-transform: uppercase;
  hyphens: auto;
  color: var(--price-red) !important;
  display: flex;
  display: inherit;
  padding-top: 6px;
  background-color: transparent !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  position: relative;
}

/* .campaign-top-smallver-holder .campaign-top-smallver::after {
  content: "";
  display: inline-block;
  width: 94%;
  height: 1px;
  background-color: var(--red);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
} */

.body-product .campaign-top-smallver-holder .grund-end-date,
.campaign-top-smallver-holder .grund-end-date {
  font-size: 0.9rem;
  color: red;
  background-color: transparent;
}

/* .body-category .campaign-top-smallver {
  display: block;
  border-radius: 4px;
} */

.product-small.product-has-campaign .product-small-price.pricecut {
  font-size: 2.7rem !important;
  color: var(--red) !important;
  display: inline-block;
  /* padding: 0 8px; */
  /* box-shadow: 4px 4px 0 0 var(--price-red);
  background-color: var(--khaki); */
  /* border-radius: 4px;
  background-color: var(--khaki);

  background: rgb(241,100,17);
  background: -moz-linear-gradient(180deg, rgba(241,100,17,1) 0%, rgba(231,70,19,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(241,100,17,1) 0%, rgba(231,70,19,1) 100%);
  background: linear-gradient(180deg, rgba(241,100,17,1) 0%, rgba(231,70,19,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f16411",endColorstr="#e74613",GradientType=1); */
}

.product-small.product-has-campaign .product-small-price.pricecut .pricetext {
  /* color: #ff4343 !important; */
  /* color: white; */
  font-size: 1.6rem;
  color: var(--red);
}

/*
* Volymbonus
*/

.volymbonus-campaign-flag {
  background-color: #ef6623 !important;
}

.delivery-campaign-flag {
  color: var(--black) !important;
  display: flex;
  background-color: #7dadff !important;
}

.delivery-campaign-flag::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-image: url(https://www.bygggrossen.se/images/icons/icon-delivery-truck.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

#volumeDiscountModal a {
  color: var(--orange-dark);
  text-decoration: underline;
}

/* Top menu */

/* .ml-topmenu {
  margin: 0;
  height: auto;
  padding-bottom: 0;
  background-color: var(--grey-light);
  border-bottom: 1px solid #EEE;
}

.ml-topmenu #nav li a {
  color: var(--black);
}

.ml-topmenu #nav li a:hover {
  color: var(--orange-light);
} */

.header-button {
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 0;
}

.ml-shoplogo-smallver {
}

@media screen and (max-width: 1024px) {
  header:after {
    display: none;
  }
  .wrapper-top .js_top-icon {
    border: none;
  }
  .ml-shoplogo-smallver {
    padding-top: 12px;
    padding-bottom: 10px;
  }
}

.ml-topmenu {
  margin: 0;
  height: auto;
  padding-bottom: 0;
}

.ml-topmenu #nav li a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.ml-topmenu ul#nav > li > a:hover {
  color: #eee;
  border-bottom: 1px solid var(--orange-light);
  box-shadow: inset 0px -2px 0px 0px var(--orange-light);
}

.extra-classes-stop-stress-click {
  font-style: italic;
  font-weight: 600;
  color: #2b2727;
  display: none;
  margin-top: 6px;
  align-items: center;

  font-size: 1.4rem !important;
  color: var(--orange-light);
}

/* @media (max-width: 768px) {
  .extra-classes-stop-stress-click {
    font-size: 1.4rem !important;
    color: var(--orange-light);
  }
} */

/* .extra-classes-stop-stress-click::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  border-top: 2px solid var(--orange-light);
  border-right: 2px solid var(--orange-light);
  transform: rotate(-45deg);
} */

.extra-classes-stop-stress-click::before {
  content: "i";
  font-size: 1rem;
  font-family: serif;
  font-style: oblique;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border-radius: 100%;
  background-color: var(--orange-light);
}

.bg-config-full.show-when-loaded.show-when-loaded-extras.extras-start-class.disabled
  .extra-classes-stop-stress-click {
  display: flex;
}

.bg-config-full.show-when-loaded.show-when-loaded-extras.extras-start-class.disabled {
  color: #000;
  opacity: 1;
}

/* Tabs */

.ml-text-descr-text-conatiner .ml-text-descr-text.minify {
  max-height: 350px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .ml-text-descr-text-conatiner .ml-text-descr-text.minify {
    max-height: 150px;
  }
}

.ml-text-descr-text-conatiner .ml-text-descr-text.minify:after {
  content: "";
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.read-more-product-tabs {
  font-size: 1.6rem;
  font-weight: 600;
  display: none;
}

.read-more-product-tabs.show {
  display: block;
  width: 100%;
  background-color: white;
}

/* Brand Categories */

.brand-categories-item-content img {
  max-width: 100px;
  border: 4px solid white !important;
  transition: border 0.2s ease-in-out;
}

.brand-categories-item-content:hover img {
  border: 4px solid #999 !important;
}

#bg-total-price,
.pricecut {
  color: var(--price-red) !important;
}

/* Start page grid */

.startpage-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.startpage-grid > div {
  border-radius: 8px;
  background-size: cover;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.startpage-grid > div::after {
  content: "";
  background-size: cover;
  width: 50%;
  height: 110% !important;
  border-radius: 100%;
  background-color: #1a2630;
  position: absolute;
  top: -5%;
  left: -5%;
  transform: rotate(142deg);
  /* filter: blur(5px); */
  z-index: 1;
}

.startpage-grid > div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}

.startpage-grid .content {
  color: white;
  padding: 24px;
  border-radius: 8px;
  background-color: var(--blue-dark);
  position: relative;
  z-index: 20;
}

.startpage-grid h2 {
  color: white;
}

.startpage-grid a {
  text-decoration: none;
  color: var(--blue-dark);
  padding: 4px 8px;
  background-color: var(--khaki);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.startpage-grid a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
  vertical-align: middle;
}

.startpage-grid a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .startpage-grid .content {
    max-width: 50%;
  }
  .startpage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

.startpage-grid > div.nordan {
  padding: 24px;
  background-color: var(--grey-light);
  background-image: url(https://www.bygggrossen.se/PICTURE/bordorren-enkeldorr_wGNqUc.JPG);
}

.startpage-grid > div.nordan::before {
  width: 100px;
  height: 29px;
  background-image: url(https://www.bygggrossen.se/images/logos/brand-nordan-logo.jpg);
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.startpage-grid > div.innerdorrar {
  padding: 24px;
  background-color: var(--grey-light);
  background-image: url(https://www.bygggrossen.se/PICTURE/innerdorrar-byggrossen-mobil.jpg);
}
/* /images/logos/brand-elitfonster-logo.jpg */
.startpage-grid > div.ytterdorrar {
  padding: 24px;
  background-color: var(--grey-light);
  background-image: url(https://www.bygggrossen.se/images/kampanj/ytterdorrar-collage.jpg);
  background-position: center center;
  background-size: contain;
}

.startpage-grid > div.leksandsdorren {
  padding: 24px;
  background-color: var(--grey-light);
  background-image: url(https://www.bygggrossen.se/PICTURE/leksand-innerdorrar-h.jpg);
}

.startpage-grid > div.leksandsdorren::before {
  width: 56px;
  height: 59px;
  background-image: url(https://www.bygggrossen.se/images/logos/brand-leksanddorren-logo.jpg);
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.startpage-grid > div.velux {
  padding: 24px;
  background-color: var(--grey-light);
  background-image: url(https://www.bygggrossen.se/PICTURE/2in1-hero-4_IJXTAB.JPG);
  background-position: center;
}

.startpage-grid > div.velux::before {
  width: 86px;
  height: 39px;
  background-image: url(https://www.bygggrossen.se/images/logos/brand-velux-logo.png);
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.startpage-grid > div.tillbehor {
  padding: 24px;
  background-color: var(--grey-light);
  background-image: url(https://www.bygggrossen.se/PICTURE/dorrtillbehor-mobil.jpg);
}

/* Extra classes */

.content-block {
  max-width: 750px;
  margin: 0 auto;
}

.content-block h2 {
  font-size: 3rem;
  margin-bottom: 24px;
}

.content-block h1 {
  font-size: 3.6rem;
}

.content-block.ml-textblock {
}

.VerticalContainer.content-block {
  max-width: 100% !important;
}

.VerticalContainer.content-block .LayoutWrapper .ml-textblock {
  max-width: 750px;
  margin: 0 auto;
  float: none !important;
}

.VerticalContainer.content-block .headline-closed {
  border: none;
  border-bottom: 1px solid #eee;
  background-color: transparent;
}

/* Window school */

.body-glas-och-sakerhet .wrapper-middle > .LayoutContainer,
.body-matt-och-montering-av-fonster .wrapper-middle > .LayoutContainer,
.body-lilla-fonsterskolan .wrapper-middle > .LayoutContainer {
  display: flex;
  flex-direction: column;
}

.body-glas-och-sakerhet .wrapper-middle > .LayoutContainer .ml-textblock h2,
.body-matt-och-montering-av-fonster
  .wrapper-middle
  > .LayoutContainer
  .ml-textblock
  h2,
.body-lilla-fonsterskolan .wrapper-middle > .LayoutContainer .ml-textblock h2 {
  color: var(--orange-dark);
}

.body-glas-och-sakerhet > .LayoutContainer .ml-textblock h2,
.body-glas-och-sakerhet
  .wrapper-middle
  > .LayoutContainer
  .ml-textblock
  h2
  span,
.body-matt-och-montering-av-fonster > .LayoutContainer .ml-textblock h2,
.body-matt-och-montering-av-fonster
  .wrapper-middle
  > .LayoutContainer
  .ml-textblock
  h2
  span,
.body-lilla-fonsterskolan .wrapper-middle > .LayoutContainer .ml-textblock h2,
.body-lilla-fonsterskolan
  .wrapper-middle
  > .LayoutContainer
  .ml-textblock
  h2
  span {
  font-size: 3.5rem;
  color: var(--orange-dark);
}

.body-glas-och-sakerhet .wrapper-middle > .LayoutContainer .ml-textblock h3,
.body-glas-och-sakerhet
  .wrapper-middle
  > .LayoutContainer
  .ml-textblock
  h3
  span,
.body-matt-och-montering-av-fonster
  .wrapper-middle
  > .LayoutContainer
  .ml-textblock
  h3,
.body-matt-och-montering-av-fonster
  .wrapper-middle
  > .LayoutContainer
  .ml-textblock
  h3
  span,
.body-lilla-fonsterskolan .wrapper-middle > .LayoutContainer .ml-textblock h3,
.body-lilla-fonsterskolan
  .wrapper-middle
  > .LayoutContainer
  .ml-textblock
  h3
  span {
  font-size: 2.5rem !important;
  color: var(--orange-dark);
}

.body-glas-och-sakerhet .wrapper-middle > .LayoutContainer .ml-textblock h3,
.body-matt-och-montering-av-fonster
  .wrapper-middle
  > .LayoutContainer
  .ml-textblock
  h3,
.body-lilla-fonsterskolan .wrapper-middle > .LayoutContainer .ml-textblock h3 {
  padding-top: 8px;
  border-top: 1px solid var(--border-color);
}

.window-school-banner {
  text-align: center;
  margin-top: 20px;
}

.window-school-banner p {
  line-height: 1.3 !important;
  margin-bottom: 0;
}

.window-school-banner p::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-image: url(https://www.bygggrossen.se/images/icons/icon-heart-orange.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .window-school-banner {
    text-align: left;
    margin-top: 0;
    margin-bottom: 16px;
  }
}

/* Image Row */

.image-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.image-box div {
  flex: 1;
}

.image-box div img {
  width: 100%;
  height: auto;
}

/* Cart */

.body-cart {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.body-cart.cart-v3 .keep-shopping-link {
  font-size: 1.5rem;
}

.body-cart.cart-v3 .cart-v3-util a {
  color: var(--black);
}

.body-cart .bg-cart-section-summary {
  font-weight: 500;
  color: var(--black);
}

.body-cart .pg-table-cart-content-articles {
  padding: 24px 0;
}

.body-cart
  .pg-table-cart-choose-container
  .pg-table-cart-choose
  .pg-table-cart-choose-block
  .pg-table-cart-choose-info
  .pg-table-cart-choose-descr {
  font-size: 1.4rem;
}

.body-cart .pg-table-cart-choose-price {
  font-size: 1.8rem;
}

.body-cart .pg-table-cart-choose-info strong {
  color: var(--orange-dark);
}

.body-cart .bg-cart-section {
  border-radius: 8px;
  border-color: #a5a5a5;
}

.body-cart .cart-v3-payment {
  padding: 24px 5px !important;
}

.body-cart .pg-table-cart-choose-block-container {
  padding: 0 !important;
}

.body-cart .pg-table-cart-choose-block-container label {
  padding: 16px;
}

.body-cart .pg-table-cart-choose-block-container input[type="radio"] + label {
  border-radius: 8px !important;
}

.body-cart
  .pg-table-cart-choose-block-container
  input[type="radio"]:checked
  + label {
  background-color: var(--grey-light);
}

.body-cart .colordot {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: var(--grey-light);
}

.body-cart .bg-cart-noreturn-info .colordot:before {
  width: 24px;
  margin-right: 8px;
  border-radius: 4px;
}

.body-cart .fn-table-show .dl-1 dt {
  display: none;
}
.body-cart .fn-table-show .dl-1 {
  background: var(--grey-light);
}
.body-cart .fn-table-show .dl-1 a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.body-cart .fn-table-show .dl-1 img {
  mix-blend-mode: multiply;
}

.body-cart .wrapper-footer::after {
  display: none;
}
/* Count down clock */

/* body {
  font-family: 'Dosis', sans-serif;
  margin: 0 auto;
  text-align: center;
  color: white;
  background: #111;
} */

.timer-banner {
  color: #fff;
  display: flex;
  flex-direction: column;

  background-color: var(--orange-light);
  box-shadow: 4px 4px 0 0 var(--orange-dark);

  background-image: url(https://www.bygggrossen.se/images/kampanj/desktop-background-campaign.jpg);
  background-size: cover;
}

.timer-banner > p {
  text-align: center;
  padding: 0 10px;
}

.timer-banner > div {
  flex: 1;
  align-content: center;
}

.timer-banner .timer-banner-message {
  display: flex;
  align-items: center;
  padding: 14px 39px;
  gap: 16px;
}

.timer-banner .timer-banner-message h2 {
  font-size: 2.2rem;
  font-weight: 900 !important;
  color: #fff;
  margin-bottom: 4px;
}

.timer-banner a {
  color: #fff;
}

.timer-banner .timer-banner-message p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 4px;
}

.timer-banner .timer-banner-message p:last-of-type {
  font-size: 80%;
  margin: 0;
}

#timer {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 8px;
  /* background-color: #feead0; */

  /* background: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 50px,
      #ffe0bb 50px,
      #ffe0bb 100px
    ),
    linear-gradient(to bottom, #feead0, #feead0); */
}

#timer span {
  font-size: 40px;
  font-weight: 300;
  display: inline-block;
  line-height: 1;
  padding: 4px;
  color: #e9580e;

  /* -webkit-animation: hue 5s infinite linear;
  animation: hue 5s infinite linear;
  vertical-align: bottom; */
}

#timer span:first-of-type {
  font-size: 40px;
  font-weight: 900;
  text-shadow: 2px 2px white;
}

#timer span > span {
  font-size: 20px;
  color: #fff;
  display: block;
  -webkit-text-fill-color: #fff;
  background: none;
}

#timer .time-left {
  font-size: 4rem;
  display: flex;
  flex-direction: column;
}

#timer .factor {
  font-size: 2rem;
  color: #f16411;
}

#timer #days {
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  font-size: 5rem;
  text-align: center;
}
#timer #hours {
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-align: center;
}
#timer #minutes {
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-align: center;
}
#timer #seconds {
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 992px) {
  .timer-banner .timer-banner-message {
    flex-direction: column;
    padding: 16px;
  }
  .timer-banner .timer-banner-message p {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
  .timer-banner .timer-banner-message h2 {
    font-size: 2rem;
  }

  .timer-banner {
    flex-direction: column;
  }
  #timer {
    padding: 4px;
    gap: 0;
  }
  #timer span {
    font-size: 2.4rem;
  }
  #timer .factor {
    font-size: 1.4rem;
  }
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
@keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

.timer-banner #timer span {
  color: #fff;
}

.timer-banner #timer span:first-of-type {
  font-size: 40px;
  font-weight: 900;
  text-shadow: 2px 2px var(--orange-dark);
}

/* E-commerce templating */

/* Product Card */
.product-small {
  padding: 16px !important;
  border-radius: 4px;
  /* border: 1px solid #eee; */
}

.product-small .button {
  width: auto;
  background-color: #0aad0a;
}

.product-small-button-buy-container {
  text-align: right;
}

@media (max-width: 768px) {
  .product-small {
    padding: 4px !important;
  }
}

/* Call us hero */

.call-us-cta {
  text-align: center;
  padding: 8px 16px;
  background-color: var(--khaki);
}

.call-us-cta h2 {
  font-size: 1.8rem;
  color: var(--orange-dark);
  margin: 0 auto;
}

.call-us-cta p {
  color: var(--orange-dark);
  margin-bottom: 0;
}

.call-us-cta a {
  color: var(--orange-dark);
}

.call-us-cta-number {
  font-size: 1.8rem !important;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
}

.call-us-cta-number a {
  font-size: 3rem;
  font-weight: 900;
  text-decoration: none;
  text-shadow: 3px 3px #fff;
}

@media (min-width: 992px) {
  .call-us-cta {
    padding: 16px;
  }

  .call-us-cta h2 {
    font-size: 3rem;
    max-width: 50%;
  }

  .call-us-cta-number {
    flex-direction: row;
    gap: 8px;
  }

  .call-us-cta-number a {
    font-size: 6rem;
  }
}

/* Top of page, search bar */
.wrapper-top .ml {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 4px;
}

.wrapper-top .ml-search-mini {
  display: flex;
  flex-direction: column;
  padding-top: 18px;
  border-bottom: 1px solid var(--border-color);
  background-color: white;
}

.wrapper-top .ml-search-mini-table {
  max-width: 600px !important;
}

@media (max-width: 1055px) {
  .wrapper-top .ml-search-mini {
    display: none;
  }
}

.body-index .wrapper-top .ml-search-mini {
  justify-content: center;
  align-items: center;
  height: 270px;
  border: none;
  background-color: var(--grey-light);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(https://www.bygggrossen.se/images/svenska-fonster-2024-background.jpg);
  position: relative;
}

.body-index .wrapper-top .ml-search-mini .custom-category-block {
  margin-top: 24px;
}

.body-index .wrapper-top .ml-search-mini-table-td input {
  box-shadow: 0px 1px 19px 10px rgba(0, 0, 0, 0.1) !important;
}

.body-index .wrapper-top .mini-search-title h1 {
  font-size: 4rem;
  font-weight: 800;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 24px;
}

.mini-search-foto-caption {
  font-size: 1rem;
  font-weight: 600;
  color: var(--black);
  width: auto !important;
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.body-index .wrapper-top .ml-search-mini .ml-search-mini-table-td-falt .falt {
  padding-left: 16px;
  height: 50px;
  border: none !important;
  border-radius: 70px !important;
}

.body-index
  .wrapper-top
  .ml-search-mini
  .ml-search-mini-table-td-falt
  .falt:focus {
  background-color: var(--grey-light);
}

.body-index
  .wrapper-top
  .ml-search-mini
  .ml-search-mini-table-td-falt
  .iconset {
  font-size: 1.6rem;
  text-align: center;
  line-height: 40px;
  color: var(--orange-dark);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--khaki);
  top: 5px;
  right: 6px;
}

.body-index .wrapper-top .js_suggested-search-strings {
  top: 44px !important;
  z-index: 99;
}

/* Brand categories */
.body-brand .brand-categories-holder {
  align-items: normal;
  gap: 16px;
}

.body-brand .brand-categories-holder h4 {
  color: var(--blue-dark);
  hyphens: auto;
}

@media (max-width: 768px) {
  .body-brand .brand-categories-holder {
    flex-direction: column;
    gap: 8px;
  }
  .body-brand .brand-categories-holder .brand-categories-item {
    display: flex;
    max-width: 100%;
    width: 100%;
    padding: 0 !important;

    a {
      display: inline-block;
      width: 100%;
    }
  }
  .body-brand .brand-categories-holder .brand-categories-item-content {
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 8px;
  }
  .brand-categories-item-content img {
    max-width: 50px;
    margin-bottom: 0 !important;
    border-radius: 4px !important;
    border: none !important;
  }
  .brand-categories-item-content h4 {
    margin-bottom: 0 !important;
  }
}

.brand-categories-item {
  margin: 0 !important;
  padding: 8px !important;
  border-radius: 4px;
  border: 1px solid #eee;
  border: none !important;
}

/* Start page Categories */
.custom-category-block > div {
  margin-bottom: 16px;
}
.custom-category-block > div .category-item a {
  padding: 8px 16px !important;
  border-radius: 30px;
  border: 1px solid var(--border-color);
}
.custom-category-block > div .category-item a:hover {
  color: var(--blue-dark);
  background-color: #eee;
}

/* Sommarstuga-sidan */

.body-fonster-och-altandorrar-for-sommarstugan .wrapper-page {
}

.body-fonster-och-altandorrar-for-sommarstugan .wrapper-page h2 {
  font-size: 3rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 1.4rem;
}

.body-fonster-och-altandorrar-for-sommarstugan .wrapper-page h3 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 1rem;
}

/* Product Category Page */
.subcategory-hide-smallscreen > li,
.js_read-more-link.js_read-more-show {
  padding: 8px 16px !important;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  background-color: white;
  border: none;
}

@media (max-width: 768px) {
  .subcategory-hide-smallscreen > li,
  .js_read-more-link.js_read-more-show {
    text-align: center;
    display: inline-block;
    /* width: 100%; */
  }
}

/* Series block */

.series-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.series-block .title {
  font-size: 2rem;
  font-weight: 800;
  color: #888;
}

.series-block a {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 20px;
  background-color: white;

  padding: 8px 16px !important;
  border-radius: 30px;
  border: 1px solid var(--border-color);
}

.series-block a:hover {
  background-color: #eee;
}

.series-block a span {
  font-weight: 800;
  color: var(--orange-dark);
}

@media (max-width: 768px) {
  .series-block {
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 8px;
  }
  .series-block a {
    font-size: 1rem;
  }
  .series-block .title {
    display: none;
  }
}

/* Brand list */

.brand-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}

.brand-list p {
  text-align: center;
  border: 1px solid #ddd;
  background-color: white;
}

.brand-list p a {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 20px 30px;
  border-radius: 20px;
  background-color: white;
}

/* Small HERO */

.global-hero-small {
  font-family: "Exo 2", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 370px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: cadetblue;
  background-color: #f7f7f7;
}

.global-hero-small .image {
  background-color: white;
  overflow: hidden;
  position: relative;
}

.global-hero-small .hero-logo {
  max-width: 120px;
  background-color: white;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .global-hero-small::after {
    content: "\2192";
    font-size: 2rem;
    text-align: center;
    line-height: 60px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 16px;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    transform: translateY(-50%);
  }

  .global-hero-small:hover::after {
    opacity: 1;
    right: -5px;
    transition: all ease-in-out 0.3s;
  }
}

.global-hero-small .badge {
  color: var(--price-red);
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  border-radius: 100%;
  background-color: var(--yellow-badge);
  box-shadow: 4px 4px 0 0 var(--price-red);
  position: absolute;
  top: 8px;
  left: -12px;
}

.global-hero-small .badge .volume {
  max-width: 40px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: -17px;
  z-index: 10;
  box-shadow: 2px 4px 13px 1px rgba(0, 0, 0, 0.3);
}

.global-hero-small .badge span {
  font-size: 3rem;
  font-weight: 900;
}

.global-hero-small > div {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.global-hero-small .content {
  display: flex;
  justify-content: center;
}

.global-hero-small .content > div {
  padding: 24px;
}

.global-hero-small .content .title {
  font-size: 2rem;
  color: white;
  color: var(--orange-dark);
  display: flex;
  flex-direction: column;
}

.global-hero-small .content .title span {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 4px;
}

.global-hero-small .content .title + p {
  font-size: 1.4rem;
  line-height: 1.2;
  color: white;
  color: var(--blue-dark);
}

.global-hero-small .content small {
  color: white;
  color: var(--orange-dark);
}

.global-hero-small .link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.global-hero-small .link a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

/* Responsive Hero */

.global-hero {
  font-family: "Exo 2", sans-serif;
  display: flex;
  min-height: 370px;
  /* padding: 24px; */
  position: relative;
  overflow: hidden;
  border-radius: 5px;

  background: 
  /* On "top" */ repeating-linear-gradient(
      45deg,
      transparent,
      transparent 10px,
      #e9580e 10px,
      #e9580e 20px
    ),
    /* on "bottom" */ linear-gradient(to bottom, #e74610, #e74610);
}

.global-hero-small-height {
  min-height: 280px;
}

.global-hero .image {
  background-image: url(https://www.bygggrossen.se/images/kampanj/js-strandvik-0271.webp);
}

@media (min-width: 992px) {
  .global-hero::after {
    content: "\2192";
    font-size: 2rem;
    text-align: center;
    line-height: 60px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 16px;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    transform: translateY(-50%);
  }

  .global-hero:hover::after {
    opacity: 1;
    right: -5px;
    transition: all ease-in-out 0.3s;
  }
}

.global-hero .badge {
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  border-radius: 100%;
  background-color: var(--orange-light);
  box-shadow: 0px 4px 0 0 var(--orange-dark);
  position: absolute;
  top: 8px;
  left: -12px;
}

.global-hero .badge .volume {
  max-width: 40px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: -17px;
  z-index: 10;
  box-shadow: 2px 4px 13px 1px rgba(0, 0, 0, 0.3);
}

.global-hero .badge span {
  font-size: 3rem;
  font-weight: 900;
}

.global-hero > div {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.global-hero .content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-hero .content > div {
  max-width: 80%;
  padding: 24px 24px;
}

.global-hero .content .title {
  font-size: 3rem;
  line-height: 1.05;
  color: white;
  display: flex;
  flex-direction: column;
}

.global-hero .content .title span {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 4px;
}

.global-hero .image {
  background-color: white;
  overflow: hidden;
}

.global-hero .content .title + p {
  font-size: 1.6rem;
  line-height: 1.4 !important;
  color: white;
}

.global-hero .content small {
  color: white;
}

.global-hero .link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.global-hero .link a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.global-hero .image {
  background-size: cover;
  background-position: center center;
}

.global-hero .image::before {
  content: "";
  width: 110%;
  height: 120%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-4deg);
}

/* Elit */
.global-hero.elit .content {
  background-color: #475760;
  /* 
  background: rgb(241,100,17);
  background: -moz-linear-gradient(180deg, rgba(241,100,17,1) 0%, rgba(231,70,19,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(241,100,17,1) 0%, rgba(231,70,19,1) 100%);
  background: linear-gradient(180deg, rgba(241,100,17,1) 0%, rgba(231,70,19,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f16411",endColorstr="#e74613",GradientType=1); */

  /* background: rgb(241, 100, 17);
  background: -moz-linear-gradient(180deg, #444 0%, #000 100%);
  background: -webkit-linear-gradient(180deg, #444 0%, #000 100%);
  background: linear-gradient(180deg, #444 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#444",endColorstr="#000",GradientType=1); */
}

.global-hero.elit .content h2,
.global-hero.elit .content h3 {
  color: #eee;
}

.global-hero.elit .content p {
  color: white;
}

.global-hero.elit .image {
  background-image: url(https://www.bygggrossen.se/images/kampanj/rabatt-elit-sept2020.jpg);
}

.global-hero.elit-express .image {
  background-image: url(https://www.bygggrossen.se/images/kampanj/elitfonster-express.jpg);
}

.global-hero.elit .hero-logo {
  max-width: 170px;
  padding: 0 20px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}

.global-hero.elit .content small {
  color: white;
  opacity: 0.7;
}

/* outline-fallback-hero.jpg */

.global-hero.outline .content {
  background: #3f646e;
}

.global-hero.outline .content h2,
.global-hero.outline .content h3 {
  color: white;
}

.global-hero.outline .content p {
  color: white;
  line-height: 1.3 !important;
}

.global-hero.outline .image {
  background-image: url(https://www.bygggrossen.se/images/kampanj/outline-fallback-hero.jpg);
}

.global-hero.outline .hero-logo {
  max-width: 170px;
  padding: 0 20px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}

.global-hero.outline .content small {
  color: white;
  opacity: 0.7;
  line-height: 1.2rem !important;
}

/* Halle */
.global-hero.halle .content {
  background-color: #54585a;
}

.global-hero.halle .content h2,
.global-hero.halle .content h3 {
  color: #eee;
}

.global-hero.halle .content p {
  color: white;
}

.global-hero.halle .image {
  background-image: url(https://www.bygggrossen.se/images/kampanj/halle-uterum-med-kanalplasttak-scaled.jpg);
}

.global-hero.halle .hero-logo {
  max-width: 170px;
  padding: 0 20px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}

.global-hero.halle .content small {
  color: white;
  opacity: 0.7;
}

/* Mixad landningssida */
.global-hero.mix .content {
  background: rgb(255, 106, 42);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 106, 42, 1) 0%,
    rgba(181, 44, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 106, 42, 1) 0%,
    rgba(181, 44, 0, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 106, 42, 1) 0%,
    rgba(181, 44, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6a2a",endColorstr="#b52c00",GradientType=1);
}

.global-hero.mix .content p,
.global-hero.mix .content h2,
.global-hero.mix .content h3 {
  color: white;
}

.global-hero.mix .image {
  background-image: url(https://www.bygggrossen.se/images/kampanj/sommahuset-unsplash-andreas-eriksson.jpg);
}

.global-hero.mix .hero-logo {
  max-width: 170px;
  padding: 0 20px;
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
}

.global-hero.mix .content small {
  color: white;
  opacity: 0.7;
}

/* Westcoast Windows */
.global-hero.wwindows .content {
  order: 1;
  padding: 20px;
  background-color: #0f2337;
}

.global-hero.wwindows .image {
  order: 2;
}

.global-hero.wwindows .content p,
.global-hero.wwindows .content h2,
.global-hero.wwindows .content h3 {
  color: white;
}

.global-hero.wwindows .content small {
  color: white;
  opacity: 0.7;
}
/* https://lh3.googleusercontent.com/huL5mBYqbVQkmootM9dmk9-7vIDBAU-P8QDNa68Mx992V9d2hb-JO_152ap8H9ombytYyCIXSlj55Atf55vUjfh8znF-gc_5=l80-w1420-h455 */
.global-hero.wwindows .image {
  background-position: right;
  background-image: url(https://www.bygggrossen.se/images/kampanj/westcoast-windows-black-month.jpg);
}

.global-hero.wwindows .hero-logo {
  max-width: 170px;
  padding: 0 20px;
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Svenska FÃ¯Â¿Â½?nster */
.global-hero.sfonster .content {
  order: 1;
  padding: 20px;
  background-color: var(--svenskafonster);
}

.global-hero.sfonster .image {
  order: 2;
}

.global-hero.sfonster .content p,
.global-hero.sfonster .content h2,
.global-hero.sfonster .content h3 {
  color: #111;
}

.global-hero.sfonster .content small {
  color: white;
  opacity: 0.7;
}

.global-hero.sfonster .image {
  background-image: url(https://www.bygggrossen.se/images/kampanj/rabatt-svenska-fonster-sept2020.jpg);
}

.global-hero.sfonster .hero-logo {
  max-width: 170px;
  padding: 0 20px;
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
}

.global-hero.sfonster small {
  color: #111 !important;
}

/* Nordan */
.global-hero.nordan .content {
  order: 2;
  padding: 20px;
  background-color: var(--nordan);
}

.global-hero.nordan .image {
  order: 1;
  background-position: left center;
}

.global-hero.nordan .content p,
.global-hero.nordan .content h2,
.global-hero.nordan .content h3 {
  color: #111;
}

.global-hero.nordan .content small {
  color: white;
  opacity: 0.7;
}

.global-hero.nordan .image {
  background-image: url(https://www.bygggrossen.se/images/kampanj/nordan-rabatttejp-2024.jpg);
}

.global-hero.nordan .hero-logo {
  max-width: 170px;
  padding: 0 20px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}

.global-hero.nordan small {
  color: #111 !important;
}

@media (max-width: 768px) {
  .global-hero.nordan .content {
    order: 1;
  }

  .global-hero.nordan .image {
    order: 2;
  }
}

/* Swedoor */
.global-hero.swedoor .content {
  order: 1;
  padding: 20px;
  background-color: #1d446b;
}

.global-hero.swedoor .image {
  order: 2;
  background-position: left center;
}

.global-hero.swedoor .content p,
.global-hero.swedoor .content h2,
.global-hero.swedoor .content h3 {
  color: white;
}

.global-hero.swedoor .content small {
  color: white;
  opacity: 0.7;
}

.global-hero.swedoor .image {
  background-position: top;
  background-image: url(https://www.bygggrossen.se/images/kampanj/swedoor-p-serien.jpg);
}

.global-hero.swedoor .hero-logo {
  max-width: 170px;
  padding: 0 20px;
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
}

.global-hero.swedoor small {
  color: white !important;
}

@media (max-width: 992px) {
  .global-hero .content > div {
  }
  .global-hero .badge {
    left: 10px;
  }
}

@media (max-width: 1024px) {
  .global-hero {
    min-height: 1px;
    flex-direction: column;
  }
  .global-hero .content {
    padding: 0 !important;
  }
  .global-hero .content > div {
    max-width: 100%;
    padding-bottom: 20px;
  }

  /* .global-hero:has(.badge) .content > div {
    padding-top: 120px;
  } */

  .global-hero .image {
    min-height: 300px;
    order: 2;
    position: relative;
  }
  .global-hero .content .title {
    font-size: 2.5rem;
  }
  .global-hero .content .title + p {
    font-size: 1.2rem !important;
  }
}

/* Swedoor */
.global-hero.summer .content {
  order: 1;
  padding: 20px;
  background-color: #f16411;
}

.global-hero.summer .image {
  order: 2;
  background-position: left center;
}

.global-hero.summer .content p,
.global-hero.summer .content h2,
.global-hero.summer .content h3 {
  color: white;
}

.global-hero.summer .content small {
  color: white;
  opacity: 0.7;
}

.global-hero.summer .image {
  background-image: url(https://www.bygggrossen.se/images/kampanj/lagervaror-sommar-2024.jpg);
}

.global-hero.summer .hero-logo {
  max-width: 170px;
  padding: 0 20px;
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
}

.global-hero.summer small {
  color: white !important;
}

.global-hero.summer .badge {
  color: var(--orange-dark);
  background-color: var(--khaki);
}

/* Info block slanted */

.slanted-info-block {
  font-family: "Exo 2", sans-serif;
  color: white;
  display: flex;
  padding: 16px 24px;
  background: /* On "top" */ repeating-linear-gradient(
      45deg,
      transparent,
      transparent 10px,
      #e9580e 10px,
      #e9580e 20px
    ),
    /* on "bottom" */ linear-gradient(to bottom, #e74610, #e74610);
}

.slanted-info-block > div {
  flex: 1;
}

.slanted-info-block h2 {
  font-weight: 800;
  font-size: 3rem;
  color: white;
}

.slanted-info-block p {
  font-weight: 500;
}

.slanted-info-block p:last-of-type {
  margin: 0;
}

.slanted-info-block .image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  max-width: 600px;
}

.slanted-info-block img {
  max-width: 290px;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .slanted-info-block h2 {
    font-size: 2rem;
  }
  .slanted-info-block p {
    line-height: 1.3 !important;
  }
  .slanted-info-block {
    flex-direction: column;
  }
  .slanted-info-block .image {
    padding: 0;
  }
}

/* A11y */

a:focus-visible {
  outline: 1px solid #48a2c0 !important;
}
a:focus {
  outline: 1px solid #48a2c0 !important;
  box-shadow: 0px 0px 5px #48a2c0;
}

/* Contact block */
.wrapper-footer .contact-block a {
  color: var(--khaki) !important;
}

.contact-block .telephone,
.contact-block .telephone-open-hours {
  padding: 16px 16px 16px 70px;
  border: 1px solid #666;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 15px center;
}

.telephone {
  background-image: url(https://www.bygggrossen.se/images/icons/icon-phone-black.svg);
}
.telephone-open-hours {
  background-image: url(https://www.bygggrossen.se/images/icons//icon-clock-black.svg);
}

.wrapper-footer .telephone {
  background-image: url(https://www.bygggrossen.se/images/icons/icon-phone.svg);
  background-size: 30px;
}
.wrapper-footer .telephone-open-hours {
  background-image: url(https://www.bygggrossen.se/images/icons/icon-clock.svg);
}

.sale-support {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 30px;
  background-image: url(https://www.bygggrossen.se/images/icons/icon-phone.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left;
}

.sale-support::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px var(--khaki);
  background-image: url(https://www.bygggrossen.se/images/staff-j-frilagd-400-circle.png);
  background-size: contain;
}

.sale-support p {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 !important;
  padding: 4px 0 4px 0;
}

.sale-support p a {
  color: var(--khaki) !important;
}

@media (max-width: 768px) {
  .sale-support {
    padding-left: 0;
    background-image: none;
  }
  .sale-support p {
    font-size: 1.2rem !important;
    max-width: 290px;
  }
  .sale-support::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(https://www.bygggrossen.se/images/staff-p-frilagd-400-circle.png);
    background-size: contain;
  }
  .sale-support p a {
    color: var(--blue-dark) !important;
  }
}

.footer-payment-method {
  display: flex;
  justify-content: center;
}

.footer-columns .LayoutWrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 24px;
}

@media (max-width: 1024px) {
  .footer-columns .LayoutWrapper {
    display: flex;
    flex-direction: column;
  }
  .footer-columns .LayoutWrapper > div {
    width: 100%;
  }
}

/* Site message */
.site-message {
  padding: 5px;
  background-color: #ffebd0;
}
.site-message > div {
  text-align: center;
  color: var(--black);
}
.site-message > div > span {
  color: var(--black);
}

@media (max-width: 768px) {
  .site-message > div {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0 8px;
  }
}

.login-banner {
  text-align: center;
}

@media (max-width: 768px) {
  .login-banner {
    max-width: 80%;
    margin: 0 auto;
  }
}

.svea-payment-block {
  text-align: center !important;
}

.svea-payment-block picture {
  display: inline-block;
  max-width: 100%;
  width: 650px !important;
  margin: 0 auto;
  padding: 0 24px;
}

/* Medium puffar */

/* Pagination */

.fn-pageselector-numbers {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.fn-pageselector .fn-pageselector-numbers .button {
  font-size: 1.4rem !important;
  margin: 0 !important;
  height: auto;
  padding: 0.687rem 1.375rem !important;
  border-radius: 0;
}

.fn-pageselector .fn-pageselector-numbers .button:hover {
  border-color: #e1e1e1 !important;
  background-color: #eee;
}

.fn-pageselector .fn-pageselector-numbers .button + .button {
  border-left: 0;
}

.fn-pageselector .fn-pageselector-numbers .prev,
.fn-pageselector .fn-pageselector-numbers .prev-disabled {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.fn-pageselector .fn-pageselector-numbers .next,
.fn-pageselector .fn-pageselector-numbers .next-disabled {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media (max-width: 768px) {
  .slick-arrow {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: var(--grey-light) !important;
  }
  .fn-pageselector-numbers {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
  .fn-pageselector .fn-pageselector-numbers .button + .button {
    border-radius: 4px;
    border-left: 1px solid #ddd;
  }
}

.fn-pageselector .fn-pageselector-numbers .number-selected {
  border-color: #e1e1e1;
  background-color: var(--khaki);
}

/* Summer info */

.summer-info-block {
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--orange-dark);
  padding: 16px 24px;
  border-radius: 5px;
  border: none;
  background-color: var(--khaki);
  background-image: url(https://www.bygggrossen.se/images/icons/sun-illustration.svg);
  background-position: right -30px;
  background-repeat: no-repeat;
  background-position: top -15px right -30px;
  background-size: 250px;
}

.summer-info-block h2,
.summer-info-block h3,
.summer-info-block h4 {
  color: #c23a0f;
  margin-bottom: 0;
}

.summer-info-block > div {
  padding-right: 210px;
}

.summer-info-block strong {
  font-weight: 800;
  text-transform: uppercase;
}
.summer-info-block a {
  color: var(--blue);
}

@media (max-width: 992px) {
  .summer-info-block {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-top: 4px;
    background-image: none;
  }
  .summer-info-block > div {
    padding-right: 0;
  }
}

/*
* Alerts
*/

.alert.alert-warning {
}

.alert {
  line-height: 1.4;
  padding: 4px 8px;
  margin-bottom: 8px;
}

/*
* Error fix
*/

.product-small-vertical-small .grund-rabatt {
  height: auto;
}

@media screen and (max-width: 768px) {
  .start-banner-top {
    margin: 0 !important;
  }
}

/* Kampanj-sida */

.single-product-campaign {
  padding: 8px 16px !important;
  background-color: #fff;
}
.single-product-campaign .color-holder {
  top: 55px;
}
.single-product-campaign .product-small .product-small-section-one {
  padding: 0;
}

.single-product-campaign .product-small .product-small-image-container {
  padding: 0;
}

.single-product-campaign .product-content-container {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.single-product-campaign > div {
  margin: 0;
  padding: 0;
}

.single-product-campaign .product-small {
  display: flex;
  padding: 0 !important;
  gap: 16px;
}

.single-product-campaign .product-small .product-small-name {
  max-width: 80%;
}

.single-product-campaign .product-small .product-small-name a {
  font-size: 2.2rem !important;
}

.single-product-campaign .product-small-container {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.single-product-campaign .fn-carousel-header h3 {
  font-size: 3rem;
  line-height: 1;
  text-shadow: 0px 0px 1px #f9f9f9;
  color: var(--orange-dark);
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 4px solid var(--orange-light);
}

.single-product-campaign .product-small-price-wrapper {
  display: flex;
  flex-direction: column;
}

.single-product-campaign
  .product-small-price-wrapper
  .product-small-oldprice-container {
  display: none;
  order: 2;
}
.single-product-campaign .product-small-price-wrapper .grund-rabatt {
  order: 3;
}

.single-product-campaign .product-small-image-container {
  max-width: 320px;
}

.single-product-campaign
  .product-small.product-has-campaign
  .product-small-price.pricecut {
  line-height: 1.2;
  color: var(--red) !important;
  padding: 0 !important;
  height: auto !important;
  background: none !important;
  box-shadow: none !important;
}

.single-product-campaign
  .product-small.product-has-campaign
  .product-small-price
  .pricetext {
  color: var(--red) !important;
}

.single-product-campaign .product-small-oldprice-container span:first-of-type {
  display: none;
}

.single-product-campaign .product-small-oldprice-container {
  font-size: 2.5rem;
  height: auto !important;
}

.single-product-campaign .old-price.dashed {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--orange-dark) !important;
}

@media (max-width: 1024px) {
  .single-product-campaign {
    padding: 0 0 16px 0 !important;
    background-color: transparent;
  }
  .single-product-campaign .product-small-container {
    width: fit-content;
    margin: 0 auto;
    max-width: 320px;
  }
  .single-product-campaign .product-small {
    flex-direction: column;
  }
  .single-product-campaign .product-small .product-small-name a {
    font-size: 1.4rem !important;
  }
  .single-product-campaign .product-small-container {
    display: flex !important;
    justify-content: left;
  }
  .single-product-campaign .old-price.dashed {
    font-size: 1.5rem;
  }
  .single-product-campaign .fn-carousel-header h3 {
    font-size: 2rem;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid var(--orange-light);
  }
}

/* Colors */

.dot-color {
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border-radius: 100%;
  border: none;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.2);
}
#slp {
  font-size: 1.1rem;
  opacity: 0.7;
}
#slpsum {
  text-decoration: line-through;
}

.ml-topmenu #nav a.snabb-leverans::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: super;
  background-image: url(https://www.bygggrossen.se/images/icons/snabb-leverans.svg);
  background-repeat: no-repeat;
  vertical-align: sub;
}

.lagerexpress-bubble {
  text-align: center;
  line-height: 1;
  color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #475860 !important;
  position: absolute;
  top: 0;
  right: 0;
}

.lagerexpress-bubble span:not(.small) {
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  font-weight: 900;
  text-shadow: 1px 1px 0 #333;
}

.lagerexpress-bubble span.small {
  font-family: sans-serif !important;
  font-size: 1rem !important;
  margin-top: 3px;
}

/* Small push banner */

.small-push-banner {
  /* color: var(--orange-dark); */
  color: var(--price-red);
  color: white;
  display: flex;
  /* background-color: #feead0; */
  /* background-color: var(--yellow-badge); */
  /* background-color: var(--orange-dark); */
  box-shadow: 4px 4px 0 0 #a22900;
  background: /* On "top" */ repeating-linear-gradient(
      45deg,
      transparent,
      transparent 10px,
      #e9580e 10px,
      #e9580e 20px
    ),
    /* on "bottom" */ linear-gradient(to bottom, #e74610, #e74610);
}

.small-push-banner > div {
  flex: 1;
  align-content: center;
}

.small-push-banner a {
  font-weight: 800;
  /* color: var(--price-red); */
  color: white;
}

.small-push-banner .timer-banner-message {
  padding: 14px 39px;
}

.small-push-banner .timer-banner-message h2 {
  font-size: 2.5rem;
  font-weight: 900 !important;
  /* color: var(--price-red); */
  color: white;
  margin-bottom: 4px;
  text-shadow: 2px 2px 0 #a22900;
}

.small-push-banner .timer-banner-message p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 4px;
}

/* .small-push-banner .timer-banner-message p:last-of-type {
  font-size: 80%;
  margin: 0;
} */

/*
* Extras container
*/

.bg-configurator-base-choice-header {
  font-family: Helvetica, sans-serif;
}

#bg-configurator-extras-container {
  margin-top: 16px;
}

#bg-configurator-extras-container h4 {
  font-family: Helvetica, sans-serif;
  font-size: 1.4rem;
}

#bg-configurator-extras-container h4 .extra-classes-stop-stress-click {
  font-family: Helvetica, sans-serif;
  font-size: 1.2rem;
}

#bg-configurator-container {
  min-height: 0 !important;
  margin-bottom: 24px;
}

/* Delbetala med Svea */
.widget-delbetala-med-svea {
  font-size: 1.4rem;
  color: #222;
  display: inline-block;
  margin-top: 8px;
  width: 100%;
}

.widget-delbetala-med-svea a span {
  font-weight: 700;
  color: #000;
}

.widget-delbetala-med-svea .svea-logo {
  max-width: 40px;
  width: 40px;
  height: auto;
}
.widget-delbetala-med-svea::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 28px;
  margin-right: 4px;
  background-image: url(https://www.bygggrossen.se/images/icons/payment-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .widget-delbetala-med-svea {
    flex-direction: row;
    padding-top: 8px;
    border-top: 1px solid #ddd;
  }
}

/* New stock colors */

#stock-alert-box.text-info {
  color: #0072d6;
}

#stock-alert-box {
  font-size: 1.4rem;
}

/* SÃ¯Â¿Â½ker E-handel */

.teh-certificate {
}

@media (max-width: 768px) {
  .teh-certificate {
    text-align: center;
  }
}

/************************************************
 *  Product drawer
 ************************************************/

.product-drawer-wrapper {
  display: inline-block;
  margin-top: 16px;
  min-height: 300px;
  width: 100%;
}

.product-drawer-wrapper button {
  text-align: center;
  width: 100%;
  border: none !important;
  background-color: #eee;
}

.product-drawer {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 150px;
  height: auto;
  min-height: 380px;
  margin-bottom: 16px;
  border: 1px solid #ddd;

  display: none;
  width: 100%;
  height: auto;
}

.product-drawer.drawing-expanded {
  display: none;
  width: 100%;
  height: auto;
}

.product-drawer-wrapper.drawing-expanded .no-current-conf-message {
  display: none;
}

.product-drawer-wrapper .no-current-conf-message {
  text-align: center;
  max-width: 160px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid #333;
}

/* .no-current-conf-message {
  display: none;
} */

.product-drawer.drawing-active {
  display: block;
}

.product-drawer p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0;
}

.product-drawer.drawing-active .canvas-container {
  padding: 16px;
}

.product-drawer .container {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
}

.product-drawer .canvas-container #product-drawer-canvas {
  max-width: 100%;
}

.product-drawer .canvas-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .product-drawer-wrapper {
    width: 100%;
  }
  .product-drawer {
    max-width: 100%;
  }

  .product-drawer.drawing-active .canvas-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .product-drawer canvas {
    width: 100%;
    object-fit: contain;
  }

  .product-drawer.drawing-expanded .canvas-container {
    flex-direction: column;
  }

  .product-drawer.drawing-active {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
  }

  .product-drawer {
  }
}

#product-drawer-container {
  display: none;
}

#product-drawer-container.product-drawer-container-active {
  display: block;
}

.product-name-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
.product-name-container-brand {
  max-width: 110px;
  max-height: 110px;
  height: auto;
  margin-top: 4px;
}

.product-name-container-brand img {
  max-height: 90px;
}
@media (max-width: 768px) {
  .product-name-container {
    display: none;
  }
}

.product-drawer-wrapper .product-drawer-bbr-rules {
  display: none;
}

.product-drawer-wrapper .product-drawer-bbr-rules.show {
  color: red;
}

/* VÃ¯Â¿Â½rt pris badge */
#bg-total-price.no-campaign::before {
  content: "Alltid bra pris";
  font-size: 1.4rem;
  color: var(--price-red) !important;
  display: flex;
  width: fit-content;
  margin-right: 8px;
  padding: 8px;
  background-color: var(--yellow-badge);
  box-shadow: 4px 4px 0 0 var(--badge-box-shadow);
  vertical-align: top;
}

/* Temp */

/* Tabs */
.tabs-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;

  margin: 0 0 24px 0;
  padding: 0px;
  list-style: none;
  /* background:#000; */
  /* border-bottom: 5px #e31837 solid; */
}

.tabs-thumbs li {
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  text-align: center;
  max-width: 19%;
  padding: 4px;
  margin: 0;

  border: 2px solid #ddd;

  cursor: pointer;

  max-width: 74px;
  width: 74px;
  /* height: 74px !important; */
}

.ml-product-picturesmall-comment {
  font-size: 1.2rem;
  line-height: 1.2;
  text-wrap: wrap;
  hyphens: auto;
}

.tabs-thumbs .tab.current {
  border-color: #666;
}

.product-drawing-icon {
  width: 60px;
  height: 60px;
  background-image: url(https://www.bygggrossen.se/images/icons/product-drawing-icon.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.tabs-thumbs li:hover {
  /* background:#e31837; */
}

.tabs-thumbs li.current {
  /* background: #e31837; */
  color: #fff;
}

.tab-content {
  display: none;
  /* background: #f2f2f2; */
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}

.tab-content .product-image-wrapper {
  padding: 15px;
  margin-bottom: 24px;
}

.tab-content.current {
  display: inherit;
}

/* Temp */
/* .ml-product-picturesmall {
  display: none !important;
} */

.spacer {
  height: 24px;
}

/* Kampanjsida ALP */

.body-alltid-bra-priser-pa-bygggrossen .hero {
  background-color: var(--yellow-badge);
  box-shadow: 4px 4px 0 0 var(--red);
  margin-bottom: 24px;

  background-image: url(https://www.bygggrossen.se/images/kampanj/desktop-background-campaign.jpg);
  background-size: cover;
}

.body-alltid-bra-priser-pa-bygggrossen .hero-wrapper {
  display: flex;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 16px;
}

.body-alltid-bra-priser-pa-bygggrossen .hero-wrapper > div {
  color: #fff;
  display: flex;
  flex-direction: column;
  flex: 2;
  justify-content: center;
  align-items: center;
}

.body-alltid-bra-priser-pa-bygggrossen .hero-wrapper > div:nth-child(2) {
  flex: 1;
}

.body-alltid-bra-priser-pa-bygggrossen .hero img {
  width: 240px;
  mix-blend-mode: multiply;
}

.body-alltid-bra-priser-pa-bygggrossen .hero h1,
.body-alltid-bra-priser-pa-bygggrossen .hero h2 {
  color: #fff;
  padding: 0;
  line-height: 1.2;
  /* text-shadow: 3px 2px 0 white; */
  box-shadow: none;
}

.body-alltid-bra-priser-pa-bygggrossen .hero h1 {
  font-size: 4rem;
}

@media (max-width: 992px) {
  .body-alltid-bra-priser-pa-bygggrossen .hero-wrapper {
    padding: 16px;
    flex-direction: column;
  }
  .body-alltid-bra-priser-pa-bygggrossen .hero h1 {
    font-size: 3rem;
  }
  .body-alltid-bra-priser-pa-bygggrossen .hero h2 {
    font-size: 2.4rem;
  }
}

.body-alltid-bra-priser-pa-bygggrossen .wrapper {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(356deg, rgba(255, 255, 255, 1) 0%, #ffe7d9);
  background: -webkit-linear-gradient(
    356deg,
    rgba(255, 255, 255, 1) 0%,
    #ffe7d9
  );
  background: linear-gradient(356deg, rgba(255, 255, 255, 1) 0%, #ffe7d9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffe7d9",GradientType=1);
}

.body-alltid-bra-priser-pa-bygggrossen .wrapper-middle,
.body-alltid-bra-priser-pa-bygggrossen .wrapper-page {
  padding-top: 16px;
  background-color: transparent;
}

.body-alltid-bra-priser-pa-bygggrossen .content-block h1,
.body-alltid-bra-priser-pa-bygggrossen .content-block h2 {
  line-height: 1.5;
  color: var(--red);
  display: inline;
  padding: 8px 12px;
  background-color: var(--yellow-badge);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-shadow: 4px 4px 0 0 var(--badge-box-shadow);
}

.body-alltid-bra-priser-pa-bygggrossen .content-block h1 + p,
.body-alltid-bra-priser-pa-bygggrossen .content-block h2 + p {
  margin-top: 16px;
}

.body-alltid-bra-priser-pa-bygggrossen .wrapper-middle .ml-text-descr p {
  font-size: 18px;
}

.body-alltid-bra-priser-pa-bygggrossen .wrapper-middle .LayoutWrapper {
  background-color: transparent;
}

.body-alltid-bra-priser-pa-bygggrossen .volume-bonus-wrapper {
  border-radius: 8px;
  background-color: white;
  background-color: transparent;
}

.body-alltid-bra-priser-pa-bygggrossen
  .content-block:not(.content-block-special)
  .product-small
  .product-small-price {
  display: inline-block;
  width: fit-content;
  padding: 8px;
  background-color: var(--yellow-badge);
  box-shadow: 4px 4px 0 0 var(--badge-box-shadow);
}

.body-alltid-bra-priser-pa-bygggrossen .product-small-price .pricetext,
.pricetext-rec {
  color: var(--red);
}

.body-alltid-bra-priser-pa-bygggrossen .single-product-campaign {
  background-color: transparent;
}

.body-alltid-bra-priser-pa-bygggrossen
  .single-product-campaign
  .product-small
  .product-small-name
  a {
  color: var(--red);
}

.body-alltid-bra-priser-pa-bygggrossen
  .product-small:not(.slick-slide)
  .product-small-image-container {
  padding: 8px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.body-alltid-bra-priser-pa-bygggrossen .content-block-special {
  padding: 16px;
  background-color: var(--yellow-badge);
  box-shadow: 4px 4px 0 0 var(--badge-box-shadow);
}

.body-alltid-bra-priser-pa-bygggrossen
  .content-block-special
  .product-small-container
  ml {
  margin-bottom: 0;
}

.body-alltid-bra-priser-pa-bygggrossen
  .content-block-special
  .ml-textblock
  p:last-of-type {
  margin: 0;
}

.body-alltid-bra-priser-pa-bygggrossen p {
  font-family: Arial, Helvetica, sans-serif;
}

.body-alltid-bra-priser-pa-bygggrossen .content-block-special .fn-carousel {
  padding-bottom: 0;
}

.body-alltid-bra-priser-pa-bygggrossen
  .content-block-special
  .product-small-container {
  margin-bottom: 0;
}

.body-alltid-bra-priser-pa-bygggrossen .content-block-special .ml-textblock p {
  font-size: 1.7rem;
  line-height: 1.3;
  color: var(--red);
}

.body-alltid-bra-priser-pa-bygggrossen
  .product-small
  .product-small-section-one
  .product-small-name
  a {
  font-size: 1.8rem;
  color: var(--red);
}

.body-alltid-bra-priser-pa-bygggrossen .content-block-special h1,
.body-alltid-bra-priser-pa-bygggrossen .content-block-special h2 {
  font-size: 4rem;
  padding: 0;
  line-height: 1.2;
  text-shadow: 3px 2px 0 white;
  box-shadow: none;
}

.body-alltid-bra-priser-pa-bygggrossen .btn-primary {
  font-size: 1.6rem !important;
  font-weight: 600;
  color: var(--red);
  text-decoration: none;
  padding: 4px 16px;
  border-radius: 20px;
  border-color: var(--khaki);
  background-color: var(--khaki) !important;
  box-shadow: 2px 4px 0 0 var(--badge-box-shadow);
}

/* Energikakylator */

[v-cloak] {
  display: none;
}

.energikalkylator {
  padding: 32px 16px;
  background-color: #f7f7f7;
}

.energikalkylator h2 {
  font-size: 3rem;
  font-weight: 700;
}

.energikalkylator-wrapper {
  width: 1170px;
  margin: 0 auto 48px auto;
}

.energikalkylator-form {
  display: flex;
  gap: 24px;
}

@media (max-width: 992px) {
  .energikalkylator h2 {
    font-size: 1.8rem;
  }
  .energikalkylator-wrapper {
    max-width: 100%;
  }
  .energikalkylator-form {
    flex-direction: column;
  }
}

.energikalkylator-location-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.energikalkylator-location-radios label {
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
}

.energikalkylator-location-radios input[type="radio"] {
  display: none;
}

.energikalkylator-location-radios input[type="radio"]:checked + label {
  color: #fff;
  border-color: #f16411;
  background-color: #f16411;
}

.energikalkylator .select-zone {
  max-width: 500px;
  margin: 0 auto 32px auto;
}

.energikalkylator .enter-specifications {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 992px) {
  .energikalkylator .select-zone {
    max-width: 100%;
  }
  .energikalkylator .enter-specifications {
    display: flex;
    flex-direction: column;
  }
}

.energikalkylator-info {
  margin-top: 32px;
}

.calculation-table {
  max-width: 500px;
  padding: 24px;
  margin: 48px auto 0 auto;
  background-color: #fff;
}

.calculation-table h3 {
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}

.energy-calculator .calc-left {
  margin-bottom: 20px;
}
.energy-calculator .calc-left tr {
  height: 37px;
}
.energy-calculator .calc-left td.bmi-txt {
  width: 220px;
}
.energy-calculator .calc-left select {
  width: 100px;
  background: #fff;
  padding: 5px;
  border: 1px solid #afd2ef;
  margin: 0px;
}
.energy-calculator .calc-left .bmiform {
  width: 88px;
  background: #fff;
  padding: 5px;
  border: 1px solid #afd2ef;
}
.calc-left .infostjerne-energikalkulator {
  padding-top: 3px;
  float: right;
  font-size: 20px;
  position: absolute;
}
.calc-left .infostjerne-energikalkulator-en {
  margin-left: -13px;
}
.calc-left .infostjerne-energikalkulator-to {
  margin-left: -20px;
}
.energy-calculator .bmibutton {
  background: #888;
  background: rgba(174, 203, 96, 1);
  color: #fff;
  border: 0px;
  height: 30px;
  width: 100px;
  font-size: 14px !important;
  text-transform: uppercase;
  opacity: 0.9;
  font-family: Arial, Heletica, Sans-serif;
  border: 0;
  padding: 0;
}
.energy-calculator .bmibutton:hover {
  opacity: 1;
}

.energy-calculator #tblBesparelse-ramme {
}
.energy-calculator .TableEnergi {
  background: #888;
  margin: 0px;
  box-shadow: 0px 0px 4px #bbb;
  font-size: 12px;
  color: #000;
}
.energy-calculator table.TableEnergi th {
  color: #fff;
}
.energy-calculator table.TableEnergi tr {
  height: 29.4px;
  margin-bottom: 20px;
  display: table;
  margin-bottom: 1px;
  width: 223px;
}
.energy-calculator table.TableEnergi tr td {
  font-size: 13px;
}
.energy-calculator table.TableEnergi tr:hover td {
  background: #7fceef;
  color: #fff;
}

.energy-calculator td.energikalk-col1 {
  width: 25px;
  padding: 5px 0 5px 10px;
}
.energy-calculator th {
  text-align: left;
}
.energy-calculator th.kwh {
  width: 72px;
}
.energy-calculator th {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.energy-calculator th.energikalk-col1 {
  padding: 10px 0px 7px 9px;
  width: 40px;
}
.energy-calculator td.energikalk-col2 {
  width: 50px;
}
.energy-calculator td.energikalk-col3 {
  width: 75px;
}
.energy-calculator td.energikalkulator-odd {
  background: #ccc;
  margin-bottom: 1px;
}
.energy-calculator td.energikalkulator-even {
  background: #ddd;
  margin-bottom: 1px;
}

.energikal-desc-en,
.energikal-desc-to {
  font-size: 0.9rem;
  margin-right: 20px;
}

.energikal-desc {
  line-height: 15px;
}

/* Orange Banner */

.hero-orange {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #f16411;
  background-image: url(https://www.bygggrossen.se/images/kampanj/desktop-background-campaign.jpg);
  background-size: cover;

  h2 {
    font-size: 3rem;
    color: white;
  }

  .hero-wrapper {
    max-width: 100%;
    width: 750px;
    margin: 0 auto 16px auto;

    p {
      font-size: 2rem;
    }
  }

  .mark {
    color: var(--blue-dark);
    background-color: var(--khaki);
  }

  .btn {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--blue-dark);
    text-decoration: none;
    background-color: var(--khaki);
  }
  .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .hero-orange {
    h2 {
      font-size: 5rem;
    }
  }
}

@media (max-width: 768px) {
  .body-product
    .product-small
    .product-small-image-container
    .product-small-image
    .product-small-image-symbol {
    max-width: 60px;
  }
}

#show_speed_button {
  display: none !important;
}

.button-custom {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  background-color: var(--orange-light);
  padding: 12px 24px;
  border-radius: 5px;
  /* border-color: var(--orange-dark); */
  /* box-shadow: 2px 4px 0 0 var(--badge-box-shadow); */
}

/* RULE */

.grecaptcha-badge {
  display: none;
}

.rulemailer-subscriber-form {
  font-family: Lato, Avenir, sans-serif;
  width: 100%;
  padding: 24px;
  border: 1px solid #e7e9ee;
  background-color: #f7f7f7;
}
.rulemailer-subscriber-form label {
  display: inline-block;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  color: #3f4752;
  font-size: 14px;
  margin-bottom: 8px;
}
.rulemailer-subscriber-form input {
  box-sizing: border-box;
  display: block;
  margin-bottom: 24px;
  width: 100%;
  border-radius: 8px;
  padding: 9px 12px;
  border: 1px solid #e7e9ee;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #0f0f1f;
}
.rulemailer-subscriber-form input:focus {
  outline: none;
  border-color: #3a36db;
}
.rulemailer-subscriber-form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.rulemailer-subscriber-form button {
  display: block;
  width: 100%;
  margin-top: 20px;
  background: #3a36db;
  color: #fff;
  line-height: 1.33;
  font-size: 14px;
  padding: 3px 16px;
  height: 40px;
  cursor: pointer;
  border-radius: 8px;
  border: 0;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08), 0px 2px 5px rgba(0, 0, 0, 0.12),
    inset 0px -1px 1px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}
.rulemailer-subscriber-form button:hover {
  background: #295eff;
  color: #fff;
}
.rulemailer-subscriber-form button:active {
  background: #211fad;
  color: #fff;
}
.rulemailer-email-check {
  display: none !important;
}
