/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

span.wd-attr-name-label:after {
    content: ":";
}
span.wd-attr-name-label {
    font-weight: bold;
    text-transform: uppercase;
}
tr.woocommerce-product-attributes-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-bottom-width: 0;
    margin-bottom: 20px;
}
td.woocommerce-product-attributes-item__value .wd-attr-term {
    background-color: #2e176a;
    color: white;
    padding: 6px 16px 7px;
    border-radius: 3px;
}
.products .wd-product {
    text-align: left;
}
.products .wd-product li {
    list-style-type: none;
}
h3.wd-entities-title a {
    text-transform: uppercase;
    font-weight: 700;
    font-family: sans-serif;
}