/*OrderPlaced*/

:global(.vtex-pageHeader__title) {
    font-size: 20px;
}
:global(.vtex-account__page-body) {
    float: left;
    width: 100%;
}

.myo-progress-bar {
    height: auto;
    padding: 20px 0;
    border: 0;
    border-top: 4px double #f1f4f5;
    border-bottom: 4px double #f1f4f5;
}
.productTable .productRow  {
    font-size: 14px;
}
.productTable .productRow .productInfo {
    display: flex;
    align-items: center;
}
.productTable .productRow .productName {
    text-decoration: none;
    color: #000;
}
.productTable .productRow .productQuantity,
.productTable .productRow .productTotalPrice {
    text-align: center;
}
