/* regole extra/fix aggiunti post design */

#carousel {
    width: 600px;
}

.canvas__open {
    position: fixed !important;
    z-index: 11111 !important;
}

.testo-scontato {
    color: #999;
    text-decoration: line-through;
}

.cart__attribute {
    display: table;

    div {
        display: table-row;

        div {
            display: table-cell;
            padding: 0 .25em;

            &.th {
                font-weight: bold;
                text-align: right;
            }
        }
    }
}
