/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 23 2024 | 14:03:40 */
.dgwt-wcas-content-wrapp .dgwt-wcas-st {
    display: block;
}

.dgwt-wcas-has-sku .dgwt-wcas-st-title {
	margin-right: 0px;
    order: 2;
    width: max-content;
    margin-left: 6px;
	font-size: 12px !important;
}

.dgwt-wcas-has-sku .dgwt-wcas-st-title:before {
	content:"("
}
.dgwt-wcas-has-sku .dgwt-wcas-st-title:after {
	content:")"
}

.dgwt-wcas-sku {
    font-size: 80%;
    width: max-content;
    float: left;
	font-size: 15px !important;
}


