* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --primary: #9c0000;
    --secondary: #231f20;
    --dark_primary: #540808;
    --white: #fff;
    --green: #198754;
    --black: #000;
    --gray: #ccc;
    --lightgray: #eee;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
}


@media print {
    .col-print {
        flex: 1 0 0%
    }

    .row-cols-print-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-print-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-print-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-print-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-print-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-print-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-print-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-print-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-print-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-print-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-print-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-print-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-print-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-print-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-print-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-print-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-print-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-print-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-print-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-print-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-print-0 {
        margin-left: 0
    }

    .offset-print-1 {
        margin-left: 8.33333333%
    }

    .offset-print-2 {
        margin-left: 16.66666667%
    }

    .offset-print-3 {
        margin-left: 25%
    }

    .offset-print-4 {
        margin-left: 33.33333333%
    }

    .offset-print-5 {
        margin-left: 41.66666667%
    }

    .offset-print-6 {
        margin-left: 50%
    }

    .offset-print-7 {
        margin-left: 58.33333333%
    }

    .offset-print-8 {
        margin-left: 66.66666667%
    }

    .offset-print-9 {
        margin-left: 75%
    }

    .offset-print-10 {
        margin-left: 83.33333333%
    }

    .offset-print-11 {
        margin-left: 91.66666667%
    }

    .g-print-0, .gx-print-0 {
        --bs-gutter-x: 0
    }

    .g-print-0, .gy-print-0 {
        --bs-gutter-y: 0
    }

    .g-print-1, .gx-print-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-print-1, .gy-print-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-print-2, .gx-print-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-print-2, .gy-print-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-print-3, .gx-print-3 {
        --bs-gutter-x: 1rem
    }

    .g-print-3, .gy-print-3 {
        --bs-gutter-y: 1rem
    }

    .g-print-4, .gx-print-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-print-4, .gy-print-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-print-5, .gx-print-5 {
        --bs-gutter-x: 3rem
    }

    .g-print-5, .gy-print-5 {
        --bs-gutter-y: 3rem
    }
}
/* ##### HEADER/NAV ##### */
@media only screen {
    .header {
        position: fixed;
        width: 100%;
        z-index: 10;
        background-color: var(--white);
    }
}

.header__top, .header__bot {
    height: 3.2rem;
}

.top__links {
    display: none;
    margin: 0;
    padding: 0;
    z-index: 30;
}

.top__links li {
    list-style: none;
}

.top__links > li {
    margin: 0 .5rem;
}

    .top__links li:last-of-type {
        width: 6rem;
    }

.top__links li > a {
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--black);
    text-decoration: initial;
}

.top__links li > a:hover {
    text-decoration: underline;
}


.top__languages {
    display: flex;
    margin: 0;
    padding: 0;
    margin-right: 15px;
    list-style: none;
}

.top__languages li > a {
    color: var(--black);
}

.top__languages li:nth-child(even) {
    margin: 0 10px;
}




.top__search {
	position: relative;
}

.top__search > input[type="search"] {
    height: 30px;
    width: 200px;
    border: 1px solid var(--primary);
    padding: 0 8px;
	outline: none;
}

.search__results {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    background-color: var(--white);
    z-index: 20;
    font-size: 1rem;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, .25);
}

.search__results--active {
	display: block;
}

.results__result {
	display: flex;
	width: auto;
	padding: 0.2rem;
	color: var(--black);
	text-decoration: none;
	transition: all .25s;
}

.results__result:hover {
	background-color: var(--primary);
	color: var(--white);
}

.results__result:not(:last-child) {
	border-bottom: 1px solid var(--gray);
}

.result__image {
    height: 2rem;
    width: 2rem;
    object-fit: contain;
}

.result__title {
	flex-grow: 1;
}

.header__bot {
    position: relative;
    height: 50px;
    background-color:var(--primary);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, .25);
}

.bot__brand {
    height: 100%;
}

.brand__logo {
    display: flex;
    align-items: center;
    height: 100%;
    width: 65%;
    max-width: 105px;
    background-color: var(--white);
}

