button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background: blue;
    font-weight: 400;
}

table.variations .value select {
    width: fit-content;
    padding-right: 30px;
}
.stock-info span {
    color: #000;
    line-height: 30px;
}
h1.product-title.product_title.entry-title {
    color: #000;
    font-weight: 500;
}

span.posted_in a {
    color: #6666ff;
}
.stock-info {
    /*padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 30px;*/

}
form.variations_form.cart {
    margin-top: 10px;
}