/* Envelopes page */
.technical-information {
    margin-bottom: 2em;
}
a.fact-sheet-download {
    display: block;
    line-height: 1;
    margin-bottom: 1em;
    font-weight: 600;
    text-decoration: none;
    background: #FF9900;
    color: white;
    border-radius: 4px;
    padding: 0.5em 0.5em 0.5em calc(30px + 0.5em);
}
a.fact-sheet-download:hover {
    text-decoration: underline;
    color: white;
}
a.fact-sheet-download i {
    vertical-align: middle;
    font-weight: 400;
    margin-left: -30px;
    text-decoration: none;
}
.envelopes-sizes-section h4 {
    margin-top: 0;
}
.envelopes-sizes-section img {
    max-width: 200px;
}
.envelopes-sizes-section ul {
    -webkit-padding-start: 1em;
    margin: 0;
}

.order-options {
    display: flex;
}
.order-options .single {
    width: 50%;
    padding-right: 2em;
    border-right: 1px solid #ff9900;
}
.order-options .double {
    width: 50%;
    padding-left: 2em;
}
.order-options > div > p {
    margin-top: 0;
}
html#ecwid_html body#ecwid_body .order-options .ecwid.ecwid-SingleProduct-v2 div[customprop='addtobag'] {
    margin-bottom: 0;
}

@media (max-width: 550px) {
    .order-options {
        display: block;
    }
    .order-options .single {
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin-bottom: 2em;
    }
    .order-options .double {
        width: 100%;
        padding-left: 0;
    }
}
