.productcard {
  padding: 30px 0;
}

.productcard .faqBtn{
  display:none;
}

.Variants .variantButtonContainer,
.Variants .versionContainer,
.customAnslagColorContainer,
.customGavlColorContainer {
  margin: 0 -1%;
}

.Variants .boxesContainer{
  margin: 1% -1%;
}

.Variants .variantButtonContainer > .variantButtonElement,
.Variants .versionContainer > .versionItem {
  margin: 1% 1%;
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  position: relative;
  padding: 0px;
  max-width: unset;
}

.Variants .variantButtonContainer.ShowAll > .variantButtonElement{
  margin: 0.5% 0.33%;
  flex: 1 0 16%;
  max-width: 16%;
}
.Variants .versionContainer > .versionItem {
  max-width: 48%;
}
.customAnslagColorContainer > .customColorItem,
.customGavlColorContainer > .customColorItem {
  flex: 1 1 0;
  width: 0;
  margin: 1% 1%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  position: relative;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  background-color: white;
  padding: 10px;
}
.Variants .versionContainer,
.customAnslagColorContainer,
.customGavlColorContainer,
.Variants .boxesContainer {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.Variants .boxesContainer > .boxItem {
  width: 12%;
  margin: 1% 1%;
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  position: relative;
  padding: 0px;
  font-weight: 700;
}

.Variants .boxesContainer > .boxItem.selected,
.Variants .customAnslagColorContainer > .customColorItem.selected,
.customAnslagColorContainer > .customColorItem.selected,
.customGavlColorContainer > .customColorItem.selected {
  background-color: rgb(118, 211, 0);
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.Variants
  .VariantGroup
  .variantButtonContainer
  > .variantButtonElement.selected,
.Variants .versionContainer > .versionItem.selected {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  color: #3b3b3b;
}
.Variants
  .variantButtonContainer
  > .variantButtonElement
  > .variantButtonElementPrice,
.Variants
  .variantButtonContainer
  > .variantButtonElement
  > .variantButtonElementName,
.Variants .versionContainer > .versionItem > .versionItemName,
.Variants .boxesContainer > .boxItem > .boxItemName {
  padding: 5px 0;
}
.Variants .variantButtonContainer > .variantButtonElement.selected::before,
.Variants .versionContainer > .versionItem.selected::before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 900;
  transform: translateX(-50%) translateY(-50%);
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #54b85b;
}
.Variants .versionContainer > .versionItem.selected::before {
  left: 13%;
}
.Variants .variantButtonContainer > .variantButtonElement:hover,
.Variants .versionContainer > .versionItem:hover,
.Variants .boxesContainer > .boxItem:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.Variants .variantButtonContainer > .variantButtonElement.hidden {
  display: none;
}
.versionItemName {
  text-align: center;
}
.variantButtonElement,
.versionItem {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.Variants .variantButtonElement:not(.showAll) .variantButtonElementImage img {
  max-width: 100%;
  height: 60px;
  border: 1px solid rgb(210, 210, 210);
}
.Variants .variantButtonElement.showAll {
  justify-content: flex-end;
}
.productFlexContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1 0 auto;
}
.btnExcerpt {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
}
.door .VariantGroupLabel {
  font-size: 14px;
  padding: 15px 8px 10px 8px;
  border-bottom: 1px solid #ddd;
  color: #000;
  /*background-color: #0085b7;
  border-left: 0;
  border-right: 0;
  border: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;*/
}

.door .variantButtonContainer {
  padding: 5px;
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  align-items: stretch;
}
.door .variantButtonElement:hover {
  background-color: #fff;
}

.productcard .info .Guide{
  position:relative;
  width:100%;
  margin: 10px 0px;
}

.productcard .info .GuideBtn{
  width: 100%;
  background-color: #D98021;
  display: block;
  color: #fff;
  padding: 5px;
  text-align: center;

  border-radius: 4px;
  cursor:pointer;
}

.productcard .info .GuideBtn:hover{
  background-color: #bb6509;
}

/**/
/* Shine */
.productcard .info .GuideBtn:after {
	content:'';
  top:0;
	transform:translateX(100%);
	width:100%;
	height:29px;
	position: absolute;
	z-index:1;
	animation: slide 2s infinite 5s;
  /*
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/
  */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

/* animation */

@keyframes slide {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}



.colorSelectorSub {
  display: flex;
  flex-wrap: wrap;
  margin: 0% -0.5% -1%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.colorSelectorSub > div {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  width: 10.1%;
  margin: 0 0.5% 1%;
  background-color: white;
}

.colorSelectorSub > div img {
  width: 100%;
  display: block;
}

.colorSelectorSubHeader {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom: 0;
}

.colorSelectorSubHeader.open {
  border-bottom: 1px solid #ddd;
  background-color: #0085b7;
  color: white;
  border-top: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}

.colorSelector,
.colorSelectorContainer .simple-variant-group-container {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.colorSelectorContainer {
  margin: 40px 0;
  font-size: 18px;
  font-weight: bold;
  /* padding: 10px; */
  /* cursor: pointer; */
  background-color: #f5f5f5;
  /* border: 1px solid #ddd; */
}
.colorSelectorContainer .simple-variant-item-container,
.Variants .versionContainer > .versionItem,
.Variants .boxesContainer > .boxItem {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 0 1% 0;
  background-color: white;
  width: 15%;
  position: relative;
}
.colorSelectorContainer .simple-variant-group-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.colorSelectorContainer .simple-variant-image {
  width: 100%;
}

/* .colorSelectorSubContainer:nth-of-type(1) .colorSelectorSubHeader {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.colorSelectorSubContainer:last-of-type {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid #ddd;
} */

.colorSelectorContainer .VariantHeaderText {
  font-size: 22px;
  /* margin: 10px 0; */
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #0085b7;
  color: white;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.colorItem {
  position: relative;
}
.colorItem.active i,
.simple-variant-item-container.simple-variant-image-active i {
  display: block;
}
.colorItem i,
.simple-variant-item-container i {
  top: 45%;
  left: 50%;
  color: rgb(118, 211, 0);
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
}
.colorItem i > svg,
.simple-variant-item-container i > svg {
  width: 25px;
  margin-bottom: -5px;
}

/*.colorItem.active:before,.simple-variant-image-active:before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 30;
    font-size: 25px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(118, 211, 0);
}*/

.doorElement {
  flex: auto;
  height: 500px;
}
.doorElement.fillings {
  position: relative;
}
.doorElement.fillings > div {
  border-bottom: 4px solid rgba(195, 195, 195, 1);
}
.doorElement.fillings > .spros {
  border-bottom: 4px solid #000;
}
.doorElement.fillings > .verticalSpros {
  height: 100%;
  position: absolute;
  border-right: 4px solid #000;
  border-bottom: 0px;
}
.doorElement.fillings > .verticalSpros.half {
  width: calc(50% + 4px);
}
.doorElement.fillings > .verticalSpros.third {
  width: calc(33% + 4px);
  left: calc(33% + 4px);
  border-left: 4px solid #000;
}
.doorElement:not(:last-child) {
  border-right: 7px solid rgba(195, 195, 195, 1);
}

.doorContainer {
  display: none;
  width: 100%;
  min-width: 400px;
  border: 2px solid;
  border-left: 7px solid;
  border-right: 7px solid;
  border-top: 10px solid;
  border-bottom: 5px solid;
  border-color: rgba(195, 195, 195, 1);
}

#specs.active {
  display: none;
}

.buy #BUYSECTION{
  width:100%;
}

.buy .product-number{
  width:100%;
}

.buy ul.details {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
  border: 0px;
  background-color: rgba(255, 255, 255, 1);

  display: none;
  font-size: 0;
}

.buy > ul.details > li.delivery-time {
  background-image: url("/images/skins/Shopdeluxe/images/icon-delivery.png");
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: 15px 53%;
  padding-left: 35px;
  border-right: 0;
}

.buy > ul.details > li.active.last {
  border-right: none;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 35px;
  padding-right: 15px;
  border: solid 1px rgba(223, 223, 223, 1);
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  border-radius: 5px;
}

.buy ul.details:after {
  clear: both;
  content: "";
  display: block;
}

.buy ul.details.active {
  display: inline-block;
}

.buy {
  height: 100%;
}

.colorText,
.colorPrice {
  font-size: 11px;
}

.images {
  float: none;
}

.buyDoorContainer {
  display: flex;
  flex-wrap: wrap;
}

#BUYSECTION .buyWrapper {
  float: none;
  margin: 0;
}

.productcard .amountWrapper {
  display: none;
}

.PriceBackground{
  background-color: #f5f5f5;
  padding: 25px 30px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.PriceSetup{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.PriceSetup > div{
  width: 100%;
  margin: 10px 0px;
  display: flex;
}

.Prices_Custom_DIV .BeforePriceText{
font-size: 14px;
  line-height: 16px;
  color: #ad0000;
  text-align: right;
  margin:0;
  font-weight: bold;
}

.Prices_Custom_DIV .BeforePrice{
font-size: 14px;
  line-height: 16px;
  text-align: right;
  margin:0;
  /* text-decoration: line-through; */
}
.PriceText{
  font-size: 18px;
  font-weight: 700;
  color: #0085b7;
}

.SavingPrice{
  margin: 10px 0px;
}
.SavingPrice span{
  padding: 6px;
  background-color: #f1da36;
  border-radius: 5px;
  font-weight: 700;
}
.Prices_Custom_DIV{
  width: 100%;
  margin: 0px;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.PriceWrapper{
display:flex;
flex-wrap: nowrap;
align-items: center;
gap:10px;
  margin-bottom:10px;
}

.Prices_Custom_DIV > div{
  display:flex;
  width:100%;
}

.Prices_Custom_DIV .Half{
  flex:1 1 50%;
  align-content: center;
}

.Prices_Custom_DIV .Price{
font-size: 35px;
font-weight: 700;
}
.Prices_Custom_DIV .CurrencyWrapper:has(.VAT) {
  height: 47px;
}

.Prices_Custom_DIV .CurrencyWrapper{
display: flex;
flex-direction: column;
  /* height: 47px; */
align-items: center;
justify-content: flex-end;
}
#BUYSECTION {
  flex: 0 0 49%;
}
.Buy .GetOffer {
  flex: 0 0 49% !important; 
  margin-left: 2% !important;
}

.Prices_Custom_DIV .CurrencyWrapper .Currency{
font-size: 22px;
font-weight: 700;
line-height: 22px;
}

.Prices_Custom_DIV .CurrencyWrapper .VAT{
  white-space: nowrap;
  font-size: 11px;
}

.Prices_Custom_DIV li:last-child{
  margin: 0 0 10px;
}

.Prices_Custom_DIV .before-price{
  display: none !important;
  /*font-size: 14px;
  line-height: 16px;
  color: #ad0000;
  text-decoration: line-through;*/
}

.Prices_Custom_DIV .price{
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
}

.Prices_Custom_DIV li .vat{
  font-size: 13px;
  padding: 0 0 0 7px;
  font-style: italic;
  font-weight: normal;
}

#PriceGuarantee{
  display: flex;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 50px;
  font-weight: bold;
  color: #ff6000;
  border: 3px solid #ff6000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex-wrap: wrap;
  align-content: center;
  height: fit-content;
  background-color: unset;
  margin: 5px 0px;
}

#PriceGuarantee:hover{
  cursor: pointer;
  background-color: #ff6000;
  color: #fff;
}

.PriceSetup input[type="submit"]{
  background-color: #00c700;
  height: 60px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 5px !important;
  width: 100%;
  padding: 10px;
}

.PriceSetup input[type="submit"]:hover{
  background-color: #0085b7;
  cursor: pointer;
}

.USPList{
  display: flex;
  gap: 2%;
  margin-top: 20px;
  width:100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.USPItem{
  display: flex;
  font-size: 12px;
  align-items: center;
  flex: 0 0 20.5%;
}

.USPItem img{
  height: 20px;
  width: auto;
  margin: 6px 3px;
}

.USPItem span{
  display:inline-block;
}

.PaymentMethods{
  display: flex;
  width: 100%;
  gap: 5%;
  margin-top: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.PaymentMethodsBoxOne{
  flex: 0 0 100%;
}

.PaymentMethodsBoxTwo{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.PaymentMethodsText{
  display: flex;
  margin: 5px 0px 10px 0px;
}

.PaymentMethodsItem{

}

.PaymentMethodsItem img{
  display: flex;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  justify-content: center;
  height: 35px;
  margin: 5px 5px 0px 0px;
}

/* footer {
    background-color: #fff;
    color: #454545;
}
footer > ul > li a {
    text-decoration: none;
    color: #454545;
} */
.doorwrapper {
  max-width: 48%;
  margin-top: 20px;
}

.extrawrapper {
  display: none;
  flex-direction: row;
  /* margin-left: 1%; */
  justify-content: space-between;
  flex: 1 0 auto;
  flex-wrap: wrap;
  width: 48%;
  margin:-1%;
}

.totalheightmeasure {
  transform: translate(-4%, 515px) rotate(-90deg);
  transform-origin: 0 0;
  width: 515px;
  position: absolute;
  text-align: center;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.totalheightmeasure:not(:empty)::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-top: 1px solid black;
  width: 100%;
}

.totalheightmeasure > span {
  background-color: white;
  padding: 0 20px;
  position: relative;
}

.doormeasures {
  display: flex;
  text-align: center;
  min-width: 400px;
}

.totalwidthmeasurewrapper {
  display: none;
  width: 100%;
  min-width: 400px;
  justify-content: space-around;
  margin: 10px 0 0 0;
  height: 20px;
  position: relative;
}

.totalwidthmeasure {
  line-height: 10px;
  text-align: center;
  position: absolute;
  width: 100%;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.totalwidthmeasure > span {
  background-color: white;
  padding: 0 20px;
  position: relative;
}

.totalwidthmeasure:not(:empty)::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-top: 1px solid black;
  width: 100%;
}
.totaltrackwidthmeasurewrapper {
  display: none;
  width: 100%;
  min-width: 400px;
  justify-content: space-around;
  margin: 10px 0 0 0;
  height: 20px;
  position: relative;
}

.totaltrackwidthmeasure {
  line-height: 10px;
  text-align: center;
  position: absolute;
  width: 100%;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.totaltrackwidthmeasure > span {
  background-color: white;
  padding: 0 20px;
  position: relative;
}

.totaltrackwidthmeasure:not(:empty)::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-top: 1px solid black;
  width: 100%;
}
.descriptionContainer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom:15px;
}
.extrawrapper > div {
  width: 100%;
}
.description1.n-description1 {
  padding-right: 10px;
}

.productcard .TechSpecs{
  margin: 20px 0px;
}

.productcard .TechSpecs .TechSpecsText{
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin: 20px 0px;
  line-height: 30px;
}
.productcard .TechSpecs .Specifications{
  max-width:80% !important;
  display:block;
  margin:0 auto;
}


.extrawrapper > div > .label,
.boxesLabel,
.CustomColorSelectorHeader,
.versionLabel {
  font-size: 14px;
  padding: 15px 0px 10px 0px;
  font-weight: bold;
}

.boxesLabel,
.versionLabel{
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #0085b7;
  color: white;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/*.extrawrapper>div.profilerContainer,*/
.extrawrapper > div.invertarContainer {
  width: 100%;
  flex-basis: 100%;
}

.extrawrapper > div.profilerContainer .label {
  /* margin-top: 0px; */
}

#anslag,
#gavle,
#profiles,
#softclose {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

#anslag:after,
#gavle:after,
#profiles:after,
#softclose:after,
#inventar:after {
  clear: both;
  content: "";
  display: block;
}

#anslag > li,
#gavle > li,
#profiles > li,
#softclose > li {
  margin: 0 0 6px;
  width: 100%;
  padding: 7px 5px;
  border-radius: 3px;
  background-color: white;
  border: solid 1px rgba(195, 195, 195, 1);
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 12px;
}

#anslag > li:last-child,
#gavle > li:last-child,
#profiles > li:last-child,
#softclose > li:last-child {
  margin-bottom: 0;
}

#anslag > li br,
#gavle > li br,
#profiles > li br,
#softclose > li br {
  display: none;
}

#anslag > li span,
#gavle > li span,
#profiles > li span,
#softclose > li span {
  display: inline-block;
  font-family: "Arial";
  border-radius: 2px;
  margin: 0 0 0 4px;
  padding: 2px 4px;
  background-color: #e59523;
  font-size: 11px;
  color: rgba(255, 255, 255, 1);
}

