/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.woocommerce-order-received .woocommerce-attachment-details {
    display: none;
}

.woocommerce-order-received .shop_table.additional_details {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 1px solid #e0dede;
}

.woocommerce-order-received .shop_table.additional_details tr {
    height: auto !important;
    border-bottom: none;
}

.woocommerce-order-received .shop_table.additional_details th,
.woocommerce-order-received .shop_table.additional_details td {
    display: inline-block;
    width: auto;
    padding: 0 15px 15px 30px !important;
}

.woocommerce-order-received .shop_table.additional_details th {
    padding-right: 0 !important;
    font-size: 16px;
    font-weight: 900;
    color: #000;
}

.woocommerce-order-received .shop_table.additional_details tr:first-child th,
.woocommerce-order-received .shop_table.additional_details tr:first-child td {
    padding-top: 30px !important;
}

.woocommerce-order-received .shop_table.additional_details tr:last-child th,
.woocommerce-order-received .shop_table.additional_details tr:last-child td {
    padding-bottom: 30px !important;
}