.booking_details {
    background: #fcfcfc;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 3px #ccc;
}

.container {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.header {
    width: 100%;
    background-color: #1f86bb;
    text-align: center;

}

.header h1 {
    margin: 0;
    color: #ffffff;
    font-weight: normal;
    font-size: 30px;
}

.header p {
    margin: 0px;
    line-height: 1.8;
    font-size: 20px;
    color: #fff;
}

.footer {
    width: 100%;
}

.billing-shipping {
    background: #fafdff;
    border: 1px solid #dedede;
    width: 100%;
    margin: auto;
    /* padding: 12px; */
    border-radius: 0px;
    margin-top: 20px;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #dedede !important;
}

.billing-shipping th {
    color: #555;
    font-size: 14px;
}

.order-details {
    border-collapse: collapse;
    /* margin:2%; */
    width: 100%;

}

table {
    margin: 0px !important;
}

.order-details th,
.order-details td,
.billing-shipping td {
    /* border-top: 1px solid #e0e0e0; */
    padding: 8px 16px !important;
    text-align: left;
    vertical-align: top;
    border: none;
    border-top: 1px solid #e0e0e0;
}

.billing-shipping th {
    text-align: left;
    padding: 12px 16px !important;
    padding-bottom: 0px !important;
}

.billing-shipping td {
    padding-top: 5px !important;
}

table th {
    border: none !important;
}

table.discountbox tr td {
    border: none;
}

table.discountbox tr td {
    border: none;
}

table.header tr td {
    padding: 10px !important;
}

table.footer tr td {
    border: none;
    padding: 20px !important;
}

.order-details tr:first-child td {
    border-top: none;
}

.container tr:first-child td {
    padding: 0px;
    border: 0px;
    border-top: 1px solid #e0e0e0;
}

.container .header tr td,
.container .footer tr td {
    border-top: 0px !important;
}

table {
    border: 0px !important
}

.order-details p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0px;
}

.subheading {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    width: 33%;
}

.theading {
    font-size: 14px;
    color: #555;
    font-weight: 600;
}

.subtext {
    color: #444;
    font-size: 14px;
}

.subheading span {
    font-size: 13px;
    color: #444;
}

.subtotal {
    font-size: 14px;
}

.totalbar {
    background: #f7f7f7;
}

.noborder td {
    border: none !important;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    color: #385f6a;
}

.addresstext {
    line-height: 1.5;
    color: #555;
    padding-left: 0px !important;
}

:root {
    --wp--style--global--content-size: 700px !important;
}

.discountbox {
    border-collapse: collapse;
    width: 100%;
}

.discount {
    /* background-color: #efefef; */
    padding: 20px;
    text-align: center;
    /* margin-top: 20px; */
}

.discountheading {
    color: #555;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: bold;
}

.discountheading span {
    color: #d32f2f;
}

.td-right-align {
    text-align: right !important;
}

.td-center-align {
    text-align: center !important;
}

.entry-content .booking_details {
    /* width: 660px; */
    width: 700px;
    margin: auto;
}

.discount a {
    display: inline-block;
    padding: 15px 20px;
    background-color: #fff;
    color: #d32f2f;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
    border: 1px dashed #555;
    width: 90%;
    border-radius: 10px;
}

.discountvalue {
    color: #30a7d2;
}

.shopnowbtn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #515050;
    border: 1px solid #515050;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
    width: 40%;
    border-radius: 6px;
    cursor: pointer;
}

.thankstext {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
}

.footer {
    font-size: 13px;
    color: #555;
    text-align: center;

}

.copyright {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 12px;
}

.privacytext {
    font-size: 14px;
    font-weight: bold;
    color: #555;
    text-align: left;
    padding-top: 15px;
}

.termstext {
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
    text-align: right;
}

.footer a {
    color: #555;
    text-decoration: none;
    margin: 0 15px;
}

.billing-shipping-notification {
    padding: 20px;
    border: 1px solid #ffb7b7 !important;
    margin: 28px !important;
    width: 96%;
    margin: auto !important;
    margin-top: 20px !important;
    border-radius: 8px;
    background: #fff7f7;
    text-align: left;
    margin-bottom: 30px !important;
    border-collapse: initial !important;
}

.billing-shipping-notification th {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 16px;
}

.billing-shipping-notification .addresstext-notic {
    padding-bottom: 5px !important;
}

.billing-shipping-notification .addresstext-notic .fa-hand-o-right {
    margin-right: 4px;
    font-size: 16px;
}

.billing-shipping-notification .fa-exclamation-triangle {

    color: #ff3030;
    font-size: 20px;
}

@media (max-width:550px) {

.booking_details{
    width: 400px;
    overflow: auto;
}

}