@import url("https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&family=Poppins&display=swap");

.countainer {
  text-align: center;
  border-radius: 10px;
  background: rgb(199, 199, 199);
  background: linear-gradient(
    90deg,
    rgba(199, 199, 199, 1) 0%,
    rgba(230, 230, 236, 1) 51%,
    rgba(210, 210, 214, 1) 100%
  );
  width: 80%;
  height: auto;
  margin: auto;
  padding: 0.3% 1.5% 1.5% 1.5%;
  font-family: "Poppins", sans-serif;
}
    .product footer.content {
    margin-top: 80px;
  }
.boxContainer {
  display: flex;
  flex-wrap: wrap;
}

.ticketform {
  width: 23%;
  margin-bottom: 25px;
  margin: 1%;
}

h1.buyonline {
  color: #375db2;
  font-size: 35px;
  letter-spacing: 3.5px;
}
h3.tickettitle {
  color: #375db2;
}
p.ticket-rules {
  width: 40%;
  text-align: center;
  margin: auto;
  font-size: 13px;
}

label {
  font-size: 20px;
  padding-right: 20px;
}

input {
  font-size: 25px;
  width: 100%;
}

.cart-items {
  margin: auto;
  width: 100%;
  height: 30%;
  align-items: center;
}

.about {
  height: 100%;
}

.title {
  padding-top: 5px;
  line-height: 10px;
  font-size: 32px;
  font-weight: 800;
  color: #375db2;
  text-align: center;
}

.price {
  line-height: 10px;
  font-size: 18px;
  font-weight: 600;
  color: grey;
}

.full-price {
  padding-top: 20px;
  font-size: 26px;
  color: #375db2;
  font-weight: 800;
}
.total {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
p.desc {
  color: #202020;
  padding-top: 15px;
}
.subtotal,
.total1 {
  font-size: 22px;
  font-weight: 700;
  color: goldenrod;
}

.items {
  font-size: 16px;
  font-weight: 700;
  color: #909090;
}

.total-amount {
  font-size: 36px;
  font-weight: 900;
  color: #375db2;
}

button.next-btn,
button.prev-btn,
button.submit-btn {
  margin-top: 10px;
  color: white;
  border: none;
  height: 40px;
  width: 20%;
  cursor: pointer;
  font-size: 100%;
  font-weight: 600;
  border-radius: 20px;
  background: linear-gradient(to bottom right, #b8d7ff, #8eb7eb);
}

button.next-btn:hover,
button.prev-btn:hover,
button.submit-btn:hover {
  background: linear-gradient(to bottom right, #8eb7eb, #b8d7ff);
}
button.submit-btn:disabled {
  background: grey;
  color: lightgrey;
}
.step {
  display: none;
  width: 100%;
}

.step.active {
  display: block;
}

#btnNext {
  width: 100%;
}

#site-header h1 span {
  color: #53b5aa;
}

#site-header h1 span.last-span {
  background: #fff;
  padding-right: 150px;
  position: absolute;
  left: 217px;

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#site-header h1:hover span.last-span,
#site-header h1 span.is-open {
  left: 363px;
}

#site-header h1 em {
  font-size: 16px;
  font-style: normal;
  vertical-align: middle;
}

#cart {
  width: 100%;
}

#cart h1 {
  font-weight: 300;
}

.product {
  border: 1px solid #eee;
  margin: 20px 0;
  width: 100%;
  height: 260px;
  position: relative;

  -webkit-transition: margin 0.2s linear, opacity 0.2s linear;
  -moz-transition: margin 0.2s linear, opacity 0.2s linear;
  -ms-transition: margin 0.2s linear, opacity 0.2s linear;
  -o-transition: margin 0.2s linear, opacity 0.2s linear;
  transition: margin 0.2s linear, opacity 0.2s linear;
}

.product img {
  width: 100%;
  height: 100%;
}

.product header,
.product .content {
  background-color: #fff;
  border: 1px solid #ccc;
  border-style: none none solid none;
  float: left;
}

.product header {
  background: #000;
  margin: 0 1% 20px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 24%;
  height: 195px;
}

.product header:hover h3 {
  bottom: 73px;
}

.product header h3 {
  background: #53b5aa;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 49px;
  margin: 0;
  padding: 0 30px;
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;

  -webkit-transition: bottom 0.2s linear;
  -moz-transition: bottom 0.2s linear;
  -ms-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
}

.product .content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 80px;
  padding: 0 20px;
  width: 100%;
}

.product h1 {
  color: #375db2;
  font-size: 25px;
  font-weight: 300;
  margin: 17px 0 20px 0;
}

.product footer.content {
  height: 50px;
  margin: 6px 0 0 0;
  padding: 0;
}

.product footer .price {
  background: #fcfcfc;
  color: #000;
  float: right;
  font-size: 15px;
  font-weight: 300;
  line-height: 49px;
  margin: 0;
  padding: 0 30px;
}

