* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'zen maru gothic';
}
 
#front-logo {
    height: 10rem;
    width: auto;
    margin: 3rem;
    position: fixed;
    z-index: 100;
}

nav, nav ul {
    display: flex;
    flex-direction: row;
    list-style: none;
}

nav {
    background: linear-gradient(#696969ba, transparent);
    height: 13em;
    width: 1920px;
    position: fixed;
    z-index: 90;
}

#nav-links li {
    margin: 3rem 10rem;
}

#nav-links li:first-child {
    margin-left: 25rem;
}

#nav-links {
    position: fixed;
}

#nav-links li a {
    text-decoration: none;
    color: #000000;
    font-size: 1.8rem;
}

#nav-icons {
    position: fixed;
    right: 0;
}

#nav-icons li {
    margin: 3rem 1rem;
    
}

#showBasket {
    background-color: transparent;
    border: none;
}

#basketicon {
    margin-right: 3rem !important;
}

.icons {
    height: 50px;
    position: fixed;
    right: 0;
    margin-right: 3rem;
}

.loopMargin {
    margin-right: 10rem;
    margin-top: 0.8rem;
}

.cartHide {
    display: none;
}

.cartShow {
    display: flex;
    flex-direction: column;
}

#cart-body {
    width: 28rem;
    height: 37rem;
    position: fixed;
    right: 0;
    margin-top: 5rem;
    margin-right: 1rem;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 1%;
    overflow: scroll;
    padding: 1.2rem;
    box-shadow: 0 0 20px #646464;
}

.beerShow {
    display: flex;
}

.kurvflex {
    flex-direction: row;
    margin: 1rem;
}

.beerHide {
    display: none;
}

.column-flex {
    display: flex;
    flex-direction: column;
}

.row-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cart-title {
    margin: 0.5rem;
    font-size: 1.4rem;
    align-self: center;
    margin-top: 2.5rem;
    margin-left: -0.2rem;
}

.beerimg {
    height: 10rem;
    margin-right: 0.75rem;
}

.talfelt {
    width: 1.8rem;
    height: 1.8rem;
    text-align: center;
    align-content: center;
    align-self: end;
    margin: 0.5rem;
    font-size: 1.25rem;
    color: #000000;
    background-color: #e8e3dd;
    border-radius: 8px;
    border-style: none;
}

.fjernfelt {
    width: 3.8rem;
    height: 1.8rem;
    text-align: center;
    align-content: center;
    align-self: end;
    margin: 0.5rem;
    font-size: 1.45rem;
    font-weight: bold;
    color: #000000;
    background-color: #e8e3dd;
    border-radius: 8px;
    border-style: none;
    background-color: #f7f7f7;
    margin-bottom: 10rem;
    z-index: 10;
}

.quantiyFelt {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    align-content: center;
    align-self: end;
    margin: 0.5rem;
    font-size: 1.25rem;
    color: #000000;
    font-weight: bold;
    background-color: #e8e3dd;
    border-radius: 10px;
    border-style: none;
}

#brownAle-total, #passion-total, #lime-total, #pilsner-total, #hyldeblomst-total, #grape-total {
    border: none;
    background-color: transparent;
    font-size: 1rem;
    color: #000000;
}

#cart-total {
    text-align: end;
    margin-right: 0.5rem;
    font-weight: bold;
    font-size: 1.4rem;
    border: none;
    background-color: transparent;
    color: #000000;
}

.totalPrice {
    align-self: center;
}

.resetEntireCart {
    background-color: #faeeee;
}

.betaling {
    margin-top: 1rem;
    background-color: #afe5f9;
}

.betaling, .resetEntireCart {
    padding: 0.6rem;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: 'Zen Maru Gothic';
    border-style: none;
    border-radius: 10px;
}


/* Footer */
#footerimg {
    width: 100%;
}

#footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2em;
}

.footerikoner {
    width: 4em;
    gap: 2em;
}

.text-footer {
    font-size: 1.5rem;
}

.text-footer-middle {
    font-size: 1.5rem;
    font-family: 'Arial Black';
}

.bold {
    font-weight: bold;
    font-size: 1.55rem;
}

.logo-footer img {
    width: 70px;
    height: auto; /* for at bevare proportionerne */
}

.social-ikoner {
    display: flex; /* Gør sektionen til en flex-container */
    gap: 1rem; /* Tilføj mellemrum mellem ikonerne */
    align-items: center; /* Juster ikonerne vertikalt, hvis nødvendigt */
}