
.tab{display: none; }
.current{display: block;}

.previous {background-color: #bbbbbb; }

/* Make circles that indicate the steps of the form: */
.step {height: 30px; width: 30px; cursor: pointer; margin: 0 2px; color: #fff; background-color: #bbbbbb; border: none; border-radius: 50%; display: inline-block; opacity: 0.8; padding: 5px}

.step.active {opacity: 1; background-color: #69c769;}

.step.finish {background-color: #4CAF50; }

.error {color: #f00; }

.radio_item{
    display: none !important;
}

.label_item {
    opacity: 0.1;
}

.radio_item:checked + label {
    opacity: 1;
}

.radio_item label {
    cursor: pointer;
}

.tab .view-summary {
    display: none;
}

.tab.step-before-summary .view-summary {
    display: block;
}

.tab.step-before-summary .next-step {
    display: none;
}

.content-area.post-page .site-main article.product {
    max-width: 100%;
}