.product footer .full-price {
  background: #375db2;
  color: #fff;
  float: right;
  font-size: 22px;
  font-weight: 300;
  line-height: 49px;
  margin: 0;
  padding: 0 30px;

  -webkit-transition: margin 0.15s linear;
  -moz-transition: margin 0.15s linear;
  -ms-transition: margin 0.15s linear;
  -o-transition: margin 0.15s linear;
  transition: margin 0.15s linear;
}

.qt,
.qt-plus,
.qt-minus {
  display: block;
  float: left;
}

.qt {
  font-size: 19px;
  line-height: 50px;
  width: 70px;
  text-align: center;
}

.qt-plus,
.qt-minus {
  background: #fcfcfc;
  border: none;
  font-size: 30px;
  font-weight: 300;
  height: 100%;
  padding: 0 20px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.qt-plus:hover,
.qt-minus:hover {
  background: #375db2;
  color: #fff;
  cursor: pointer;
}

.qt-plus {
  line-height: 50px;
}

.qt-minus {
  line-height: 47px;
}

#site-footer {
  margin: 30px 0 0 0;
}

#site-footer {
  padding: 40px;
}

#site-footer h1 {
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-style: none none solid none;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 7px 0;
  padding: 14px 40px;
  text-align: center;
}

#site-footer h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 10px 0 0 0;
}

#site-footer h3 {
  font-size: 19px;
  font-weight: 300;
  margin: 15px 0;
}

.left {
  float: left;
  width: 35%;
  margin-left: 100px;
}

.right {
  float: right;
  width: 35%;
  margin-right: 100px;
}

.buyer {
  width: 900px;
}

.center {
  margin-top: 2%;
  margin-bottom: 5%;
}

.check {
  width: 2%;
}

.checkmail {
  width: 5%;
  height: 5%;
}

.tax {
  font-size: 19px;
  font-weight: 300;
  color: #375db2;
}

.totals {
  display: flex;
  justify-content: space-between;
}

#paypal-button-container {
  width: 40%;
  margin: auto;
  padding-top: 3%;
  padding-bottom: 5%;
}
@media only screen and (max-width: 992px) {
  .left {
    width: 45%;
    font-size: 15px;
    margin-left: 1%;
    float: center;
  }
  .right {
    width: 45%;
    margin-right: 1%;
    float: center;
  }
  .center {
    margin-top: 8%;
  }
}
@media only screen and (max-width: 768px) {
    .countainer {
    width: 80%;
  }
  .ticketform {
    width: 30%;
  }
    .product footer.content {
    margin-top: 10px;
  }
  .qt {
    width: 5%;
  }
    .left {
      width: 45%;
      margin-left: 1%;
      float: center;
    }
    .right {
      width: 45%;
      margin-right: 1%;
      float: center;
    }
    .center {
      margin-top: 12%;
    }
  }
@media only screen and (max-width: 600px) {
    .countainer {
    width: 80%;
  }
    .ticketform {
    width: 95%;
  }
      .product footer.content {
    margin-top: 60px;
  }
  .left {
    width: 95%;
  }
  .right {
    width: 95%;
    float: none;
  }
  .center {
    margin-top: -10%;
  }
  label {
    padding-right: 0;
  }
  p.ticket-rules {
    width: 95%;
  }
  .check {
    width: 7%;
    height: 7%;
  }
  .checkmail {
    width: 25px;
    height: 25px;
    margin-left: 0;
  }
  button.next-btn, button.prev-btn, button.submit-btn {
    width: 40%;
  }
  .product {
    height: 370px;
  }
  .product footer .price {
    padding: 0px 43%;
    margin: auto;
  }
  .product footer .full-price {
    font-size: 20px;
  }
  .qt {
    font-size: 16px;
    font-weight: bold;
    width: 7%;
  }
}
@media only screen and (min-width: 600px) {
  .countainer {
    width: 80%;
  }
    .ticketform {
    width: 30%;
  }
    .left {
      width: 45%;
      margin-left: 1%;
      float: center;
    }
    .right {
      width: 45%;
      margin-right: 1%;
      float: center;
    }
    .center {
      margin-top: 25% !important;
    }
  }

/* This is for the panel that is on the buy-online page for listing the total for 50/50 tickets */
@media (min-width: 960px) {
		#panel {
			z-index: 100;
			padding: 7px;
			width: 45vw;
			border-radius: 10px;
margin: auto;
margin-bottom: 2%;
		}
		#panel2 {
			z-index: 100;
			padding: 7px;
			width: 45vw;
			border-radius: 10px;
margin: auto;
margin-bottom: 2%;
		}

		.box {
			text-align: center;
			background-color: #9E0D03;
color: white;
			font-size: 3vw;
			font-weight: bold;
			line-height: 1.2;
		}
.box2 {
			text-align: center;
color: #9E0D03;
			font-size: 3vw;
			font-weight: bold;
			line-height: 1.2;
		}
		.total {
			color: #000;
			font-size: 2.5vw;
			font-weight: bold;
			line-height: 1.2;
		}
	}