/* Custom code goes here - paste your css code below in line 10 */

a.product-flags-plist span.product-flag.new,
#product #content .product-flags .product-flag.new,
a.product-flags-plist span.product-flag.pack,
#product #content .product-flags .product-flag.pack {
color: #000;
}

.tags{
    display: flex;
    padding-left:20px;
    justify-content: flex-start;
    margin: 0px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
}

.tags a,
.tags-title {
    margin-right: 8px;
    margin-bottom: 8px;

}

.tags-title {
    margin-right: 8px;
    margin-bottom: 8px;

}

.tags a {
    border-radius: 10px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-decoration: none;
    background: rgba(58, 71, 84, 1);
}

.product-tagcontent {
    margin-bottom: 30px;
    margin-top: 30px;
}