.product-delivery {
    width: 772px;
}

/*.product-delivery > .header {
    text-align: cent;
}

.product-delivery > .content {
    padding: 12px 16px 9px 16px;
}*/

.product-delivery > .content .delivery-table-holder {
    padding: 0 11px 15px 11px;
}

.product-delivery > .content table {
    width: 100%;
}

.product-delivery > .content table tr td.bordered-top {
    border-top: 1px solid #093277;
    padding-top: 10px;
}

.product-delivery > .content table td.bordered-bottom {
    border-bottom: 1px solid #093277;
    padding-bottom: 5px;
}

.product-delivery > .content table tr th {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #093277;
    padding-bottom: 3px;
}

.product-delivery > .content table tr td {
    padding: 4px 2px 5px 4px;
    height: 16px;
    line-height: 16px;
    color: #093277;
    vertical-align: bottom;
}

.product-delivery > .content table tr th:first-child {
    width: 382px;
}

.product-delivery > .content table tr th:last-child {
    width: 330px;
}

.product-delivery > .content table tr td.delivery-price {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    font-weight: 600;
}

.product-delivery > .content table tr td.delivcery-description {
    line-height: 19px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 76px;
    vertical-align: top;
}


.popup.product-delivery .radio-item .checkbox {
    margin-bottom: 9px;
}
