﻿@media (min-width: 768px) {
    .c-productheader.active {
        top: 149px;
    }
}

@media (min-width: 992px) {
    .c-productheader.active {
        top: 165px;
    }
}

@media (min-width: 1200px) {
    .c-productheader.active {
        top: 115px;
    }

    .navigation {
        position: relative;
        top: 0;
    }
}

.c-productheader {
    z-index: 20;
}

.c-producttabs.active {
    top: 0;
    position: static;
}

.red-info {
    color: rgb(200,16,46);
}

#otherMedia a {
    text-align: initial;
}

:target {
    scroll-margin-top: 210px;
}

@media (min-width: 1200px) {
    :target {
        scroll-margin-top: 175px;
    }
}

#producttabs {
    overflow-x: initial;
}

.product-main {
    overflow: visible;
}

.compare-button {
    z-index: 11;
    bottom: 30px;
}

.o-checkbox.small input::before {
    top: 7px;
}

.o-checkbox.small label {
    padding-left: 23px;
    font-size: 17px;
}

.related-product-gross-price {
    white-space: nowrap;
}

.btn-request-data {
    padding: 10px;
    margin-bottom: 1rem;
}