#anslag > li.active,
#gavle > li.active,
#profiles > li.active,
#softclose > li.active {
  background-color: rgb(118, 211, 0);
  color: white;
  border-color: rgb(118, 211, 0);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    color: #3b3b3b; */
}

/*
#anslag>li.active:before,
#gavle>li.active:before,
#profiles>li.active:before,
#softclose>li.active:before {
    content: "\f00c";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    color: rgba(255, 255, 255, 1.00);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
} */
#anslag > li.active i,
#gavle > li.active i,
#profiles > li.active i,
#softclose > li.active i {
  display: block;
}
#anslag > li i,
#gavle > li i,
#profiles > li i,
#softclose > li i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
#anslag > li i > svg,
#gavle > li i > svg,
#profiles > li i > svg,
#softclose > li i > svg {
  width: 17px;
  margin-bottom: -5px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
#inventar {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: -1%;
}

ul#inventar > li {
  margin: 1%;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  width: 23%;
}

ul#inventar .retailprice{
  text-decoration:line-through;
  color: #ad0000;
}

#inventar .choose {
  margin: 0 0 6px;
  width: 100%;
  padding: 7px 5px;
  border-radius: 3px;
  background-color: white;
  border: solid 1px rgba(195, 195, 195, 1);
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 12px;
}

