.woocommerce-order.thankyou-page .woocommerce-thankyou-order-received {
    font-size: 32px;
    line-height: 44.21px;
    font-weight: 400;
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    padding-bottom: 10px;
}
.woocommerce-order.thankyou-page .thank-you-order-title h6 {
    margin: 0;
    font-size: 24px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 400;
    font-family: "DM Sans";
}
.woocommerce-order.thankyou-page .thank-you-order-title h6.order-number {
    font-weight: 700;
}
.woocommerce-order.thankyou-page .thankyou-order {
    width: 61%;
}
.woocommerce-order.thankyou-page .thankyou-payment {
    width: 26.3%;
}
 .woocommerce-order.thankyou-page {
    max-width: 1128px;
    margin: 0 auto;
}
.woocommerce-order.thankyou-page .thank-you-order-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}
.woocommerce-order.thankyou-page .payment-received-msg h6 {
    margin: 0;
    font-size: 24px;
    line-height: 31.92px;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 5px;
    font-family: "DM Sans";
    font-weight: 700;
}
.woocommerce-order.thankyou-page .payment-received-msg p {
    margin: 0;
    font-size: 24px;
    line-height: 31.92px;
    font-weight: 400;
    color: #000;
    font-family: "DM Sans";
    max-width: 572px;
    width: 100%;
}
.woocommerce-order.thankyou-page .thankyou-payment-title h5 {
    margin: 0;
    font-size: 32px;
    line-height: 33.21px;
    font-weight: 400;
    font-family: "DM Sans";
}
.woocommerce-order.thankyou-page .thankyou-payment-title {
    padding-bottom: 21px;
}
.woocommerce-order.thankyou-page .thankyou-details {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.thankyou-payment-table table {
    margin: 0;
}
.thankyou-payment-table table tr {
    height: auto;
}
.thankyou-payment-table table tr td {
    padding: 0;
}
.thankyou-payment-table table tr td {
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    color: #474747;
    font-weight: 400;
}
.woocommerce-order.thankyou-page .payment-home-btn{
    display:flex;

}
.woocommerce-order.thankyou-page .payment-home-btn a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;    
    padding: 12px 24px;
    border-radius: 50px;
    width: 50%;
    text-align: center;
    display: inline-block;    
    transition: .5s;
    font-weight: 700;
}
.woocommerce-order.thankyou-page .payment-home-btn a:first-of-type {   
    background: white;
    color: #483CFF;
    border: 1px solid #483CFF;
}
.woocommerce-order.thankyou-page .payment-home-btn a:last-of-type {
    background: #483CFF;
    color: #fff;  
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .woocommerce-order.thankyou-page .thankyou-order {
        width: 55%;
    }
    .woocommerce-order.thankyou-page .thankyou-payment {
        width: 30.3%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .woocommerce-order.thankyou-page .thank-you-order-title h6 {
        font-size: 20px;
    }
    .woocommerce-order.thankyou-page .thankyou-payment-title h5 {
        font-size: 22px;
        line-height: 25.21px;
    }
    .woocommerce-order.thankyou-page .payment-received-msg h6 {
        font-size: 20px;
        line-height: 27.92px;
    }
    .woocommerce-order.thankyou-page .payment-received-msg p {
        font-size: 20px;
        line-height: 27.92px;
    }
    .woocommerce-order.thankyou-page .thankyou-payment {
        width: 39.3%;
    }
    .woocommerce-order.thankyou-page .thankyou-order {
        width: 51%;
    }
}

@media only screen and (max-width: 767px){
    .woocommerce-order.thankyou-page .thankyou-details {
        flex-direction: column;
    }
    .woocommerce-order.thankyou-page .thankyou-order {
        width: 100%;
    }
    .woocommerce-order.thankyou-page .thankyou-payment {
        width: 100%;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 575px){
    .woocommerce-order.thankyou-page .thank-you-order-title h6 {
        font-size: 18px;
    }
    .woocommerce-order.thankyou-page .payment-received-msg p {
        font-size: 18px;
        line-height: 25.92px;
    }
    .woocommerce-order.thankyou-page .payment-received-msg h6 {
        font-size: 18px;
        line-height: 25.92px;
    }
    .woocommerce-order.thankyou-page .thankyou-payment-title h5 {
        font-size: 25px;
        line-height: 28.21px;
    }
}