.responsive-flex-row {
    flex-direction: row;
}

div:first-of-type > .contact-card {
    margin-left: 6rem;
}

div:last-of-type > .contact-card {
    margin-right: 6rem;
}

div:not(:first-of-type) > .contact-card {
    margin-top: 1rem;
}

.alert-container {
    top: 8.9rem;
    bottom: unset;
    left: unset;
    margin-top: 2rem;
    width: 25vw;
    max-width: 24rem;
    flex-direction: column-reverse;
}

.alert-container.move-aside-for-scroll-to-top {
    margin-right: 2rem; /* only move aside on mobile */
}

/* invert the notification borders since the order is reversed from mobile */
.alert-container > .alert:first-of-type {
    border-top: none;
    border-bottom: 0.15rem solid #004800;
}

.alert-container > .alert:not(:last-of-type) {
    border-top: 0.15rem dotted #004800;
}

.alert-container > .alert:last-of-type {
    border-top: 0.15rem solid #004800;
    border-bottom: none;
}

.alert-container > .alert:first-of-type:last-of-type {
    border-bottom: 0.15rem solid #004800;
}

.alert-container > .alert:first-of-type::before {
    border-top: none;
    border-bottom: 0.15rem solid white;
}

.alert-container > .alert:last-of-type::before {
    border-top: 0.15rem solid white;
    border-bottom: none;
}

.alert-container > .alert:first-of-type:last-of-type::before {
    border-bottom: 0.15rem solid white;
}

.product-name {
    display: none;
}

.product-name.product-name-beside-photo {
    display: block;
}

.log-in-to-order.btn-amber {
    display: inline-block;
}

.checkout-info-pane {
    float: left;
}

#right-pane {
    width: 50%;
    float: left;
}

#innercontent {
    padding: 10px;
}

.w3-container.checkout-container {
    padding: 0.01em 26px;
}

.checkout-item-cell-note-left {
    text-align: left;
    font-size: smaller;
}

.checkout-item-cell-note-right {
    font-size: smaller;
    font-style: italic;
    text-align: right;
    float: right;
}

.orderitem-linenum {
    display: block;
}

.gift-cert-price div:before {
    content: '';
}

.checkout-view-form .orderitem-total {
    float: left;
    display: block;
}
.checkout-view-form .orderitem-total:last-child {
    float: right;
}

.orderitem-name {
    width: 40%;
    float: left;
}

.orderitem-linenum {
    width: 5%;
    float: left;
}

.orderitem-itemnum {
    font-weight: bold;
    width: auto;
}

.left-mobile {
    width: 25%;
}

.order-header {
    display: block;
}

#top-nav {
    display: flex;
    z-index: 2;
}

.group-part-num {
    display: none;
}

.table-small-screen-msg {
    display: none;
}

#ogs-ship-table,
#mt-ship-table {
    display: table;
}

#header-logout {
    display: block;
}

.hideOnMobileInline {
    display: inline;
}

.other-carts {
    display: block;
}

#other {
    text-decoration-line: none;
}
