/* shop.css */ 

/* bund.php style start */
.rtekst {
    background: #EBF0F1;
    border: 1px solid #E1E1E1;
    padding: 10px;
}

.sidebar-box {
    text-align: center;
}

.paypal-logo {
    width: 115px;
    height: auto;
    margin-bottom: 4px;
}

.basket-section {
    margin: 0 0 8px 0;
}

.basket-frame {
    width: 100%;
    max-width: 142px;
    height: 170px;
    border: none;
    background: #EBF0F1;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
}

.social-icons a {
    display: flex;
    align-items: center; /* centrer alle ikoner lodret */
}

.social-icons img {
    width: 38px;        /* sæt fast bredde */
    height: 38px;       /* sæt fast højde */
    object-fit: contain; /* bevar proportioner uden at strække */
    border: 0;
    transition: transform 0.3s;
}

.social-icons img:hover {
    transform: scale(1.1);
}

.produktbillede {
    width: 150px;
    height: auto;
    display: block;
    margin: 8px auto;
}

.billcontent {
    margin: 10px 0;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #000080;
    width: 100%;
    display: block;
}

.pris {
    color: #000080;
    font-style: italic;
}
/* bund.php style stop */
/* top.top style start */

/* Content wrapper */
#contentwrapper {
    width: 158px;
    height: 200px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    background-color: #C6FFC6;
    padding: 6px;
}
/* top.php style stop */