body {
    /* background-color: #5DE6DE; */
    background-image: url("../images/bg-01.jpg");
    background-repeat:no-repeat;
    /* min-height: 100vh; */
    font-family: 'Fira Sans', sans-serif;
    display: block;
}

.icon2
{
    margin-top:-25px;
    margin-left:260px;
}


.displayb
{
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
}

.test{
    color: brown;
    font-size: 35px;
}


.custommargin
{
	margin-top: 75px;
}
.cardmargin
{
	margin-bottom: 50px;
}

.textalignend
{
    text-align: end;
}
.green
{
    color: #5ba544;
    font-family: auto;
}

.purple
{
    color: #683ab7;
}

.orderhistorytop
{
    margin-top: 20px;
}


  /* order history */
  .orderhistoryt1
  {
   
     font-size: 16px;
      font-weight: 800;
       line-height: 24px;
        padding: 10px;
  }
 .orderhistoryt2
 {
    
     font-size: 16px;
     font-weight: 800;
     line-height: 24px;
     padding: 10px;
 }
 .orderhistoryt3
 {
   
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 10px 5px 10px;
 }
 .orderhistoryt4
{
    
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 10px 5px 10px;
}
.orderhistoryt5
{
    
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 10px;
}
.orderhistoryt6
{
    
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 10px;
}
                        
.productname
{
    width: 48%;
}
.productid
{
    width: 48%;
}
.productname, .productid
{
    margin: 2%;
    padding: 10px;
    display: inline-block;
}
.custommargin10
{
    margin-top: 30px;
}

@media only screen and (max-width: 600px) {
    .amount {
        margin-top: -57px;
    }
    .viewdetails
{
    margin-top: -26px;
}
}

/* NotFound */
#notfound {
    position: relative;
    height: 100vh;
  }
  
  #notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .notfound {
    max-width: 410px;
    width: 100%;
    text-align: center;
  }
  
  .notfound .notfound-404 {
    height: 280px;
    position: relative;
    z-index: -1;
  }
  
  .notfound .notfound-404 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 230px;
    margin: 0px;
    font-weight: 900;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url('../images/bg.jpg') no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
  }
  
  
  .notfound h2 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
  }
  
  .notfound p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  
  .notfound a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #0046d5;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
  }
  .mtop{
      margin-top: 50px;
  }
  
  @media only screen and (max-width: 767px) {
      .notfound .notfound-404 {
        height: 142px;
      }
      .notfound .notfound-404 h1 {
        font-size: 112px;
      }
      .mgtop
      {
          margin-top: 200px;
      }
      .validtillmt
      {
        margin-top: -24px;
      }
  }

  .historymargin
{
    margin-top: 10px;
}
.card
{
    border-radius: 15px;
} 

.heightfooter
{
    height: 1000px!important;
    overflow-y: scroll;
}
  
  
     
  /* //payment sucessfull */
  