2023-01-31 20:39:32 +00:00
|
|
|
.product-identifier {
|
2023-01-26 20:02:41 +00:00
|
|
|
display: flex;
|
2023-01-31 20:39:32 +00:00
|
|
|
justify-content: flex-end;
|
|
|
|
margin-right: 40px;
|
|
|
|
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
color: rgba(146, 146, 146, 0.48);
|
|
|
|
|
|
|
|
.product-identifier__label,
|
|
|
|
.product-identifier__separator {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-01-26 20:02:41 +00:00
|
|
|
}
|