/* custom-style.css */


/* Sofort-Kaufen-Button für einfache Produkte */ 
.sofort-kaufen-button {
    background: #a00 !important;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.sofort-kaufen-button:hover {
    background: #c00 !important;
}

/* Sofort-Kaufen-Button für Varianten Produkte */
.sofort-kaufen-button-korr {
    background:#a00;
    color:#fff;
    padding: 12px 24px;
    border-radius: 4px;
    border: none;
}

/* Anpassen der Drop-Down-Felder für Shop-Varianten */
.woocommerce table.variations tr td select {
    height: auto !important;
}


.chat-message-design {
    padding: 5px 0px;
    font-weight: bold;
    text-shadow: 0 0 5px black;
}

.chat-username {
    font-weight: normal;
    color: #ffffff83;
    margin-right: 4px;
    text-shadow: none;
}

.admin-user {
    background: #ff002f42;
    color: rgba(255, 255, 255, 0.6);
    padding: 2px 6px;
    border-radius: 4px;
    text-shadow: none;
}