.thankyou{
    margin-bottom: 16px;
}
  .thankyou .thankyou-content{
    text-align: center;
  }
  .thankyou .thankyou-content h1{
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #e83e31;
  }
  .order{
    margin: 25px 0px;
    font-size: 16px;
  }
  .order .order-summary{
       font-size: 16px;
       font-weight: bold;
  }
  .order .btn{
     border: none;
     font-size: 16px;
     outline: none;
     font-weight: bold;
     letter-spacing: 1.5px;
     box-shadow: none;
  }
  .continue-shopping{
    margin: 16px 0px;
  }
  .continue-shopping .btn{
     font-weight: bold;
     /* font-family: arial; */
     padding: 6px 18px;
     font-size: 16px;
     font-family: 'Roboto', sans-serif;
     background-color: #e83e31;
     color: white;
     letter-spacing: 1px;
  }
  .continue-shopping .btn_1{
    margin-left: 8px;
  }

  .thanks-img img{
    margin: 6px auto;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 50%;
  }
  @media(min-width: 993px){
    .thankyou{
      margin-top: 7%;
    }
  }
.thankyou-page .thankyou-h3{color: #e83e31;font-weight:600;}
.thankyou-page .thankyou-a{display: block;color:grey;margin-bottom: 1rem;}
.thankyou-page .thankyou-btn{margin-bottom: 0.56rem;background-color: #e83e31;color:#fff;}
  @media (max-width: 468px){
       html{
        font-size: 10px;
       }
  }
