.Variants {
  /*margin: 0px 0px 20px 0;*/
}
a.grundpris {
  text-align: right;
}
.PriceText a, a.superpris,a.grundpris{
  font-size:0.7rem;
  display:block;
  margin-bottom: 10px;
}
.pointer {
  position: absolute;
  height: 35px;
  left: -15px;
  display: flex;
  align-items: center;
}
.hidden {
  display: none;
}
.mt-2 {
  margin-top: 0.5rem;
}
.imageInfoContainer {
  display: block;
  width:100%;
  max-width: 100%;
  margin-bottom: 150px;
  position:relative;
}
.pointer i {
  font-size: 1.8em;
  background-color: white;
  border-radius: 50%;
  color: #00c700;
  animation-name: move;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.buyWrapper .pointer {
  height: 50px;
}
img.producentImg {
  max-width: 100%;
}
.Description_Productinfo .frontBeskrivelse .bullet {
  display: flex;
  margin: 10px 0;
}

.popup_select_btn {
  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;
  width: 100%;
  padding: 10px;
}
.popup_select_btn:hover {
  background-color: #0085b7;
  cursor: pointer;
}

.popup_footer > span {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  display: block;
}

.popup_header > span {
  font-size: 0.6rem;
}

.popup_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.popup_select_btn {
  text-align: center;
  margin: 10px 0;
}
.popup_content pre {
  font-size: 0.7rem;
}
.popup_variants_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 10px 0;
}
.popup_image {
  display: flex;
  justify-content: center;
}
.popup_image img{
  max-height:50vh;
}

.popup_variants_item {
  margin: 0 1%;
}
.popup_variants_item_boxed {
  padding:0;
  margin:0;
  line-height: 20px;
  
}
.popup_variants_item img {
  cursor:pointer;
  border-radius:4px;
}

.Description_Productinfo .label {
  font-weight: bold;
  margin-right: 10px;
  width: 25%;
}
.frontBeskrivelseHeader {
  font-size: 1rem;
  font-weight: 600;
}

.frontbeskrivelse ul.circle-checkmark {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.frontbeskrivelse ul.circle-checkmark li {
  max-width: 25ch;
}
.Description_Productinfo .frontBeskrivelseHeader {
  font-weight: bold;
  margin-top: 20px;
}
.faqBtn {
  height: 50px;
  width: 50px;
  right: 0px;
  top: 4px;
  line-height: 50px;
  position: absolute;
  font-size: 50px;
  border-radius: 50%;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  z-index: 98;
  color: #00C700;
  background: white;
  cursor: pointer;
  box-shadow: 0 2px 2px rgb(0 0 0 / 40%);
  transition: box-shadow 0.3s ease-in-out;
}
.faqBtn:hover {
  opacity: 0.8;
}
.faqBtn::before{
  content:'\f059'
}
.generalModal.faq .generalModalBody > div {
  width: 100%;
}
.Description_Productinfo tr.product > td {
  vertical-align: top;
}
.Description_Productinfo tr.product > td.productname > ul {
  list-style-type: none;
  padding: 0px;
}
.advanced-variant-item-container {
  border: 1px solid #ddd;
  margin: 0.5rem;
  border-radius: 4px;
  cursor: pointer;
  width: 31%;
}

.RadioButton_Container_ProductInfo {
  display: flex;
  flex-flow: row wrap;
  margin: -0.5rem;
}

.ProductDataLink a{
  text-decoration: none;
  background: #2e2e2e;
  color: #fff;
  padding: 10px;
  display: block;
  width: fit-content;
  margin: 10px 0px;
  border-radius: 5px;
}

.ProductDataLink a:hover{
  font-weight: normal;
  background: #686868;
}

img.advanced-variant-image {
  max-width: 100%;
}
.advanced-variant-image-active {
  border: 2px solid #00c700;
}

.advanced-variant-image-active .advanced-variant-image-text {
  font-weight: 600;
}

.beforesavingprice > .savingPrice {
  background-color: #ad0000;
  color: white;
  padding: 5px;
  border-radius: 4px;
  margin-top: -5px;
  margin-left: 10px;
}

.beforesavingprice {
  display: flex;
  font-size: 14px;
  margin: 10px 0;
}

.offerInfoText {
  text-transform: uppercase;
  margin: 10px 0;
  opacity: 0.5;
}

.amountWrapper{
  display: flex;
  flex: 0 0 20%;
  position:relative;
}

.amountWrapper .ButtonWrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 60%;
  background: #fff;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-radius: 0px 5px 5px 0px;
  width:40%;
}

