/* Payment and delivery */

.static-page_payment-and-delivery table {
    border: 2px solid #f5f7f9;
}

.static-page_payment-and-delivery table thead th {
    white-space: nowrap;
    text-align: left;
    background-color: #f5f7f9;
}

.static-page_payment-and-delivery table th,
.static-page_payment-and-delivery table td {
    padding: .7rem 1rem;
    line-height: 1.6;
}

.static-page_payment-and-delivery table th:not(:last-child),
.static-page_payment-and-delivery table td:not(:last-child) {
    border-right: 2px solid #f5f7f9;
}

.static-page_payment-and-delivery table th:not(:last-child),
.static-page_payment-and-delivery table td:not(:last-child) {
    border-right: 2px solid #f5f7f9;
}

.static-page_payment-and-delivery table tr:not(:last-child) td {
    border-bottom: 2px solid #f5f7f9;
}

.static-page_payment-and-delivery table td a {
    color: #e6252a;
    text-decoration: none;
}

.static-page_payment-and-delivery ol {
    margin-left: 1.4em;
}
.static-page_payment-and-delivery li + li {
    margin-top: 1.5rem;

}
.static-page_payment-and-delivery li p {
    margin: 0 0 .5em 0;
}
.static-page_payment-and-delivery li p:first-of-type {
    margin-top: .5em;
}