#inventar > li.active > .choose {
  background-color: rgb(118, 211, 0);
  color: white;
  border-color: rgb(118, 211, 0);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
}

.invertarContainer {
  display: none;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}

.invertarContainer > .label {
  font-size: 16px;
  margin: 10px 0;
}

.info .short-description{
  display:none;
}

.info > div[itemprop="offers"]{
  display:none;
}

.extrawrapper > div {
  padding: 1%;
  flex: 1;
  flex-basis: 33%;
}

.extraPriceSection,
.extraBuySection{
  display:none;
}

.productcard .info .buy{
  height:unset !important;
  display: block;
}
.doorwrapper{
  transform: translateX(50%);
}

.needhelpContainer {
  width: 100% !important;
}

@media (max-width: 1440px) {
  .doorwrapper {
    transform: translateX(0);
  }

  .Variants .variantButtonContainer > .variantButtonElement,
  .Variants .versionContainer > .versionItem{
    flex-basis: 25%;
  }

   .Variants .variantButtonContainer.ShowAll > .variantButtonElement{
    margin: 0.5% 0.33%;
    flex: 25%;
    max-width: unset;
  }

  #anslag > li span, #gavle > li span, #profiles > li span, #softclose > li span{
    display:block;
    width: fit-content;
    margin: 0 auto;
  }

  #anslag > li.active i, #gavle > li.active i, #profiles > li.active i, #softclose > li.active i{
    display:none;
  }
}

