.elementor-379 .elementor-element.elementor-element-f928cfa > .elementor-container{max-width:1400px;}.elementor-379 .elementor-element.elementor-element-7975633 > .elementor-container{max-width:1000px;}.elementor-379 .elementor-element.elementor-element-7975633{margin-top:-53px;margin-bottom:0px;}/* Start custom CSS for shortcode, class: .elementor-element-6ca8475 *//* Top Order Overview Box */
ul.woocommerce-order-overview {
    background-color: #f7f7f7 !important;
    padding: 30px !important;
    border-radius: 5px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    border: none !important;
    margin: 0 0 25px 0 !important;
    list-style: none !important;
}

ul.woocommerce-order-overview li {
    border-right: 1px dashed #d3ced2 !important;
    padding-right: 25px !important;
    margin-right: 25px !important;
    text-transform: none !important; /* Theme er uppercase text bondho korar jonno */
    font-size: 14px !important;
    color: #333 !important;
}

ul.woocommerce-order-overview li:last-child {
    border-right: none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

ul.woocommerce-order-overview li strong {
    display: block !important;
    font-size: 16px !important;
    color: #000 !important;
    margin-top: 5px !important;
}

/* Bottom Order Details Section (Full Grey Box) */
section.woocommerce-order-details {
    background-color: #f7f7f7 !important;
    padding: 30px !important;
    border-radius: 5px !important;
    margin-top: 30px !important;
}

section.woocommerce-order-details h2 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 22px !important;
    color: #333 !important;
    border: none !important;
}

/* Removing Theme's Default Solid Borders */
.woocommerce-order-details table, 
.woocommerce-order-details table th, 
.woocommerce-order-details table td {
    border: none !important;
    background: transparent !important;
}

/* Adding Dashed Borders to Rows like 2nd Image */
.woocommerce-order-details table th, 
.woocommerce-order-details table td {
    border-bottom: 1px dashed #d3ced2 !important;
    padding: 15px 0 !important;
    text-align: left !important;
}

/* Remove bottom border from the very last row */
.woocommerce-order-details table tr:last-child th,
.woocommerce-order-details table tr:last-child td {
    border-bottom: none !important;
}/* End custom CSS */