.btn--green .lds-dual-ring {
    width: 15px;
    height: 15px;
}

#loading {
    margin: 0;
    display: inline-block;
    margin-left: 5px;
    position:relative;
    top: 3px;
}

.btn--green .lds-dual-ring:after {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #ffffff transparent #ffffff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.productImagesThumbs {
    display:flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin:0;
}

.productImagesThumbs li {
    width: 25%;
    
}

.productImagesThumbs li img {
    padding: 1rem;
    transition: all 0.5s ease-out;
}

.productImagesThumbs li img:hover {
     transform: scale(1.1);
}

.temporaryInfoWrapper {
    background: #f7f7f7;
    font-style:italic;
    padding: 1rem;
    margin-bottom: 1rem;
    display:flex;
    padding-bottom: 0;
}

.temporaryInfoWrapper svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
    fill: #009640;
}

h1.productHeaderName {
    width: 100%;
}

.teshellWrapper .bioWrapper svg {
    width: 75px;
    margin-left: 2rem;
}

#tab-utforanden.artsTable ul li {
    width: 100%;
    padding: 0;
    margin: 0;
}

#viktigt ul {
    display:block;
    padding-left: 15px;
    list-style: disc;
    
}

#viktigt ul li {
    padding:0;
    
    width: 100%;
}

.artsTableHeader span {
    font-weight: 900;
}

#tab-utforanden.artsTable ul li > div {
    display:flex;
    border-bottom: solid 1px #000;
}

#tab-utforanden.artsTable li div:first-child {
    width:100%;
}

#tab-utforanden.artsTable ul li span {
    padding: 10px 0px;
    width: 25%;
}

#tab-utforanden.artsTable ul li span:nth-child(2) {
    width: 20%;
}

#tab-utforanden.artsTable ul li span strong {
    font-weight: normal;
}

#tab-utforanden.artsTable ul li span:first-child {
    width: 30%;
}

#tab-utforanden.artsTable ul li span:last-child {
    width: 20%;
}

.headerImageTeshell {
    position:absolute;
    right: 0;
    top: 0;
    display: flex;
}

.fav {
    fill: #fff;
    width: 3rem;
    margin-top: 23px;
    stroke: #009640;
    cursor: pointer;
}

.fav.chosen {
    fill: #009640;
    stroke: #fff;
}

.productTechnicalWrapper {
    padding: 30px;
    background: #f7f7f7;
    margin-top: 60px;
    font-size: 14px;
}

.productTechnicalWrapper ul {
    list-style: none;
    padding: 0;
}

.productTechnicalWrapper ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #000;
    margin-bottom: 5px;
    display:flex;
    width: 100%;
}

.productTechnicalWrapper ul li strong,
.productTechnicalWrapper ul li span{
    width: 50%;
}

.productMoreTopInfoWrapper {
    
}

.productMoreTopInfoWrapper p {
    font-size: 16px;
}

.productTopTextWrapper ul {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    display:flex;
    align-items:center;
    flex-wrap: wrap;
}

#iqd128 {
    margin-left: 0;
}

.uspsWrapper ul {
    display:block;
}

.uspsWrapper ul > li {
    background: url(/media/1fff5md2/check.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    background-size: 15px;
}

.productQualityWrapper ul li {
    display: inline-block;
    margin: 7px;
}

.productQualityWrapper a {
    filter: grayscale(100%);
}

.productQualityWrapper a:hover {
    filter: grayscale(0%);
}

.productQualityWrapper ul li:first-child img {
    position: relative;
    top: 5px;
}

.productQualityWrapper ul li img {
    width: 50px;
}

.svanenWrapper {
    margin-left: 0rem;
    display: block;
    font-size: 14px;
    color: #138A3D;
}

.productQualityWrapper ul li .scdpWrapper img {
    width: 75px;
}

#loader, #loaderDocs, #loaderRelated {
    text-align: center;
    margin: auto;
    display: none;
}

#tab-utforanden ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.videoLink {
    position:relative;
    display:table;
    width: 100%;
}

.videoLink img {
    width: 100%;
}

.productMoreInfoWrapper img {
    width: 16px !important;
    margin-top: 0;
    float:left;
    margin-right: 5px;
    position:relative;
    top: 3px;
    
}

.articlesWrapper,
.relatedWrapper{
    margin-bottom:60px;
}

.productHeroWrapper img#heroImage {
    align-self:flex-start;
}

.productHeroWrapper {
    justify-content:flex-start;
}

.teshellWrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.teshellWrapper p {
    width: 100%;
}

.teshellWrapper p a {
    display:block;
    color: #000;
    text-decoration: underline;
}

.productGarantiWrapper {
    position:static;
}

.productGarantiWrapper img {
    width: 90px;
    margin-left: 30px;
}

.teshellWrapper svg {
    width: 140px;
    position:relative;
}

.teshellWrapper #teProtectSvg {
    width: 200px;
}

.productHeroWrapper {
    border: none;
}



.btn.btnGreen {
    box-shadow: none;
    padding-left: 30px;
    padding-right: 30px;
}

