ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:first-child {
    padding: 1em 1.618em;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.woolentor-thankyou-order-details-style-one {
    border-top: 1px solid #e1e1e1 !important;
    border-left: 1px solid #e1e1e1 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-right: 1px solid #e1e1e1 !important;
    border-radius: 5px !important;
}

/*Titulo Imagen*/
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.woolentor-thankyou-order-details-style-one thead th.woocommerce-table__product-image.product-image {
    display: none !important;
}


/*Columna Imagen*/
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.woolentor-thankyou-order-details-style-one tbody .woocommerce-table__product-thumbnail.product-thumbnail {
    display: none !important;
}

.woolentor-thankyou-order-details-style-one thead th {
    text-align: left !important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.woolentor-thankyou-order-details-style-one thead tr th {
    border-top: 0px solid #e1e1e1 !important;
    border-left: 0px solid #e1e1e1 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-right: 0px solid #e1e1e1 !important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.woolentor-thankyou-order-details-style-one tfoot tr th {

    border-top: 0px !important;
    border-left: 0px solid #e1e1e1 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-right: 0px solid #e1e1e1 !important;

}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.woolentor-thankyou-order-details-style-one tfoot tr td {
    border-top: 0px !important;
    border-left: 0px solid #e1e1e1 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-right: 0px solid #e1e1e1 !important;
}

.woolentor-thankyou-order-details-style-one .product-name {
    width: 40% !important;
}

.woolentor-thankyou-order-details-style-one .product-price {
    width: 35% !important;
    text-align: right !important;
}

.woolentor-thankyou-order-details-style-one .product-quantity {
    width: 5% !important;
    text-align: right !important;
}

.woolentor-thankyou-order-details-style-one .product-total {
    width: 20% !important;
    text-align: right !important;
}



.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    border: 1px solid #e1e1e1 !important;
    border-radius: 5px !important;
}

.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses h2.woocommerce-column__title {
    border-bottom: 1px solid #e1e1e1 !important;
    background-color: #f8f8f8 !important;
    padding: 25px !important;
    font-size: 22px !important;
    color: #838383 !important;
    font-weight: 500 !important;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 address,
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 address {
    padding: 25px !important;
}

tr.woocommerce-table__line-item.order_item td {
    border-bottom: 1px solid #e1e1e1 !important;
}


ul.order_details::before, ul.order_details::after{
    height: 0px !important;
    background-size: auto auto auto !important;
}