.ui-menu-item.level0.classic > a.level-top {
    background-color: black;
    transition: background-color 0.2s ease-in-out;
}
.ui-menu-item.level0.classic > a.level-top:hover {
    background-color: black !important;
}
.breadcrumbs {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px;
    max-width: none !important;
}
.product-item-link {
    color: #ffffff !important;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.product-info-main .price-box .price {
    color: #ffffff !important;
}

.product-info-main .stock.available,
.product-info-main .stock {
    color: #ffffff !important;
}

.product.attribute.sku .value,
.product.attribute.sku {
    color: #ffffff !important;
}

.product-info-main .product.attribute.overview,
.product-info-main .product-info-price,
.product-info-main .product-add-form {
    color: #ffffff !important;
}