<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.snedkerProductContainer {
  display: flex;
  flex: 1 0 auto;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-top: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.snedkerContainer {
  display: flex;
  flex-direction: column;
}
.snedkerContainer &gt; div:not(.snedkerBuySectionContainer) {
  margin: 1% 0;
}
.snedkerOrderDimensions &gt; div {
  display: flex;
  justify-content: space-between;
}
.snedkerOrderDimensions .deliveryTime {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: white;
}
.snedkerOrderDimensions .deliveryTime span {
  padding-left: 10px;
}
.svgdrawing.square .midsection1,.svgdrawing.square .midsection2 {
  display: none;
}
.infoSectionImg &gt; img {
  max-width: 100%;
}
.snedkerProductAdd {
  /* border: 1px solid #ddd; */
  /* border-radius: 3px; */
  /* padding: 10px 5px; */
  padding: 5px;
  /* width: 50%; */
  /* text-align: center; */
  max-width: 200px;
  cursor: pointer;
  user-select: none;
  /* box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5); */
}
.infoSection {
  display: flex;
  justify-content: space-between;
  margin: 5% 0;
}
.infoSectionText &gt; p:nth-child(1) {
  margin-top: 0px;
}
.infoSectionImg {
  max-width: 50%;
}
.snedkerOrderDimensions &gt; ul {
  list-style: none;
  padding: 0;
}

.snedkerOrderDimensions &gt; ul &gt; li {
  margin: 5px;
}
.infoSectionText {
  line-height: 2em;
  max-width: 35em;
  padding: 30px;
}
.infoSectionText_left {
  line-height: 2em;
  max-width: 50em;
  padding: 30px 30px 30px 0px;
}
.infoSectionText_right {
  line-height: 2em;
  max-width: 50em;
  padding: 30px 0px 30px 30px;
}
.snedkerProductButtonGroup {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.snedkerProduct {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  margin: 1% 1%;
  width: 23%;
  /* width: 18%; */
  user-select: none;
}
.snedkerProductImage img {
  max-width: 100%;
}
.tilbehor .snedkerProduct {
  width: 18%;
}
.snedkerProduct.invalid {
  opacity: 0.5;
}
.snedkerProducts.collapse .snedkerProductContainer {
  display: none;
}
.snedkerSwitchSokkelType,
.snedkerSwitchGavlType {
  border: 1px solid #ddd;
  /* max-width: 30%; */
  padding: 10px;
  border-radius: 3px;
  display: flex;
  flex-wrap:wrap;
  margin-top: 10px;
  justify-content: space-between;
}
/* .switchSokkelBtn,
.switchGavlBtn {
  background-color: white;
  padding: 7px 15px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
} */

.drawingProductRemove,
.switchSokkelBtn,
.switchGavlBtn {
  background: white;
  min-width: 45%;
  max-width: 90%;
  padding: .5rem 1rem;
  cursor: pointer;
  user-select: none;
  text-align: center;
  margin: 5px auto;
  border-radius: .25rem;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)!important;
  font-weight: 700;
  border-bottom: 2px solid #ddd;
  display: flex;
  justify-content: center;
}
/* .drawingProductRemove {
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ddd;
  cursor: pointer;
  user-select: none;
  text-align: center;
  width: 50%;
  margin: 10px auto;
  min-width: 50px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
} */

.switchSokkelBtn:hover,
.switchGavlBtn:hover,
.drawingProductRemove:hover{
/* .snedkerProductAdd:hover */
  background-color: #eee;
}
.switchBtnText {
  padding: 5px 12px;
  width: 50%;
}

.snedkerProducts {
  margin: 0 0 20px 0;
}
.snedkerProducts .snedkerProductsHeader {
  background: 1px #eee;
  border: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px;
  user-select: none;
}
.snedkerProducts.collapse .snedkerProductsHeader {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
}
.snedkerProductName {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
.snedkerUnitPrice {
  font-weight: 600;
  font-size: 14px;
}

.snedkerSizeInputContainer {
  max-width: 25%;
}
.snedkerSizeHeader,
.snedkerProductsHeader,
.drawingProductHeader {
  font-size: 18px;
}
.snedkerBuySection {
  background-color: rgba(241, 251, 241, 1);
  border: solid 1px rgba(211, 231, 210, 1);
  padding: 15px;
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  margin: 0 1%;
}
.snedkerBuySectionContainer {
  display: flex;
  justify-content: space-between;
  margin: 1% -1%;
}
.snedkerContainer .needhelp.inspiration {
  height: 100%;
  margin: 0 1%;
}
.snedkerBuySection .Prices_Custom_UL {
  padding-left: 0px;
}

.snedkerBuySection .Prices_Custom_UL .before-price {
  font-size: 16px;
  line-height: 16px;
  color: #ca0003;
  text-decoration: line-through;
}

.snedkerBuySection .Prices_Custom_UL .price {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.snedkerBuySection .Prices_Custom_UL &gt; li {
  width: auto;
  margin: 10px 0 5px;
  padding: 0;
  list-style-type: none;
}
.snedkerSizeContainer {
  display: flex;
  flex-direction: column;
  margin: 1% 0;
}

.snedkerBuySection,
.snedkerProductsContainer,
.snedkerSizeContainer {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding:10px;
}

.snedkerBuySection:before,
.snedkerProductsContainer:before,
.snedkerSizeContainer:before {
  font-size: 17px;
  border-radius: 50%;
  background-color: black;
  width: 24px;
  line-height: 24px;
  color: white;
  text-align: center;
  position: absolute;
  transform: translate(-24px,-24px);
}

.snedkerSizeContainer:before {
  content: "1";
}
.snedkerProductsContainer:before {
  content: "2";
}
.snedkerBuySection:before {
  content: "3";
}
.svgruler,
.svgTotalRuler {
  display: flex;
  text-align: center;
}
.svgTotalRuler {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.svgTotalRuler &gt; .sides {
  border-top: 1px solid #ddd;
  width: 100%;
  top: 8px;
  position: relative;
}
.svgTotalRuler &gt; .totalWidth {
  width: 20%;
}
/* .orderItem {
  display: flex;
}
.orderItem &gt; div {
  margin:0 10px;
} */

td.orderItemPrice {
  text-align: right;
  width: 22%;
}

td.orderAmount {
  text-align: right;
  width: 12%;
}

td.orderItemName {
  text-align: center;
  padding: 0 10px;
  width: 65%;
}

table.snedkerOrderTable {
  width: inherit;
}
.drawingContainer {
  width: 100%;
}
.drawingProduct {
  /* border: 1px solid #ddd; */
  /* position: relative; */
  margin-left: 5px;
}
.svgDrawingContainer {
  display: flex;
  position: relative;
}
.snedkerBeforePrice {
  color: red;
  text-decoration: line-through;
}
.drawingHeight {
  transform: rotate(-90deg) translate(0, 35%);
  height: 100%;
  text-align: center;
  position: absolute;
}
.drawingProduct img {
  height: 100%;
  width: 100%;
}
.drawingProductOverlay {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}
.snedkerDrawing {
  display: flex;
  flex-direction: column;
}
.snedkerBuyWrapper {
  display: inline-block;
  cursor: pointer;
  user-select: none;
}
.snedkerBuyWrapper &gt; img {
  height: 45px !important;
  border-radius: 3px;
}
.drawingProductContainer {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.drawingProductRemoveContainer {
  display: flex;
  justify-content: center;
}

.loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 16000002;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding: 0;
  margin: 0;
}

.loadingText {
  font-size: 48px;
  color: white;
  position: relative;
  top: 50%;
  width: 100%;
  text-align: center;
  overflow-x: hidden;
}
/*
.drawingProduct:hover .drawingProductRemove {
    position: absolute;
    right: -1px;
    top: -16px;
    background-color: #353535b0;
    color: white;
    font-size: 16px;
    line-height: 16px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    width: 32px;
    cursor:pointer;
    display:block;
}
.drawingProduct .drawingProductRemove {
    display:none;
}
*/
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.flex &gt; div {
  margin: 20px 0;
}
.carousel-container {
  /* max-width: 80%; */
  margin: 0 auto;
}
.description {
  width: 50%;
  margin: 0 auto;
}
.snedkerBeregnerHeader {
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.snedkerBeregnerHeader &gt; span {
  font-weight: 300;
  display: block;
  font-size: 35px;
  margin: 15px 0px;
  line-height: normal;
}
.productModal {
  display: none;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.productModalHeader,
.productModalBody,
.productModalFooter {
  padding: 10px 16px;
}
.productModalBody {
  display: flex;
  flex-wrap: wrap;
}
.productModalHeaderText {
  font-size: 23px;
  text-align: center;
}

.productModalContent {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 1000px;
  max-width: 90%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.productModal div.close {
  color: rgba(0, 0, 0, 1);
  border: solid 3px rgba(0, 0, 0, 1);
  position: absolute;
  top: -18px;
  right: -18px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 1);
}

.productModal .close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.productModal div.close &gt; i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.productModalImageContainer img {
  max-width: 100%;
}

.productModalImageContainer {
  padding: 30px;
  max-width: 50%;
}

ul.productModalDimensions {
  max-width: 50%;
  list-style: none;
}

ul.productModalDimensions &gt; li {
  padding: 10px;
}
.snedkerProductName i {
  color: #00c700;
}
.svgruler &gt; div {
  max-width: 100%;
}


@media (max-width: 880px) {

  .carousel-container {
    max-width: 100%;
  }
  .description {
    width: 100%;
  }
  .snedkerBuySection {
    width: 100%;
    margin:0px;
    margin-bottom: 20px;
  }

  .snedkerBuySectionContainer {
    flex-direction: column;
    margin: 1% 0;
  }
}
@media (max-width: 767px) {
  .SubCats_Categories_Container {
    max-width: 100%;
  }
  .switchBtnText {
    width: 100%;
  }
  .svgTotalRuler &gt; .totalWidth {
    min-width: 20%;
  }
  .svgruler {
    font-size: 11px;
  }
  .snedkerContainer &gt; div:not(.snedkerBuySectionContainer) {
    margin: 3% 0;
  }
  video {
    width: 100%;
  }
  td.orderItemPrice {
    width: 30%;
  }
  
  td.orderAmount {
    width: 17%;
  }
  
  td.orderItemName {
    width: inherit;
  }
  .productModalHeaderText {
    font-size: 18px;
  }
  .snedkerUnitPrice {
    font-size: 16px;
  }
  .snedkerProductName {
    font-size: 16px;
  }
  .switchGavlBtn,
  .switchSokkelBtn {
    width: 100%;
}
  ul.productModalDimensions {
    max-width: 100%;
    list-style: none;
    padding: 0;
    padding: 0 20px;
  }
  .productModalImageContainer {
    padding: 30px;
    max-width: 100%;
  }
  .snedkerProduct,
  .tilbehor .snedkerProduct {
    width: 100%;
  }
  .snedkerSizeInputContainer {
    max-width: 100%;
  }
  .infoSectionImg {
    padding: 0 30px;
    max-width: 100%;
  }
  .infoSection {
    flex-direction: column-reverse;
  }
  .infoSection:nth-child(odd) {
    flex-direction: column;
  }
  .infoSectionText {
    line-height: 2em;
    max-width: 25em;
    padding: 30px 0 30px 30px;
  }
}
</pre></body></html>