.section-container {
    position: relative;
    background-color: #F5F5F5;
    width: 100%;
    height: calc(100% - 1.5rem);
    padding: 1rem;
    border: 1px solid #CCC;
    margin-bottom: 1.5rem;
}

.title {
    padding-bottom: .5rem;
    border-bottom: 1px solid #AAA;
    margin-bottom: 1rem;
    font-size: 1.15rem;
    font-weight: bold;
    color: #555;
    line-height: 175%;
    text-transform: uppercase;
}

.summary-table {
    position: relative;
    width: 100%;
    margin-top: .35rem;
    font-size: .9rem;
}

.summary-table th {
    background-color: #888;
    padding: .4rem .75rem;
    border: 1px solid #777;
    color: white;
}

.summary-table td {
    background-color: white;
    padding: .4rem .75rem;
    border: 1px solid #999;
}

.summary-table .option {
    padding: 0;
    margin-top: .25rem;
    margin-bottom: .25rem;
    list-style: none;
}

.summary-table .option li {
    font-size: .85rem;
    font-weight: bold;
    color: #666;
}

.summary-table .option li span {
    font-weight: normal;
    color: #777;
}


/* Colum Width */

.summary-table.item th:nth-child(1),
.total-table td:nth-child(1) {
    width: 5%;
}

.summary-table.item th:nth-child(2),
.total-table td:nth-child(2) {
    width: 40%;
}

.summary-table.item th:nth-child(3),
.total-table td:nth-child(3) {
    width: 5%;
}

.summary-table.item th:nth-child(4),
.total-table td:nth-child(4) {
    width: 12%;
}

.summary-table.item th:nth-child(5),
.total-table td:nth-child(5) {
    width: 12%;
}


/* Text Centering for Item Summary */

.summary-table.item th:nth-child(1),
.summary-table.item td:nth-child(1),
.summary-table.item th:nth-child(3),
.summary-table.item td:nth-child(3),
.summary-table.item th:nth-child(4),
.summary-table.item td:nth-child(4) {
    text-align: center;
}


/* Text Style for Item Summary > Bil */

.summary-table.item td:nth-child(1) {
    font-weight: bold;
    color: var(--theme-color);
}


/* Text Style for Item Summary > Prices */

.summary-table.item td:nth-child(4),
.summary-table.item td:last-child {
    font-weight: bold;
    color: var(--theme-color-secondary);
}


/* Text Right Align for Item Summary > Last column */

.summary-table.item tr th:last-child,
.summary-table.item tr td:last-child {
    text-align: right;
}


/* Customer Summary */

.summary-table.customer td:first-child {
    background-color: #EEE;
    font-weight: bold;
}

.summary-table.customer td:first-child {
    width: 25%;
}

.summary-table td:nth-child(2) {
    background-color: #EEE;
}


/* Total Table */

.total-table {
    position: relative;
    width: 100%;
    font-size: .9rem;
}

.total-table td {
    background-color: #F5F5F5;
    padding: .4rem .75rem;
    border: 1px solid #999;
    font-size: .95rem;
    text-align: right;
}

.total-table tr:first-child td {
    border-top: none;
}

.total-table td:last-child {
    font-weight: bold;
    color: var(--theme-color-secondary);
    text-align: right;
}


/* Grandtotal */

.total-table .grandtotal td {
    background-color: #F5F5F5;
    padding: .55rem .8rem;
    font-family: "Open sans";
    font-weight: bold;
    text-transform: uppercase;
}

.total-table .grandtotal td:last-child {
    background-color: white;
    color: var(--theme-color-secondary);
}


/* Totals colspan */

.total-table td:nth-child(1) {
    border-right: none;
}

.total-table td:nth-child(2),
.total-table td:nth-child(3) {
    border-right: none;
    border-left: none;
}

.grandtotal td {
    text-align: right !important;
    background-color: #EEE;
    padding: .55rem .8rem;
    font-family: "Open sans";
    font-weight: bold;
    text-transform: uppercase;
}

.text-right td {
    text-align: right !important;
    background-color: #EEE;
    padding: .55rem .8rem;
    font-family: "Open sans";
    font-weight: bold;
    text-transform: uppercase;
}


/* Small Desktop Style */

@media (max-width: 1200px) {}


/* Non-desktop Style */

@media (max-width: 992px) {}


/* Mobile Style */

@media (max-width: 768px) {
    .summary-table {
        font-size: .85rem;
    }
    .summary-table td {
        padding: .35rem .5rem;
    }
    .summary-table.item {
        font-size: .75rem;
    }
    .summary-table.item th,
    .summary-table.item td {
        padding: .25rem .35rem;
    }
    /* Colum Width */
    .summary-table.item th:nth-child(2) {
        width: 54%;
    }
    .summary-table.item th:nth-child(3) {
        width: 3%;
    }
    .summary-table.item th:nth-child(4) {
        width: 21.5%;
    }
    .summary-table.item th:nth-child(5) {
        width: 21.5%;
    }
    .summary-table.item th:first-child,
    .summary-table.item td:first-child,
    .total-table td:nth-child(1),
    .total-table td:nth-child(2),
    .total-table td:nth-child(3) {
        display: none;
        width: 0;
    }
    .total-table td:nth-child(3) {
        border-left: 1px solid #999;
        ;
    }
    .total-table td:nth-child(4) {
        width: 65%;
    }
    .total-table td:nth-child(5) {
        width: 35%;
    }
    .total-table td {
        font-size: .8rem;
    }
    .total-table .grandtotal td {
        font-size: .9rem;
    }
    .summary-table.customer td:first-child {
        width: 35%;
    }
}

.text-right {
    text-align: right;
}

.btn-proceed,
.btn-promo {
    transition: padding .35s;
    padding: .5rem 1rem;
    font-size: 1.1rem;
    border-radius: 0;
    font-weight: bold;
    color: white;
    background-color: #DF5454;
}

.checkout-radio {
    position: relative;
    display: block;
    background-color: white;
    width: 100%;
    border: 1px solid #CCC;
    margin-bottom: 1rem;
}

.checkout-radio label {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 0;
}

.checkout-radio .desc {
    background: none;
    width: calc(100% - 3.5rem);
    border-left: 1px solid #CCC;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    padding: .5rem 1rem;
    line-height: 100%;
    vertical-align: top;
    position: relative;
    display: inline-block;
}

.pp-page p {
    font-size: 15px
}

.pp-page .section-title {
    font-size: 20px
}

.et_pb_module .et_pb_contact .contact-custom-input {
    font-family: 'Nunito', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    color: #787070!important;
    border-width: 1px;
    border-style: solid;
    border-color: #E6E6E6;
}

.et_contact_bottom_container .contact-custom-btn {
    color: #ffffff!important;
    background: #6ebf8b;
    border-width: 10px!important;
    border-color: #6ebf8b;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 15px;
    font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif!important;
    text-transform: uppercase!important;
    background-color: #6ebf8b;
    padding: 0.3em 1em!important;
    float: right;
}

.et_contact_bottom_container .contact-custom-btn:hover {
    color: #ffffff!important;
    background: #c99872!important;
    border-color: #c99872!important;
    border-radius: 0px;
    letter-spacing: 3px;
}

.et_pb_button:after {
    content: none !important;
}

@media (max-width: 768px) {
    .et_contact_bottom_container .contact-custom-btn {
        float: left;
        margin-top: 10px;
    }
}