.amountWrapper .ButtonWrapper span{
  width: 20px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
}

.amountWrapper .ButtonWrapper span:first-child{
border-bottom:1px solid #f5f5f5;
height: 29px;
}

.n-buy .amountWrapper .ButtonWrapper span:first-child {
  height: 22px;
}
.n-buy .amountWrapper .ButtonWrapper span {
  height: 21px;
}

.n-buy .amountWrapper .ButtonWrapper{
  border-top: 1px solid rgba(155, 155, 155, 0.4);
  border-bottom: 1px solid rgba(155, 155, 155, 0.4);
  border-right: 1px solid rgba(155, 155, 155, 0.4);
  border-radius: 0px;
}

#n-left .ribbon_jw_bad.ribbon  {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  /* overflow: hidden; */
  width: 80px;
  height: 80px;
  text-align: right;
}
#n-left .ribbon_jw_bad.ribbon span {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  text-align: center;
  width: 110px;
  line-height: 35px;
  height: 35px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#fcf18a 0%, #f1da36 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 5%;
}
body.webshop-productinfo .PDFDocuments{
  display:flex;
  width: 100%;
  gap: 2%;
  margin: 10px;
}

body.webshop-productinfo .PDFDocuments a{
  flex: 0 0 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}

body.webshop-productinfo .PDFDocuments a:hover{
  font-weight: normal;
  cursor: pointer;
}

body.webshop-productinfo .PDFDocuments a img{
  max-width: 80px;
  margin: 0;
  max-height: 80px;
}


.MobileBuy{
  position: fixed;
  bottom: 0;
  width: 100%;
  right: 0;
  display:none;
  background-color: #fff;
  box-shadow: rgba(46, 46, 46, 0.1) 0px -2px 10px;
  z-index: 399;
}

.MobileBuy .Wrapper{
  display:flex;
  flex-wrap: nowrap;
  width: 85%;
  margin: 0 auto;
  justify-content: space-between;
}

.MobileBuy.Active{
  display:flex;
}

.MobileBuy .MobileBuyVisual{
  display: flex;
  align-items: center;
  font-size: 18px;
}

.MobileBuy .MobileBuyVisual img{
 display:block;
 max-height: 60px;
 width: auto;
 padding: 5px 10px 5px 0px;
}

.MobileBuy .MobileBuyPrice{
  display: block;
  font-size: 30px;
  font-weight: bold;
}

.MobileBuy .MobileBuyWrapper{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  flex: 1;
}

.MobileBuy .MobileBuyAmountWrapper{
  margin: 0px;
}

.MobileBuy .MobileBuyWrapper .MobileBuyButton{
  content: "LÃ¦g i kurv";
    background-color: #00c700;
    color: #fff;
    cursor: pointer;
    width: 180px;
    padding: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: block;
    border: 0px;
}

.MobileBuy .BuyOptions .buy:hover{
    color: #fff;
    background-color: #0085b7;
    cursor: pointer;
}


.relatedProducts .BackgroundColor1_Productlist,
.relatedProducts .BackgroundColor2_Productlist,
.relatedProducts .slick-slide,
.tilbehorProducts .BackgroundColor1_Productlist,
.tilbehorProducts .BackgroundColor2_Productlist,
.tilbehorProducts .slick-slide {
  border-right:1px solid rgba(229, 229, 229, 1);
  border-bottom:1px solid rgba(229, 229, 229, 1);
}
.related .btnLoadMore {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  cursor: pointer;
}