.brand__logo > img {
    height: auto;
    width: 100%;
    background-color: var(--white);
    padding: 10px;
}

.brand__logo > h2 {
    color: var(--black);
    text-align: center;
    width: 100%;
    margin: 0;
}

.brand__username {
    color: var(--white);
}

.brand__cart {
    position: relative;
    height: 100%;
}


.cart__product {
    display: none;
    text-transform: uppercase;
    cursor: pointer;
    height: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

   .cart__product a {
      text-decoration: none;
      color: var(--white);
   }

   .cart__product:hover {
       color: var(--white);
   }

/*.cart__product {
    display: none;
    text-transform: uppercase;
    cursor: pointer;
    height: 100%;
}*/

.cart__product, .cart__quantity {
    color: var(--white);
}

.brand__products {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: var(--white);
    line-height: 30px;
    color: var(--primary);
    border: 1px solid var(--gray);
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 200px;
    right: 0;
}

.brand__products li > a {
    color: var(--primary);
    text-decoration: initial;
    font-weight: bold;
}

.brand__products li:not(:last-child) {
    border-bottom: 1px solid var(--gray);
}

.cart__product:hover ~ .brand__products, .brand__products:hover {
    display: flex;
}

/* .brand__products {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: var(--white);
    line-height: 30px;
    color: var(--primary);
    border: 1px solid var(--gray);
    list-style: none;
    margin: 0;
    padding: 0;
}

.brand__products li > a {
    color: var(--primary);
    text-decoration: initial;
    font-weight: bold;
}

.brand__products li:not(:last-child) {
    border-bottom: 1px solid var(--gray);
}

.cart__product:hover ~ .brand__products, .brand__products:hover {
    display: flex;
} */

.brand__goods {
    display: none;
    /*display: flex;*/
    position: absolute;
    top: 100%;
    right: 0%;
    width: 130%;
    min-width: 350px;
    max-width: 400px;
    background-color: var(--white);
    line-height: 30px;
    color: var(--primary);
    border: 1px solid var(--gray);
    max-height: 625px;
    overflow-y: auto;
}

.loader {
    border: 5px solid var(--gray);
    border-radius: 50%;
    border-top: 5px solid var(--primary);
    width: 3rem;
    height: 3rem;
    animation: spin 2s linear infinite;
    margin: auto;
}

.loader--centered {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.goods__empty {
    text-align: center;
}

.goods__product {
    height: 55px;
    width: 100%;
    padding: .5rem 0;
}

.goods__product:not(:first-child) {
    border-top: 1px solid var(--gray);
}

.small__nrs {
    font-size: .7rem;
}

.product__nrs {
    display: flex;
    align-items: center;
}

.nrs__container {
    display: flex;
    flex-direction: column;
    line-height: .8rem;
    font-size: .8rem;
    width: 90px;
}

.product__info {
    position: relative;
    padding-left: .25rem;
}

.product__info > i {
    height: fit-content;
}

.product__info > i:hover + div {
    display: block;
}

    .product__info > div {
        display: none;
        position: absolute;
        background-color: rgba(0, 0, 0, .7);
        color: #fff;
        width: 250px;
        font-size: .8rem;
        left: calc(50% + 1rem);
        transform: translate(-50%);
        overflow-wrap: break-word;
        line-height: normal;
        padding: .5rem;
        top: 100%;
        height: auto;
    }

/*    .product__info > p {
        position: absolute;
        left: calc(50% + .5rem);
        transform: translate(-50%, -50%);
        top: calc(0% - 1rem);
        background-color: rgba(0, 0, 0, .7);
        font-weight: normal;
        font-family: "Poppins";
        padding: .25rem;
        color: #fff;
        font-size: .8rem;
        overflow-wrap: break-word;
        width: 100px;
        margin: 0;
    }*/

.product__add {
    display: flex;
    align-items: center;
    font-size: .8rem;
    /*max-width: 125px;*/
    /*padding: 0 2rem;*/
}

    .product__add > input[type="number"] {
        padding: 0 .5rem;
        margin-right: .5rem;
        height: 40px;
        width: 80px;
    }

.product__delete {
    color: #9c0000;
    height: fit-content;
    cursor: pointer;
    align-self: center;
}

.product__subtotal {
    text-align: center;
    background-color: #eee;
    margin-top: .5rem;
    color: initial;
}

.product__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product__btns > a {
    padding: .5rem 1rem;
    border-radius: 2px;
    border: none;
    background-color: var(--primary);
    color: var(--white) !important;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

    .product__btns > a:first-of-type {
        margin: .75rem 0;
    }

    .product__btns > a:last-of-type {
        background-color: initial;
        color: initial !important;
    }

    /*.goods__product > img{
    height: 90%;
    width: auto;
}

.goods__product > p {
    font-size: .9rem;
}

.goods__product > .product__add {
    width: 65px;
    border: 1px solid var(--gray);
    padding: 0 .5rem;
}*/
    .cart__quantity {
        height: 100%;
        cursor: default;
    }

.cart__content {
    width: 9rem;
}

.cart__content:hover ~ .brand__goods, .brand__goods:hover {
    display: flex;
}

/*.cart__quantity:hover ~ .brand__goods, .brand__goods:hover {
    display: flex;
}
*/

.cart__icon {
    height: 50%;
    width: 25px;
    color: var(--white);
}

#burgermenu {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    height: inherit;
    width: 30px;
    user-select: none;
    cursor: pointer;
}

.bot__links {
    display: none;
    position: absolute;
    width:100%;
    padding:15px;
    background-color:var(--dark_primary);
}

.bot__links--active {
    display: block;
}

.bot__links li a {
    color: var(--white);
    text-decoration: initial;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.bot__links li a:hover {
    border-bottom: 1px solid var(--white);
}

.bot__links > ul {
    padding: 0;
}

.bot__links ul:first-of-type {
    padding-left: 1rem;
    font-size: .9rem;
    line-height: 25px;
}

@media print {
    .main {
        padding-top: 20px;
    }
}

@media only screen {
    .main {
        position: relative;
        overflow: auto;
        min-height: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .main--expand {
        padding-top: 200px;
    }
}

/* .main__line {
    height: 1px;
    background-color: var(--gray);
} */

.main__headline {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.main__headline > h1 {
    /* font-size: 24px; 48px tablet og over */
    font-size: 1.5rem;
    letter-spacing: 5px;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 700;
}

.main__headline > a {
    text-transform: uppercase;
    width: 100%;
    padding: .5rem 1rem;
    border: none;
    background-color: var(--primary);
    color: #fff;
    font-size: .9rem;
    text-align: center;
    text-decoration: none;
}

.main__categories {
    margin-bottom: 1rem;
}

.categories__category {
    text-align: center;
    text-decoration: none;
    color: var(--black);
    margin: 1rem 0;
}

.categories__category:hover {
    color: initial;
}

.category__title {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
}

.category__image {
    width: 100%;
}

.category__desc {
    margin-top: .5rem;
    text-align: initial;
}


.tools__pager {
    display: flex;
    justify-content: flex-end;
    margin: 1rem 0;
}

.pager__quantity {
    align-self: center;
}

.pager__selector {
    margin-left: 1rem;
}

.filter__btn {
    padding: .5rem 1rem;
    border-radius: 2px;
    border: none;
    background-color: var(--primary);
    color: var(--white);
/*    width: fit-content;
    font-size: .9rem;*/
}

.filter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: var(--white);
    height: 100%;
    width: 100%;
    border-right: 1px solid var(--gray);
    max-width: 250px;
    padding: 1rem;
}

.filter::before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: transparent;
    z-index: -10;
}

.filter--active {
    display: block;
}



.products__product {
    text-align: center;
    text-decoration: none;
    color: var(--black);
    text-transform: uppercase;
    height: fit-content;
}

.products__product:hover {
    color: initial;
}

.product--outline {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--gray);
    padding: 0 .5rem;
    height: 100%;
}

.product__image {
    width: 100%;
    max-width: 225px;
    margin: auto;
}

.product__image--thumbnail {
    height: auto;
    width: 100px;
}

.product__title {
    font-weight: 500;
    padding: 0 .25rem;
    flex-grow: 1;
}

.product__title:hover {
    color: var(--primary);
}

.product__btn {
    padding: 1rem;
    background-color: var(--gray);
    color: var(--primary);
    margin-bottom: 1rem;
    border-radius: 5px;
    transition: all .5s;
}

.product__btn--basket {
    background-color: var(--primary);
    color: var(--white);
}

.list__image {
    margin: -1rem 0 0 -0.5rem;
    width: 100%;
    height: auto;
    padding-top: 1em;
}

.product__headline, .info__headline {
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.previews__viewer {
    width: 100%;
}

.previews__viewer img {
    max-height: 350px;
}

.viewer__image {
    display: none;
    margin: auto;
    max-width: 100%;
}

.viewer__image--active {
    display: block;
}

.viewer__range {
    display: none;
    width: 100%;
    cursor: e-resize;
    /* background-color: transparent;
    appearance: none; */
}

/* .viewer__range::-moz-range-track {
    background-color: var(--gray);
}

.viewer__range::-webkit-slider-runnable-track {
    background-color: var(--gray);
}

.viewer__range::-webkit-slider-thumb {
    background-color: var(--primary);
}

.viewer__range::-moz-range-thumb {
    background-color: var(--primary);
    border: none;
}

.viewer__range::-webkit-slider-thumb {
    background-color: #bada55;
} */

.viewer__range--active {
    display: block;
}

.previews__preview {
    display: flex;
    overflow: hidden;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.preview__thumbnail {
    position: relative;
    padding: 1rem 0;
    cursor: pointer;
}

.preview__thumbnail:hover .thumbnail__highlighter {
    width: 100%;
}

.thumbnail {
    height: auto;
    width: 100px;
    padding: 1rem;
}

.thumbnail__3d, .thumbnail__highlighter {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%);
}

.thumbnail__highlighter {
    height: 1px;
    bottom: 0%;
    width: 0;
    background-color: var(--primary);
    transition: width .5s;
}

.product__download {
    margin-bottom: 1rem;
}

.download__headline {
    text-transform: uppercase;
    font-weight: 700;
}

.download__files {
    display: flex;
    flex-direction: column;
}

.files__file {
    color: var(--primary);
    text-decoration: none;
}



.info__additional {
    margin-top: 2rem;
    width: 100%;
}

.additional__row:first-of-type {
    border-top: 1px solid var(--gray);
}

.additional__row {
    border-bottom: 1px solid var(--gray);
}

.info__additional .additional__row > th, .info__additional .additional__row > td {
    width: 50%;
    padding: .5rem;
}



.info__basket {
    display: flex;
    margin-top: 2rem;
}

/* .basket__quantity {

} */

.quantity__dec, .quantity__inc {
    display: inline-block;
    border: 1px solid var(--gray);
    background-color: var(--gray);
    padding: .5rem;
    cursor: pointer;
    user-select: none;
    height: 40px;
    width: 30px;
    text-align: center;
}

.quantity__count {
    /* height: 100%; */
    height: 40px;
    width: 65px;
    text-align: right;
    -moz-appearance: textfield;
    padding: 0 .5rem;
    margin: 0 .25rem;
}

.quantity__count::-webkit-outer-spin-button,
.quantity__count::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.basket__add {
    margin-left: 1rem;
    padding: .5rem 1rem;
    border-radius: 2px;
    border: none;
    background-color: var(--primary);
    color: var(--white);
}

.filter-item {
    border: none;
    padding: .5rem;
}

.dropdown {
    position: relative;
    display: inline-block;
    max-width: 300px;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f8f8f8;
    min-width: 160px;
    width: 100%;
    height: fit-content;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: .5rem
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.main__tools {
    margin-top: 4rem;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
    height: fit-content
}

.tools__range {
    display: block;
    position: relative;
    height: 3rem;
    max-width: 300px;
    width: 100%;
}

.range__value {
    position: absolute;
    -bottom: calc(100% + 1rem);
}

    .range__value:first-of-type {
        left: 0;
    }

    .range__value:last-of-type {
        right: 0;
    }

.tools__range input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: inherit;
    outline: none;
    position: absolute;
    margin: auto;
    -top: 0;
    bottom: .5rem;
    background-color: transparent;
    pointer-events: none;
}

.range__title {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    --bottom: calc(100% + 1rem);
}

.range__track {
    width: inherit;
    height: 5px;
    position: absolute;
    margin: auto;
    -top: 0;
    bottom: .5rem;
    border-radius: 5px;
    background-color: #eee;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: .8rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: var(--primary);
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .radiomark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .radiomark {
    background-color: var(--primary);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}

/* Show the checkmark when checked */
.checkbox-container input[type="radio"]:checked ~ .radiomark:after {
    display: block;
}


/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Style the indicator (dot/circle) */
.checkbox-container .radiomark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.tools__range input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

.tools__range input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

.tools__range input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

.tools__range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1.5rem;
    width: 1.5rem;
    background-color: var(--primary);
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}

.tools__range input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--primary);
    pointer-events: auto;
}

.tools__range input[type="range"]::-ms-thumb {
    appearance: none;
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--primary);
    pointer-events: auto;
}

