.product-delivery-info {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin: 15px 0 30px;
    padding: 0 24px;
}
.product-delivery-info .delivery-info-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
}
.product-delivery-info .delivery-info-row:first-child {
    border-top: none;
    align-items: flex-start;
}
.product-delivery-info .delivery-info-row i.material-icons {
    font-size: 24px;
    color: #222222;
    flex-shrink: 0;
}
.product-delivery-info .delivery-info-row strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}
.product-delivery-info .delivery-info-row span.delivery-sub {
    display: block;
    font-size: 13px;
    color: #767676;
    margin-top: 2px;
    font-weight: 400;
}
.product-delivery-info .delivery-price {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    white-space: nowrap;
    margin-left: auto;
    padding-left: 16px;
}

.product-payment-methods {
    margin: 0 0 30px;
}
.product-payment-methods .payment-methods-title {
    font-size: 12px;
    color: #767676;
    margin: 0 0 8px;
}
.product-payment-methods .payment-methods-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}
.product-payment-methods .payment-methods-icons img {
    height: 34px;
    width: auto;
    display: block;
}