@media (max-width: 1280px) {
  .Variants .variantButtonContainer > .variantButtonElement,
  .Variants .versionContainer > .versionItem {
    max-width: 48%;
  }
  .doorwrapper,
  .description1.n-description1,
  .extrawrapper {
    width: 100%;
  }
  .doorwrapper {
    max-width: 25%;
  }
  .doorContainer,
  .doormeasures {
    min-width: 300px;
  }

  .totalwidthmeasurewrapper {
    min-width: 300px;
  }
  .totaltrackwidthmeasurewrapper {
    min-width: 300px;
  }
}
@media (max-width: 1024px) {

  .productcard .info,
  .productcard .images {
    float: none;
    width: 100%;
  }

  .Variants
    .variantButtonContainer
    > .variantButtonElement
    > .variantButtonElementPrice,
  .Variants
    .variantButtonContainer
    > .variantButtonElement
    > .variantButtonElementName,
  .Variants .versionContainer > .versionItem > .versionItemName {
    padding: 10px 0 0;
  }
  .Variants .versionContainer > .versionItem.selected::before {
    top: 20%;
    left: 50%;
  }
  .Variants .versionContainer {
    margin-bottom: 20px;
  }
  .colorSelectorSub > div {
    width: 48%;
  }
  .Variants .variantButtonContainer > .variantButtonElement,
  .Variants .versionContainer > .versionItem {
    max-width: 48%;
  }
  .doorwrapper,
  .description1.n-description1,
  .extrawrapper {
    width: 100%;
  }
  .doorwrapper {
    max-width: 95%;
    margin-left: 20px;
  }

  .extrawrapper > div {
    width: 100%;
  }

  .doorContainer {
    min-width: 300px;
  }

  .totalwidthmeasurewrapper {
    min-width: 300px;
  }
  .totaltrackwidthmeasurewrapper {
    min-width: 300px;
  }

  .doormeasures {
    min-width: 300px;
  }

  .buyDoorContainer {
    margin: 30px 0;
  }
  ul#inventar > li {
    width: 100%;
    margin: 3% 0;
  }
  .showAsideButton {
    display: none;
  }
}
@media (max-width: 600px) {
  .productcard .TechSpecs .Specifications{
    max-width:100% !important;
  }
}
@media (max-width: 880px){
  .productcard {
  padding: 10px 0;
}
}