.main__types {
    width: 100%;
    margin-top: 2rem;
    font-size: .9rem;
    margin: 0;
}

.types__headlines {
    background-color: var(--primary);
    color: var(--white);
    height: 40px;
    font-weight: bold;
}

/*.main__types > .row > div {
    margin: auto;
}*/

.main__types > .row > div {
    align-self: center;
}

.main__types > .types__type {
    min-height: 80px;
}

.types__type:nth-child(even) {
    background-color: #eee;
}

.type__stock {
    text-align: center;
    font-size: .8rem;
}

.type__stock--available {
    color: green;
}

.type__stock--notavailable {
    color: red;
}


/* .main__search {} */
.search__headline, .account__headline {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

    .search__pager {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
    }

    .search__pager > label {
        margin-right: .5rem;
    }

.search__filter, .account__filter {
    display: flex;
    flex-direction: column;
}


    .filter__toggle {
        /* margin-left: 1rem; */
        padding: .5rem 1rem;
        border-radius: 2px;
        border: none;
        background-color: var(--primary);
        color: var(--white);
        margin-bottom: 1rem;
    }

.filter__option {
    display: none;
    flex-direction: column;
    padding: 1rem 0;
    /*padding: 1rem;*/
}

    .filter__option--active {
        display: flex;
    }

    .filter__option:first-of-type {
        padding-top: 0;
    }

    .option__title {
        text-transform: uppercase;
        margin-bottom: .5rem;
    }

.option__chosen {
    font-size: .9rem;
    margin-bottom: .25rem;
}

.option__btn {
    padding: .5rem 1rem;
    border-radius: 2px;
    border: none;
    background-color: var(--primary);
    color: var(--white);
    font-size: .9rem;
    width: fit-content;
    margin-top: 1rem;
}

    /* .search__products {
        margin: auto;
    } */









    .main__cart {
        padding: 1rem 0;
    }

    /* .cart__overview {
        border: 1px solid red;
    } */

    .overview__headlines {
        padding: 1rem 0;
        font-weight: bold;
        border-top: 1px solid var(--gray);
        border-bottom: 1px solid var(--gray);
    }

    .overview__product {
        min-height: 150px;
        padding: 1rem 0;
        border-bottom: 1px solid var(--gray);
        text-transform: uppercase;
        /* font-size: 12px; */
    }

    .overview__product a {
        text-decoration: none;
        color: #000;
    }

    .overview__text {
        margin-bottom: 1rem;
    }

    .overview__text > p {
        margin: 0;
    }

.overview__orders {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.orders__option, .info__option {
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    border-bottom: 1px solid var(--black);
}

    .orders__option > a, .info__option > a, .info__option > span {
        text-decoration: none;
        color: var(--black);
    }

        .orders__option > a.option__btn, .info__option > a.option__btn {
            color: var(--white);
            text-transform: initial;
        }

        .orders__option > a:last-of-type, .info__option > a:last-of-type, .info__option > span:last-of-type {
            margin-left: .5rem;
        }

        .orders__option > a.option__highlight, .info__option > a.option__highlight {
            text-decoration: underline;
        }

.orders__headlines {
    border-bottom: 1px solid var(--black);
    font-weight: bold;
}

.orders__headline {
    text-transform: uppercase;
}


.orders__order {
    font-size: .9rem;
}

    .orders__order:nth-child(odd) {
        background-color: #eee;
    }

.orders__total {
    background-color: #f4f4f4;
    padding: 1rem;
    font-size: 1rem !important;
}

    .orders__total > div.total__text {
        font-size: 1rem;
    }



.order__btn > a {
    display: block;
    padding: .5rem 1rem;
    border-radius: 2px;
    border: none;
    background-color: var(--primary);
    color: var(--white);
    font-size: .9rem;
    width: fit-content;
    text-decoration: none;
}

.order__btn > input[type="submit"] {
    display: block;
    padding: .5rem 1rem;
    border-radius: 2px;
    border: none;
    background-color: var(--green);
    color: var(--white);
    font-size: .9rem;
    width: fit-content;
    text-decoration: none;
}


.info__container > div {
    display: flex;
    flex-direction: column;
}

    .info__container > div > div {
        padding: 1rem;
        border: 1px solid #eee;
        box-shadow: 0px 0px 1px #eee;
    }

        .info__container > div > div:first-of-type {
            background-color: #eee;
            text-transform: uppercase;
        }

        .info__container > div > div:last-of-type {
            min-height: 210px;
        }

        .info__container > div > div:first-of-type > a {
            color: initial;
            text-decoration: none;
        }

        .info__container > div > div:last-of-type p {
            margin-bottom: .25rem;
        }






.product__del {
    align-self: center;
}

    .product__thumb > img {
        height: auto;
        width: 100%;
    }

    .product__text {
        position: relative;
        font-size: .9rem;
    }

    .product__text > .text__info {
        position: absolute;
        right: calc(0% + .2rem);
        top: 50%;
        transform: translate(-50%,-50%);
        color: #9c0000;
        text-transform: initial;
    }

        .product__text > .text__info > i {
            height: fit-content;
        }

            .product__text > .text__info > i:hover + div {
                display: block;
            }

        .product__text > .text__info > div {
            display: none;
            position: absolute;
            background-color: rgba(0, 0, 0, .7);
            color: #fff;
            width: 250px;
            font-size: .8rem;
            left: calc(50% + 2rem);
            transform: translate(-50%);
            overflow-wrap: break-word;
            line-height: normal;
            padding: .5rem;
            top: 100%;
            height: auto;
        }

        .product__stock {
            text-transform: initial;
            font-size: .8rem;
        }



.product__quantity > input[type="number"] {
    padding: 0 .5rem;
    /*margin-right: .5rem; */
    height: 40px;
    width: 80px;
    /*        width: 70px;
        text-align: right;
        -moz-appearance: textfield;
        padding: 0 .5rem;
        margin: 0 .25rem;*/
}


    .overview__btns {
        display: flex;
        flex-direction: column;
        margin: 1rem 0;
    }

    .overview__btns > a, .overview__btns > button {
        width: 100%;
        text-align: center;
        background-color: var(--primary);
        color: var(--white);
        padding: .5rem 1rem;
        text-decoration: none;
        border: 1px solid var(--white);
        margin: .1rem 0;
        text-transform: uppercase;
    }


    .cart__total {
        background-color: #f4f4f4;
        padding: 1rem;
        border: 1px solid var(--gray);
        height: 100%;
    }

    .total__shipping, .total__vat {
        border-bottom: 1px solid var(--gray);
        padding: .5rem;
    }

.shipping__text, .vat__text, .total__text {
    font-size: .8rem;
    text-align: right;
    padding: 2px;
}

.vat__text {
    font-size: 1.1rem;
    /*font-size: 1.2rem;*/
}

    .total__btn {
        display: flex;
        text-transform: uppercase;
    }

    .total__btn > a {
        width: 100%;
        text-align: center;
        background-color: var(--primary);
        color: var(--white);
        padding: .5rem 1rem;
        text-decoration: none;
        border: 1px solid var(--white);
        margin-top: 1rem;
    }




    .main__order {
        border: 1px solid var(--gray);
        padding: 1rem 0;
        font-size: .85rem;
    }

    /* .order__shipping {} */

    .shipping__headline {
        position: relative;
        padding: .5rem;
        background-color: #eee;
        font-weight: bold;
        padding-left: calc(35px + .5rem);
        font-size: 1rem;
    }

    .headline__icon {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 35px;
        background-color: var(--primary);
        color: var(--white);
        height: 100%;
    }

    .shipping__info {
        font-size: .9rem;
        margin-bottom: .5rem;
        font-weight: bold;
        padding: 0 1rem;
    }

    .shipping__info > span {
        color: var(--primary);
        cursor: pointer;
    }

    .shipping__options {
        display: block;
        width: calc(100% - 1rem);
        padding: .25rem;
        margin: 0 auto;
    }

    .shipping__new {
        display: none;
        padding-top: 1rem;
    }

    .shipping__new--active {
        display: flex;
    }

    .shipping__new label {
        margin: .5rem 0;
    }

    .shipping__new input[type="text"], .shipping__new select {
        width: 100%;
        padding: .25rem;
    }

    .shipping__date {
        display: block;
        margin-bottom: .5rem;
        padding: 0 1rem;
    }

    .shipping__input {
        margin: 0 1rem;
    }


    .order__details {
        font-size: .9rem;
        padding: 1rem;
        padding-left: 2rem;
    }

    .details__headline {
        position: relative;
        padding: .5rem;
        background-color: #eee;
        font-weight: bold;
        padding-left: calc(35px + .5rem);
        font-size: 1rem;
    }

    .details__headlines {
        font-weight: bold;
        border-bottom: 1px dashed #000;
        padding: .5rem 1rem;
        margin: auto;
    }

    .details__product {
        padding: 1rem;
        margin: auto;
        border-bottom: 1px dotted #000;
    }

    .details__product div:first-of-type {
        display: flex;
        flex-direction: column;
    }

    .details__product img {
        height: auto;
        width: 40px;
        margin-bottom: .5rem;
    }

    .details__product span {
        margin-bottom: .25rem;
    }

    .details__subtotal {
        padding: 1rem;
        margin: auto;
    }

    .details__subtotal div {
        text-align: left;
        margin-bottom: .25rem;
        border-bottom: 1px dotted #000;
        padding: 1rem 0;
    }

    .details__subtotal div:nth-child(even) {
        font-weight: bold;
        text-align: right;
    }

    .details__requisition {
        display: flex;
        flex-direction: column;
        border-bottom: 1px dotted #000;
        padding: 1rem;
    }

    .details__requisition label, .details__requisition input, .details__requisition textarea {
        margin-bottom: .5rem;
    }

.requisition__numb, .requisition__comment {
    padding: .5rem;
}

.main__notfound {
    margin-top: 5rem;
    max-width: 600px;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    text-align: center;
}

.notfound__headline {
    font-size: 3rem;
}

.notfound__desc {
    font-size: 1rem;
    margin: 0;
}

.notfound__line {
    margin-top: 1.5rem;
    margin-bottom: calc(1.5rem + .5rem);
}

.notfound__btn {
    border: 1px solid var(--primary);
    background-color: transparent;
    padding: .5rem;
    transition: background-color .5s;
    color: var(--primary);
    text-decoration: none;
    border-radius: 5px;
}

.notfound__btn:hover {
    background-color: var(--primary);
    color: var(--white);
}


/* ##### FOOTER ##### */
.footer {
    position: relative;
    height: auto;
    background-color: var(--secondary);
	color: var(--white);
    margin-top: auto;
    clear: both;
}

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

.footer a {
	text-decoration: initial;
	color: var(--white);
}

.footer a:hover {
    text-decoration: underline;
}



.container {
    max-width: 700px;
}

@media only screen and (min-width: 767px) {
    .main__headline {
        flex-direction: row;
        align-items: center;
    }

    .main__headline > h1 {
        font-size: 3rem;
    }

    .main__headline > a {
        width: initial;
        padding: .5rem 1rem;
        font-size: .9rem;
    }

    .main__tools {
        margin-top: 2rem;
        flex-direction: initial;
    }

    .product__headline, .info__headline {
        font-size: 2rem;
    }

    .overview__product {
        font-size: 1rem;
    }

    .overview__btns {
        flex-direction: row;
        justify-content: flex-end;
    }

    .overview__btns > a, .overview__btns > button {
        width: fit-content;
        padding: .5rem 1rem;
        margin: 0 .5rem;
    }

    .total__btn {
        justify-content: flex-end;
    }

    .total__btn > a {
        width: fit-content;
    }




    
    .container {
        max-width: 720px;
    }
}

@media only screen and (min-width: 991px) {
    .search__headline, .account__headline {
        text-align: initial;
    }

    .search__pager {
        justify-content: flex-end;
        margin-bottom: 0;
    }

    .filter__option {
        display: flex;
    }

    /* .container {
        max-width: 1260px;
    } */
}

/* @media only screen and (min-width: 1260px) { */
@media only screen and (min-width: 1200px) {
    .top__links {
        display: flex;
        margin-right: 15px;
    }

    .brand__logo {
        max-width: 300px;
        min-height: 90px;
    }

    .cart__product {
        display: flex;
    }

    #burgermenu {
        display: none;
    }

    .container {
        max-width: 1260px;
    }
}




/* Password */
.validation-summary-errors ul {
    list-style: none;
}

.password-match {
    color: #ff9999;
}

.valid {
    color: #99ff99;
}

meter {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    margin: 0 auto 1em;
    width: 100%;
    height: 1em;
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}

    meter::-webkit-meter-bar {
        background: none;
        background-color: rgba(0, 0, 0, 0.1);
    }*/

    /* Webkit based browsers */
    meter[value="1"]::-webkit-meter-optimum-value {
        background: red;
    }

    meter[value="2"]::-webkit-meter-optimum-value {
        background: yellow;
    }

    meter[value="3"]::-webkit-meter-optimum-value {
        background: orange;
    }

    meter[value="4"]::-webkit-meter-optimum-value {
        background: green;
    }

    /* Gecko based browsers */
    meter[value="1"]::-moz-meter-bar {
        background: red;
    }

    meter[value="2"]::-moz-meter-bar {
        background: yellow;
    }

    meter[value="3"]::-moz-meter-bar {
        background: orange;
    }

    meter[value="4"]::-moz-meter-bar {
        background: green;
    }

.field-validation-error {
    display: block;
    color: var(--bs-danger);
}


/* The container */
.checkbox__container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox__container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkbox__container a {
        color: var(--bs-body-color);
    }


/* Create a custom checkbox */
    .checkbox__container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: var(--lightgray);
        border: var(--black);
        border-width: 1px;
        border-radius: 2px;
    }

/* On mouse-over, add a grey background color */
    .checkbox__container:hover input ~ .checkmark {
        background-color: var(--lightgray);
    }

/* When the checkbox is checked, add a blue background */
    .checkbox__container input:checked ~ .checkmark {
        background-color: var(--green);
    }

/* Create the checkmark/indicator (hidden when not checked) */
    .checkbox__container.checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

/* Show the checkmark when checked */
    .checkbox__container input:checked ~ .checkmark:after {
        display: block;
    }

/* Style the checkmark/indicator */
    .checkbox__container .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }