@font-face {
    font-family: 'basicFont';
    src: url('bilderochfonts/AlfaSlabOne-Regular.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'LoggFont';
    src: url('bilderochfonts/loggafont.ttf');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'basicFont';
    background-color: lightgray;
}

.top {
    position: fixed;
    background-color: white;
    display: flex;
    justify-content: space-between;
    top: 0;
    flex-direction: row;
    width: 100vw;
    height: 4vw;
    border-style: outset;
    z-index: 10000;
}

.log {
    font-size: 3.5vw;
    font-family: 'LoggFont';
    margin-top: auto;
    margin-left: 5px;
    margin-bottom: auto;
}

.LoggStreck {
    margin-top: 3.5vw;
    position: fixed;
    font-family: 'LoggFont';
    font-size: 3vw;
    border-style: dotted none;
    background-color: rgb(189, 100, 100);
    white-space: nowrap;
    top: 0;
    width: 100vw;
    margin-right: 0;
    margin-left: 0;
    z-index: 9999;
}


.right-div {
    font-size: 2vw;
    margin-bottom: 10px;
    margin-top: 10px;
    white-space: nowrap;
}

.static {
    position: static;
}
.underline {
    text-decoration: underline;
}

.one {
    padding-bottom: 0;
    color: inherit;
    font-size: 2vw;
    margin-top: 10px;
    margin-bottom: 10px;
    
}

.two {
    color: inherit;
}

.three {
    color: inherit;
}

.four {
    color: inherit;
}

.five {
    color: inherit;
    margin-right: 30px;
}

.hover-effect {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: black;
}

.hover-effect::after {
    content: "";
    position: absolute;
    bottom: ;
    left: 50%;
    width: 0%;
    height: 4px;
    background: black;
    transition: width 0.3s ease, left 0.3s ease;
}

.hover-effect:hover::after {
    width: 100%;
    left: 0;
}

.fin-font {
    text-decoration: none;
    color: inherit;
}

.under {
    position: relative;
    height: 30px auto;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9vw;
    background-color: white;
    font-size: 100px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.vilkensida {
    text-align: right;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    padding: 5px;
}

.produkt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    padding: 3vw;
    background-color: white;
}

.produkt-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1vw;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
    font-size: medium;
}

.product-image {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
}

.bestallningssida {
    grid-column: 1 / 7;
    justify-self: center;
    font-size: 5vw;
}
.product-title {
    font-size: 1.6vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5vw;
}

.product-price {
    font-size: 1.4vw;
    text-align: center;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}
.buybutton {
    font-size: 1.5vw;
    padding: 1vw;
    align-self: center;
    background-color: rgb(189, 100, 100);
    color: inherit;
}
.center {
    text-align: center;
    font-size: 5vw;
}
h1 {
    font-size: 4vw;
    text-align: center;
    text-decoration: underline;
}
.omossunder {
    font-size: 2vw;
    padding-left: 8vw;
    padding-right: 8vw;
    font-weight: normal;
    padding-bottom: 200px;
}
.omosshel {padding-bottom: 100px;}
.verticalline {
    width: auto;
    margin-right: 5px;
    margin-left: 5px;
    height: 1px;
    background-color: black;
    bottom: 0;
}
.faq-answer {
    background-color: rgb(255, 255, 255);
    font-size: 2vw;
    border-top: black solid;
    font-weight: normal;
}
.faq-headline {
    text-align: center;
    background-color: inherit;
}
.faq-questionone {
    font-size: 3vw;
    border-top: black solid;
    width: 100%;
    margin-bottom: 0px;
    background-color: lightgray;
}
.faq-questiontwo {
    font-size: 3vw;
    border-top: black solid;
    width: 100%;
    margin-bottom: 0px;
    background-color: lightgray;
}
.faq-questionthree {
    font-size: 3vw;
    border-top: black solid;
    width: 100%;
    margin-bottom: 0px;
    background-color: lightgray;
}
.faq-questionfour {
    font-size: 3vw;
    border-top: black solid;
    width: 100%;
    margin-bottom: 0px;
    background-color: lightgray;
}
.faq-questionfive {
    font-size: 3vw;
    border-top: black solid;
    width: 100%;
    margin-bottom: 0px;
    background-color: lightgray;
}
.faq-questionsix {
    font-size: 3vw;
    border-top: black solid;
    width: 100%;
    margin-bottom: 0px;
    background-color: lightgray;
}
.footer {
    display: flex;
    padding: 10px;
    padding-top: 50px;
    font-size: 10px;
}
.product-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.product {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;
}

.product img {
    width: 100px;
    height: auto;
    border: 1px solid #ccc;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity-controls button {
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
}

.total-section {
    font-size: 24px;
    margin-top: 20px;
    text-align: right;
    padding-right: 30px;
}

#order-button {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    font-size: 20px;
    cursor: pointer;
    background-color: #00ff08;
    color: white;
    border: none;
    border-radius: 5px;
}

#order-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    padding: 20px;
    background-color: #f1f1f1;
}

#order-form input {
    padding: 10px;
    font-size: 16px;
    width: 100%;
}

#order-form button {
    padding: 10px;
    background-color: #2898f3;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 5px;
}
.compare-container {
    display: flex;
    justify-content: space-around;
    margin: 30px auto;
    width: 90%;
    font-size: 6px;
}

.compare-box {
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 20px;
    width: 40%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.selected-product {
    font-size: 20px;
    margin-bottom: 10px;
}

.dropdown {
    display: none;
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

.option {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    font-size: 2vw;
}

.option:hover {
    background-color: #e0e0e0;
}

.toggle-btn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

#compare-button {
    margin: 30px auto;
    display: block;
    font-size: 18px;
    padding: 10px 25px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 5px;
}

#comparison-result {
    margin-top: 30px;
    background-color: rgb(189, 100, 100);
    padding: 20px;
    font-size: 18px;
}

.hidden {
    display: none;
    background-color: (189, 100, 100);
    
}
.centrera {
    display: flex;
    justify-content: center;
    justify-content: space-around;
}
.alignjamfor {
text-align: center;
}
