/* Pallet covers page */

.order-options {
    display: flex;
}
.order-options .thermapack {
    width: 50%;
    padding-right: 2em;
    border-right: 1px solid #ff9900;
}
.order-options .ecoquilt {
    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;
}

.main-inner .feature-image {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.options-image {
    margin-top: 1em;
}

#delivery-message {
    display: block;
    text-align: center;
}

@media (max-width: 550px) {
    .order-options {
        display: block;
    }
    .order-options .thermapack {
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin-bottom: 2em;
    }
    .order-options .ecoquilt {
        width: 100%;
        padding-left: 0;
    }
    .main-inner .feature-image {
        max-width: 100%;
    }
}
