html{
    overflow-y:scroll;
    overflow-x:hidden;
}

body {
    margin:0;
    padding:0;
    /* background-image:url('/images/frontend/pan_pacific_bg.png'); */
    /* position: fixed; */
    background-repeat: no-repeat;
    background-attachment: fixed;
     background-size: cover;
    width: 100%;
}


#wrapper{
  height: 100%;
  margin-top: 200px;
  margin-bottom: 30px;
}

#terms_and_condition{
  margin-top: 100px;
}

.background-image{
  /* background-image:url('/images/frontend/pan_pacific_bg.png'); */
  position: fixed;
  width: 100%;
  left: 45%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: -1;
}

.order-label{
  padding-top: 50px;
  padding-bottom: 35px;
}

.order-label .col-6{
  color:#780725;
  padding: 18px;
}

.order-label .col-6:nth-child(2){
  padding-left: 40px;
}

.order-button-row .col-6{
  padding:0px;
  padding-top: 30px;
}

.logo-img>img {
    width: 200px;
    padding-left: 12px;
}

.payment-form{
    font-size: 20px;
    position: relative;
    background-color: #ffffff;
    border-radius: 10px 10px 0px 0px;
    /* margin-top:190px; */
    box-shadow: 3px 4px 10px 2px #899599;
}

.terms_and_condition_check{
  font-size: 15px;
}

/* .payment-form:before {
    content: " ";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #a8852e;
} */

.header{
  width:100%;
  background: #780725;
  padding: 15px;
  /* text-transform: uppercase; */
  font-weight: bold;
  font-size: 28px;
  color:#fff;
  border-radius: 10px 10px 0px 0px;
}

.order-table{
  width: 100%;
}

.order-table>table{
  padding:30px;
  border-collapse: unset;
}
.order-table tr td:nth-child(1){
  text-align: left;
}

.order-table tr td:nth-child(2){
  width: 10px;
  text-align: center;
}

.order-table tr td:nth-child(3){
  text-align: right;
}

.order-buttons{
  border:2px solid #780725;
  cursor:pointer;
  color:#ffffff;
  background: #780725;
  box-shadow: 0px 4px 4px rgba(221, 186, 72, 0.3);
  border-radius: 5px;
  width: 100%;
  margin: 5px;
  height: 40px;
  font-size: 14px;
  line-height: 16px;
}

.end-payment-form{
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  box-shadow: 3px 4px 10px 1px #899599;
  padding: 10px;
}

.end-payment-form .title{
  font-size: 30px;
  padding: 5px;
}

.end-payment-form .description{
  padding: 5px;
}

.end-payment-form .icon{
  padding: 15px;
  padding-bottom: 20px;
}

.end-payment-form .icon .success{
  color:#32CD32;
}

.end-payment-form .icon .warning{
  color:#a8852e;
}

.end-payment-form .icon .fail{
  color:#FF0000;
}


.first-btn-col{
  width: 45%;
}

.second-btn-col{
  width: 55%;
}

.first-col{
  width:25%;
}

.second-col{
  width:50%;
}

.third-col{
  width:25%;
}

@media screen and (min-width: 600px) and (max-width:1000px) {
  .first-col{
    width:20%;
  }

  .second-col{
    width:60%;
  }

  .third-col{
    width:20%;
  }

  .header{
    font-size: 18px;
  }

  .payment-form{
    font-size: 15px;
  }

}

@media screen and (max-width: 600px) {
  .first-col{
    width:5%;
  }

  .second-col{
    width:90%;
  }

  .third-col{
    width:5%;
  }

  .header{
    font-size: 18px;
  }

  .payment-form{
    font-size: 15px;
  }

  #wrapper{
    margin-top: 115px;
  }

}

@media screen and (max-width: 300px) {
  #wrapper{
    margin-top: 115px;
  }

  .header{
    font-size: 15px;
  }
}

.logo-side {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    background: #ffffff;
    display: flex;
    z-index: 99;
    align-items: center;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(167, 133, 46, 0.5);
    -moz-box-shadow: 0px 4px 4px 0px rgba(167, 133, 46, 0.5);
    box-shadow: 0px 4px 4px 0px rgba(167, 133, 46, 0.5);
}
.logo-side .logo {
    max-width: 200px;
    height: 40px;
    margin: 0;
}

.term-header{
  color:#780725;
}

a:hover{
  color:#780725;
}

a{
  color:#780725;
}