.Variants
  .VariantGroup
  .variantButtonContainer.ShowAll
  > .variantButtonElement {
  max-width: unset;
}

.variantButtonElement {
  max-width: 16%;
  padding: 5px;
  border: solid 1px rgba(155, 155, 155, 0.4);
  float: right;
  text-align: center;
  cursor: pointer;
  margin: 2% 2%;
  flex: 1 0 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}
.door .variantButtonContainer {
  width: 100%;
}
.variantButtonElementPrice {
  visibility: hidden;
}
.variantButtonContainer {
  grid-template-columns: repeat(5, 1fr) !important;
}
.profilerContainer {
  display: none;
}
@media (max-width: 880px) {
  .variantButtonElement {
    max-width: 29.3%;
    padding: 8px;
    margin: 2% 2%;
  }
}
li.delivery-time {
  display: flex;
  align-items: center;
}

table.VariantGroup {
  width: 100%;
}
#specs {
  display: none;
}
.tooltip-generic {
  font-size: 17px;
  margin-left: 10px;
  margin-top: -5px;
  cursor: pointer;
}
.tooltip-generic-text {
  visibility: hidden;
  width: auto;
  background-color: #454545;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin: 20px 0 0 -10px;
}
.tooltip-generic:hover + .tooltip-generic-text {
  visibility: visible;
}
.variantButtonElement.selected {
  font-weight: 600;
  border: 3px solid #2e2e2e;
}
.VariantGroupLabel .fa-info-circle,
.VariantGroupLabel .info-circle,
.info-circle {
  color: #2e2e2e;
}
.VariantGroupLabel .info-circle > svg,
.info-circle > svg {
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
}
#tooltip-LA {
  font-size: 17px;
  margin-left: 10px;
  margin-top: -5px;
  cursor: pointer;
}
.tooltip-LA-text {
  visibility: hidden;
  width: auto;
  background-color: #454545;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin: 20px 0 0 -10px;
}
#tooltip-DA {
  font-size: 17px;
  margin-left: 10px;
  margin-top: -5px;
  cursor: pointer;
}
.tooltip-DA-text {
  visibility: hidden;
  width: auto;
  background-color: #454545;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin: 20px 0 0 -10px;
}
#tooltip-LB {
  font-size: 17px;
  margin-left: 10px;
  margin-top: -5px;
  cursor: pointer;
}
.tooltip-LB-text {
  visibility: hidden;
  width: auto;
  background-color: #454545;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin: 20px 0 0 -10px;
}
#tooltip-DB {
  font-size: 17px;
  margin-left: 10px;
  margin-top: -5px;
  cursor: pointer;
}
.tooltip-DB-text {
  visibility: hidden;
  width: auto;
  background-color: #454545;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin: 20px 0 0 -10px;
}
#tooltip-LC {
  font-size: 17px;
  margin-left: 10px;
  margin-top: -5px;
  cursor: pointer;
}
.tooltip-LC-text {
  visibility: hidden;
  width: auto;
  background-color: #454545;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin: 20px 0 0 -10px;
}
#tooltip-DC {
  font-size: 17px;
  margin-left: 10px;
  margin-top: -5px;
  cursor: pointer;
}
.tooltip-DC-text {
  visibility: hidden;
  width: auto;
  background-color: #454545;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin: 20px 0 0 -10px;
}
#tooltip-LA:hover + .tooltip-LA-text {
  visibility: visible;
}
#tooltip-DA:hover + .tooltip-DA-text {
  visibility: visible;
}
#tooltip-LB:hover + .tooltip-LB-text {
  visibility: visible;
}
#tooltip-DB:hover + .tooltip-DB-text {
  visibility: visible;
}
#tooltip-LC:hover + .tooltip-LC-text {
  visibility: visible;
}
#tooltip-DC:hover + .tooltip-DC-text {
  visibility: visible;
}
.skydelaage_width,
.skydelaage_height,
.inputwithlabel {
  width: calc(100% - 40px);
  display: block;
  float: left;
  height: 35px;
  color: #2e2e2e;
  border: 1px solid #e1e1e1;
  padding: 0 10px;
  border-right: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding: 0 10px;
}

