/* Order Received */

.woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
}

.woocommerce-order .order_details {
    padding-left: 0;
}

.woocommerce-order .order_details li strong {
    font-size: 14px;
    text-transform: none;
    line-height: 18px;
    font-weight: 400;
}

.woocommerce-order .order_details li {
    font-size: 12px;
    font-weight: 700;
}

.woocommerce-order .order_details + p {
    background: #a3cfbb;
    padding: 10px 20px;
    border-radius: 6px;
    color: #000;
}

.woocommerce-order h2.woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title {
    font-size: 20px;
    margin-bottom: 10px;
}

.woocommerce-order .woocommerce-table thead tr{
    background-color: #254df0 !important;
    color: #fff;
}

.woocommerce-order table.shop_table {
    margin: 0;
    border-collapse: collapse;
    border-radius: 6px;
    overflow: hidden;
}

.woocommerce-order table.shop_table tr:nth-child(even) {
    background: #f3f4f6;
}

.woocommerce-order table.shop_table tr:nth-child(odd) {
    background: #fff;
}

.woocommerce-order .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: none;
    border-bottom-width: 0;
    border-right-width: 0;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 0;
    box-sizing: border-box;
}