.prin{
  background-color: #9ec10e;
  height: 50px;
}

.msg{
  position: relative;
  top:20px;
  z-index: 1500;
  font-weight: bold;
  line-height: 7px;
  font-size: 4rem;
  letter-spacing: 2px;
}

.logot{
  transition: all .4s ease-in-out;
  height: 96px;
  width: auto;
}
.hedtit{
  padding-bottom: 30px;
  padding-top: 5px;
}

input:not([type="checkbox"]):not([type="radio"]),
select {
  line-height: 18px;
  padding: 10px 16px;
  min-height: 40px;
  font-size: 1.155rem;
}

.form-group label:not(.error) {
  font-size: 1.333rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 4px;
  color: #777777;
}
.qrtscreen {
  width: 100%;
  overflow: hidden;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 40vh;
}
.carpag{
  min-height: 100vh;
  max-height: inherit;
}

.product .product-price {
  width: 58%;
}
