.prices {
    width: 1160px;
    margin: 1em auto;
    max-width: 100%;
    & table {
        font-size: 1.125rem;
        font-weight: 700;
        width: 100%;
        border-collapse: collapse;
        & em {
            display: block;
            color: #ff6600;
        }
        & tr {
            &:first-child > td {
                padding: 0.8em 0.4em;
            }
            &:nth-child(even) {
                background: #f5f5f5;
            }
            & > td {
                text-align: right;
                padding: 0.4em;
                & > span {
                    padding-left: 5px;
                    font-weight: 300;
                }
                &:first-child {
                    text-align: left;
                }
            }
        }
        & .action {
            color: #f00;
        }
        & .discount {
            color: #ccc;
            text-decoration: line-through;
        }
}
}