.pMarkeWrapper, .productGarantiWrapper {
    left:inherit;
    right: 0;
}

.productTopTextWrapper .productQualityWrapper {
    margin-bottom: 30px;
}

.productHeaderDesc {
    min-height: 100px;
}

.fullDescriptionWrapper {
    margin-bottom: 2rem;
}

.productInfoWrapper h4 {
    border-bottom: solid 1px #E0E0E0;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.utforandeInfoWrapper h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
}

.usageWrapper {
   /* margin-bottom: 8rem;*/
}

.productInfoWrapper .productHeaderName {
    font-size: 16px;
}

.utforandeInfoWrapper p span {
    width:auto;
    font-size: 14px;
    margin-right: 2px;
}

.utforandeInfoWrapper p span strong {
    font-weight:400;
}

#tab-utforanden li {
    border: none;
    margin-bottom: 15px;
    padding: 10px;
    width: 50%;
    padding-top: 15px;
    display: flex;
}

#tab-docs ul li {
    border:none;
    padding: 0;
    padding-right: 15px;
    margin-bottom: 15px;
}

#tab-utforanden .productListItemImageWrapper {
    padding-right: 15px;
    max-height: 100px;
    overflow: hidden;
}

#tab-utforanden li div:first-child {
    width: 25%;
}

#tab-docs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#tab-docs ul li {
    padding: 10px;
    width: 50%;
    padding-top: 0;
    padding-right: 15px;
    margin-bottom: 15px;
}

#tab-docs ul li a:hover {
    text-decoration: underline;
}

.productListItemDocsWrapper img {
    width: 20px !important;
    margin-top: 0;
    float:left;
    margin-right: 5px;
    
}

#tab-docs ul li:hover {
    background: inherit;
}


.productListItemDocsWrapper  > div {
    display: inline-block;
    max-width: 83%;
}

.productListItemDocsWrapper  > div:hover {
    text-decoration: underline;
}

.productMoreInfoWrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productMoreInfoWrapper ul li { 
    margin-bottom: 20px;
    width: 50%;
    padding-right: 10px;
    display: flex;
    align-items: flex-start;
}

.productMoreInfoWrapper ul li a {
    font-size: 14px;
    font-weight: 700;
}

.productInfoWrapper .topMenuContactWrapper {
    padding: 0;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}

.relatedWrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display:flex;
    flex-wrap:wrap;
}

.relatedWrapper ul li {
    width: 46%;
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: solid 1px #E0E0E0;
    margin: 0;
    margin-right: 30px;
}

.relatedWrapper ul li a {
    color: #222;
    display:flex;
    flex-wrap:wrap;
}

.relatedWrapper ul li a:hover p {
    text-decoration: underline;
}

.productContactWrapper h4 {
    border: none;
}

.videoWrapper{
    display:table;
    width:auto;
    position:relative;
}
.playpause {
    background-image:url("/media/2aahozqi/play.svg");
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
    filter:invert(1);
    background-size: 40%;
}

.playpause:hover {
    cursor:pointer;
}

.productImages {
    margin-top: 60px;
    display:none;
}

.productImages ul {
    list-style:none;
    padding: 0;
    margin: 0;
    display:flex;
    flex-wrap:wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.productImages ul li {
    width: 33%;
    padding: 15px;
    max-height: 355px;
    overflow:hidden;
    align-items:center;
    justify-content: center;
}

.video {
    max-width: 100%;
}

#productMoreImages {
    float:right;
    margin-top: 15px;
    font-weight: 600;
    font-size: 14px;
}

#productInfo {
    margin-top: 15px;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
}

#productInfo img {
    width: 18px;
    display:inline-block;
    margin-left: 3px;
    position:relative;
    bottom: 1px;
    cursor:pointer;
}


#productMoreImages img {
    width: 18px;
    display:inline-block;
    margin-left: 3px;
    position:relative;
    bottom: 1px;
    cursor:pointer;
}


ul.topMenuContactWrapper li {
    display: inline-block;
    margin-right: 40px;
    width: auto;
    width: 27%;
}

.topMenuContactWrapper li img {
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 112px;
}

@media (max-width: 1200px) {
    .productListItemDocsWrapper img  {
        width: 13px !important;
    }
}

@media (max-width: 767px) {
    
    ul.topMenuContactWrapper li {
        width: 45%;
        margin-right: 15px;
    }
    
    .mobileImageHeaderWrapper {
        display:block !important;
        margin-bottom: 15px;
    }
    
    #productMoreImages {
        float:none;
    }
    
    .mobileImageWrapper {
        display:none;
    }
    
    .mobileImageHeaderWrapper .mobileImageWrapper {
        display:block;
        padding: 0;
        
    }
    
    .relatedWrapper ul li a {
        flex-wrap:wrap;
        justify-content: center;
    }
    
    .relatedWrapper ul li {
        width: 41%;
        display: flex;
        align-items: center;
        margin: 15px;
    }
    
    .teshellWrapper svg {
        width: 120px;
    }
    
    .fancybox__content {
        padding: 0 !important;
    }
}
        