/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 26 2022 | 03:30:23 */
.woocommerce-order.custom-thankyou-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.woocommerce-order.custom-thankyou-page h2.custom-heading {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.woocommerce-order.custom-thankyou-page section.woocommerce-order-details {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
}
.woocommerce-order.custom-thankyou-page section.woocommerce-order-details .context {
    background: #fff;
    border-radius: 12px 12px 0 0;
}
.woocommerce-order.custom-thankyou-page section.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-order.custom-thankyou-page section.woocommerce-order-details .woocommerce-table--order-details thead,
.woocommerce-order.custom-thankyou-page section.woocommerce-order-details .woocommerce-table--order-details tfoot,
.woocommerce .custom-order-details.thankyou-page .woocommerce-column__title,
.woocommerce .custom-order-details.thankyou-page .woocommerce-table.woocommerce_deposits_parent_order_summary,
.woocommerce .custom-order-details.thankyou-page .woocommerce-customer-details {
    display: none;
}
.woocommerce-order.custom-thankyou-page .woocommerce-table--order-details .woocommerce-table__line-item.order_item:first-of-type td {
    border-top: 0 !important;
}
.woocommerce-order.custom-thankyou-page .woocommerce-table--order-details .woocommerce-table__line-item.order_item:first-of-type,
.woocommerce-order.custom-thankyou-page .woocommerce-table--order-details .woocommerce-table__line-item.order_item.bundle_table_item {
    border-top: 1px solid #E8F1FF !important;
}
/* border-top: 1px solid #dcdfec !important; */

.woocommerce-order.custom-thankyou-page .woocommerce-table--order-details .woocommerce-table__line-item.order_item .product-thumbnail,
.woocommerce-order.custom-thankyou-page .woocommerce-table--order-details .woocommerce-table__line-item.order_item .product-thumbnail a img {
    max-width: 150px;
    max-height: 80px;
    width: auto;
    height: auto;
}
.woocommerce-order.custom-thankyou-page .woocommerce-table--order-details .woocommerce-table__line-item.order_item .woocommerce-table__product-total {
    text-align: right;
}
.woocommerce-order.custom-thankyou-page .woocommerce-table--order-details .woocommerce-table__line-item.order_item a {
    pointer-events: none;
}
.woocommerce-order.custom-thankyou-page .woocommerce-table--order-details .woocommerce-table__line-item.order_item .product-thumbnail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.woocommerce-order.custom-thankyou-page .woocommerce-table--order-details .woocommerce-table__line-item.order_item .bundled_table_item_subtotal {
    font-size: 0;
}
.woocommerce-order.custom-thankyou-page .woocommerce-table--order-details .woocommerce-table__line-item.order_item .bundled_table_item_subtotal .amount {
    font-family: "Roboto Slab";
    color: #09083B!important;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    font-weight: 900;
}


.woocommerce-order.custom-thankyou-page section.woocommerce-bacs-bank-details {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none;
}
.woocommerce-order.custom-thankyou-page .custom-button-submit {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
    margin: 70px 0 50px !important;
    font-family: "Kumbh Sans", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 34px;
    text-transform: uppercase;
    color: #090B3B;
}
.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
    padding: 30px 40px 30px !important;
    margin-bottom: 0;
    font-family: "Kumbh Sans",sans-serif;
    font-style: normal;
    font-weight: 800 !important;
    font-size: 28px !important;
    line-height: 36px !important;
    color: #090B3B;
    background-color: #fff;
    /* border-bottom: 1px solid #dcdfec!important; */
    border-bottom: 1px solid #E8F1FF !important;
    border-radius: 12px 12px 0 0;
}
.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details.bacs_details {
    padding: 0 !important;
    margin-bottom: 0;
    -webkit-box-shadow: 0 4px 0 #e8f1ff;
    box-shadow: 0 4px 0 #e8f1ff;
    background: #fff !important;
    border-radius: 0 0 12px 12px;
}
.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details.bacs_details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 16px 24px !important;
    margin: 0;
    font-family: "Kumbh Sans",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #090B3B;
    text-transform: inherit;
    border-right: 0;
}
.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details.bacs_details li:not(:last-child) {
    border-bottom: 1px solid #E8F1FF;
}
.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details.bacs_details li strong {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.woocommerce .woocommerce-order .btn-blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 64px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    color: #fff;
    background: #007AF5;
    -webkit-box-shadow: 0px 4px 0px #0463E5;
    box-shadow: 0px 4px 0px #0463E5;
    border-radius: 6px;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.woocommerce .woocommerce-order .btn-blue:hover {
    background: #0463E5;
    -webkit-box-shadow: 0 4px #0547ba;
    box-shadow: 0 4px #0547ba;
}

@media (max-width: 1024px) {
    .woocommerce-order.custom-thankyou-page section.woocommerce-order-details,
    .woocommerce-order.custom-thankyou-page section.woocommerce-bacs-bank-details {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
        font-size: 30px !important;
        line-height: 34px !important;
    }
    .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
        font-size: 26px !important;
        line-height: 30px !important;
    }
    .woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details.bacs_details li:last-child {
        border-bottom: 0 !important;
    }
}