.inputLabel{
  border-bottom-right-radius: 5px;
  border: 1px solid #e1e1e1;
  border-top-right-radius: 5px;
}

@media screen and (max-width: 880px) {
  .skydelaage_width,
  .skydelaage_height,
  .inputwithlabel {
    width: calc(100% - 70px);
    margin-left: 30px;
  }
  .pointer {
    left: 10px;
  }
}

.inputWithoutLabel {
  width: 100%;
  display: block;
  float: left;
  height: 35px;
  color: rgba(0, 0, 0, 1);
  border: solid 1px rgba(195, 195, 195, 1);
  padding: 0 10px;
  border-radius: 3px;
}

.commentField {
  display: block;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 10px;
  resize: none;
  border-radius: 5px;
}

.commentFieldLabel {
  font-size: 12px;
  color: #3b3b3b;
  font-weight: bold;
  padding: 0 0 4px;
  height: 80px;
}

.heightError,
.widthError,
.textError {
  color: red;
  font-weight: bold;
}

.pointer {
  position: absolute;
  height: 35px;
  left: -20px;
  display: flex;
  align-items: center;
}
.pointer i {
  font-size: 2.2em;
  background-color: white;
  border-radius: 50%;
  color: #46604f;
  animation-name: move;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.hidden {
  display: none;
}
@keyframes move {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(-10px);
  }
}