span.loadMoreText {
  background-color: rgba(0, 161, 205, .8);
  border: 1px solid rgba(0, 161, 205, 1);
  color: rgba(255, 255, 255, 1.00);
  padding: 10px;
}
.BackgroundColor1_Productlist,.BackgroundColor2_Productlist {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  padding: 0 !important;
}
.BackgroundColor1_Productlist .image > a,.BackgroundColor2_Productlist .image > a,.Related_Custom_UL li .product .image a {
  padding-bottom: 100%;
}
.BackgroundColor1_Productlist .product .image,.BackgroundColor2_Productlist .product .image, .Related_Custom_UL li .product .image {
  height:inherit;
}
.BackgroundColor1_Productlist .image > a > img,
.BackgroundColor2_Productlist .image > a > img,
.Related_Custom_UL li .product .image > a > img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  color: transparent;
  transform: translateY(-50%);
}


.Related_Custom_UL li .product .buy{
  display: flex;
  max-width: fit-content;
  margin-top: 10px;
}

.Related_Custom_UL li .product .buy .Related_BuyButton_IMG{
  width:auto;
  height:100%
}

.BackgroundColor1_Productlist, .BackgroundColor2_Productlist {
  padding:0px;
}

.BackgroundColor1_Productlist form,.BackgroundColor2_Productlist form {
  height: 100%;
  width:100%;
}
.left-container .images {
  min-height: 515px;
}
#n-left .images {
  /*min-height: 515px;*/
  height: auto;
  position: relative;
}
#n-left .images img {
  max-height: 515px;
}

#n-left > .images > .imagecanvas {
  height: 100%;
  display: flex;
  justify-content: center;
}
.swiper:not(.slick-initialized) {
  display: flex;
  justify-content: center;
}
.Buy .GetOffer,.buy .GetOffer{
  flex: 0 0 40%;
  margin-left: 5px;
  display: flex;
}

.Buy .GetOffer a,.buy .GetOffer a{
  background-color: #0085b7;
  height: 60px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 5px;
  width: 100%;
  text-decoration: none;
  padding: 10px;
}

.Buy .GetOffer a:hover, .buy .GetOffer a:hover{
  text-decoration: none !important;
  background-color: #004f6d;
}

@media (max-width: 600px){
  .left-container .images {
    min-height: 450px;
  }
  #n-left .images {
    /*min-height: 450px;*/
  }
  #n-left .ribbon_jw_bad.ribbon span {
  font-size: 14px;
  width: 110px;
  line-height: 30px;
  height: 30px;
}
}

@keyframes move {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(-10px);
  }
}

@media (max-width: 880px){
  .pointer {
    left: 10px;
  }

  .NewMobileBuyThing .Name,
  .NewMobileBuyThing .BuyOptions .Price{
    display:none;
  }
}
@media (max-width: 460px){
  .PopupContainer{
    display:none;
  }
  .PopupContainer.Open .Popup{
    width: 90%;
  }

  .PopupContainer .Popup .TextSection{
    flex: 50%;
  }
}

@media (max-width: 1000px) and (min-width: 461px){
  .PopupContainer{
    display:none;
  }
  .PopupContainer.Open .Popup{
    width: 80%;
  }
}

@media (max-width: 600px){
  .PopupContainer{
    display:none;
  }
    .PopupContainer .Popup .HeaderText{
        font-size: 24px;
        line-height: 28px;
    }

    .PopupContainer .Popup .TextSection .ButtonContainer a, .PopupContainer .Popup .TextSection .ButtonContainer span{
        margin-top: 5px;
        font-size: 14px;
    }

    .Openingtimes{
        margin: 20px 0px;
    }
}

@media(max-width: 880px){
  .PopupContainer{
    display:none;
  }
    .PopupContainer .Popup .ImageContainer{
        display:none;
    }

    .PopupContainer .Popup .TextSection{
        max-width: unset;
    }
}

@media (max-width: 1041px){
  .PopupContainer{
    display:none;
  }
    .PopupContainer .Popup .TextSection .ButtonContainer{
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .PopupContainer .Popup .TextSection .ButtonContainer a{
        margin-bottom: 10px;
    }
}