.alsobought{
  margin-top: 60px;
}

.alsobought .RememberToBuy {
  display:none;
}

.VariantGroupPosition{
  font: 13px inter !important;
}

.VariantGroupLabel{
  font: 13px inter !important;
}

#anslag > li.active, #gavle > li.active, #profiles > li.active, #softclose > li.active{
  background-color: #00b26b;
  border: none;
  box-shadow: none;
}

#anslag > li span, #gavle > li span, #profiles > li span, #softclose > li span{
  background-color: #46604f;
  font-family: 'Inter';
}

#anslag > li, #gavle > li, #profiles > li, #softclose > li{
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

#anslag > li i > svg, #gavle > li i > svg, #profiles > li i > svg, #softclose > li i > svg{
  -webkit-filter: none;
    filter: none;
}

.Variants .boxesContainer > .boxItem.selected, .Variants .customAnslagColorContainer > .customColorItem.selected, .customAnslagColorContainer > .customColorItem.selected, .customGavlColorContainer > .customColorItem.selected{
  background-color: #00b26b;
  border-radius: 5px;
  box-shadow: none;
}

.customAnslagColorContainer > .customColorItem, .customGavlColorContainer > .customColorItem{
  padding: 7px 5px;
}

.extrawrapper > div > .label, .boxesLabel, .CustomColorSelectorHeader, .versionLabel{
  font-size: 13px;
  font-weight: 500;
}

.totalwidthmeasure > span{
  background-color: #f7f4f2;
}

.totaltrackwidthmeasure > span{
  background-color: #f7f4f2;  
}

.totalheightmeasure > span{
  background-color: #f7f4f2;  
}

.doorwrapper{
  margin-top: 0px;
}

.totalwidthmeasurewrapper{
  margin-bottom: 40px;
}

#Popup > .Modal{
  z-index: 10002;
}

#Popup > .Modal.Top{
  border-radius: 5px;
}

#Popup > .Modal > div{
  background-color: #f7f4f2; 
}

#Popup > .Modal > .ModalHeader{
  background-color: #e8e2de;  
}

#Popup > .Modal > .ModalHeader .close{
  background-color: #e8e2de;
  top: 9px;
  right: 10px; 
}

#anslag, #gavle, #profiles, #softclose{
  margin: 0px !important;
}

@media (max-width: 880px){
  .pointer {
    left: 5px;
  }
}