@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
* {
  box-sizing: border-box;
  font-family: "Mulish", sans-serif;
  color: #5e5e5e;
}

html,
body {
  margin: 0;
  padding: 0;
  margin-bottom: 80px;
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

label {
  text-align: right;
  padding-right: 10px;
  margin: 10px 0;
}

input {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  margin: 10px 0;
  height: 36px;
  padding-left: 10px;
  border-color: #777;
}

header {
  height: 120;
  display: flex;
  flex-direction: row;
  background-color: white;
  z-index: 9999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  align-items: center;
}

footer {
  background-color: #777;
  color: white;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  padding: 5px;
  align-items: center;
  height: 50px;
}

footer h3 {
  font-size: 0.8em;
  color: white;
}

footer a {
  color: white;
}

main {
  margin-top: 120px;
}

i {
  margin-left: 10px;
  margin-right: 10px;
}

button i {
  margin-right: 10px;
  margin-left: 0px;
}

.main-header {
  padding-bottom: 10px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
}

.brand {
  align-items: center;
  text-align: left;
  padding-left: 20px;
  display: flex;
  flex-basis: 50%;
}

.brand img {
  height: 100px;
  margin-right: 20px;
}

.brand h1 {
  font-family: "Montserrat", sans-serif;
  margin-right: 20px;
  text-align: left;
  display: flex;
  font-size: 2.5em;
  font-weight: normal;
}

.brand h3 {
  display: flex;
  text-align: left;
  font-weight: 600;
  font-style: italic;
  margin: 0;
  font-size: 1em;
  color: #333;
}

.logo {
  text-align: right;
  flex-basis: 50%;
  position: absolute;
  bottom: 5px;
  right: 20px;
}

.logo h1 {
  color: white;
}

.logo h3 {
  font-size: 0.9em;
  font-weight: bold;
  color: #333;
  position: fixed;
  right: 20px;
  top: 0px;
}

.logo a {
  color: #333;
}

.content-section {
  margin: 0.5em;
  width: 100%;
}

.content-cart {
  font-size: 1em;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.25em;
  display: flex;
  flex-direction: row;
  flex: 1;
}

.section-intro {
  height: 120px;
  display: flex;
  flex-direction: column;
}

.section-items {
  flex-basis: 70%;
}

.section-cart {
  flex-basis: 30%;
}

.section-header {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #333;
  text-align: center;
  font-size: 1.5em;
}

.intro {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #333;
  text-align: center;
  font-size: 1.75em;
}

.thankyou {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #333;
  text-align: center;
  font-size: 2em;
  padding: 100px;
}

.float-box {
  background: #e4e5ea;
  padding: 1.5em;
}

.footer-copy {
  flex-basis: 50%;
  text-align: left;
  margin-left: 20px;
}

.footer-contact {
  flex-basis: 50%;
  text-align: right;
  margin-right: 20px;
}

.disclaimer {
  font-size: 0.8em;
  font-style: italic;
}

.free {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #333;
  text-align: center;
  font-size: 1.25em;
  text-decoration: underline;
}

.popup-img {
  position: fixed;
  top: 120px;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
}

.popup-img span {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}

.popup-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
  width: 500px;
  object-fit: cover;
  background: #fff;
}

.jobtitlelabel {
  margin-bottom: 10px;
}

.jobtitle {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.jobtitle input {
  box-sizing: border-box;
  appearance: none;
  background: white;
  outline: 1px solid #333;
  border: 3px solid white;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.jobtitle input:checked {
  background: #333;
}

.jobtitle span {
  width: 100%;
  margin-left: 10px;
}

.addresslabel {
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #333;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  font-size: 1.1em;
}

.btn {
  text-align: center;
  vertical-align: middle;
  padding: 0.5em 0.5em;
  cursor: pointer;
  font-size: 0.8em;
  background-color: #1569c7;
  border: none;
  font-weight: bold;
  border-radius: 0.3em;
  color: white;
  border-radius: 50px;
}

.btn-selected {
  background-color: #d2d2d4;
  color: #777;
}

.btn-available {
  background-color: #1569c7;
  color: white;
}

.btn-available:hover {
  background-color: #2d9cdb;
}

.shop-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-around;
}

.shop-item {
  width: calc(30% + 5px);
  height: 20%;
  margin-top: 20px;
  margin-bottom: 60px;
}

.shop-item-title {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
  height: 40px;
}

.shop-item-details {
  font-size: 0.8em;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-item-image-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-item-image {
  width: 160px;
  height: 160px;
  margin-bottom: 10px;
}

.shop-item-image:hover {
  transform: scale(1.1);
}

.shop-item-button {
  width: 250px;
  font-size: 0.9em;
  margin: auto 25%;
  padding: 10px;
}

.cart-header {
  font-weight: bold;
  font-size: 1.25em;
  color: #333;
}

.cart-column {
  display: flex;
  align-items: center;
  margin-right: 1.5em;
  padding-bottom: 10px;
  margin-top: 10px;
}

.cart-row {
  display: flex;
}

.cart-item {
  width: 45%;
  font-size: 1em;
}

.cart-price {
  width: 20%;
  font-size: 1em;
  color: #333;
}

.cart-quantity {
  width: 35%;
  font-size: 1em;
}

.cart-item-title {
  color: #333;
  margin-left: 0.5em;
  font-size: 0.8em;
  width: 100px;
}

.cart-item-image {
  width: 80px;
  height: auto;
  border-radius: 10px;
}

.btn-danger {
  color: white;
  background-color: #eb5757;
  border: none;
  border-radius: 0.3em;
  font-weight: bold;
}

.btn-danger:hover {
  background-color: #cc4c4c;
}

.cart-quantity-input {
  height: 34px;
  width: 50px;
  border-radius: 5px;
  border: 1px solid #56ccf2;
  background-color: #eee;
  color: #333;
  padding: 0;
  text-align: center;
  font-size: 1.2em;
  margin-right: 25px;
}

.cart-row:last-child .cart-column {
  border: none;
}

.cart-total {
  text-align: center;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 1em;
}

.cart-total-title {
  font-weight: bold;
  font-size: 1.25em;
  color: black;
  margin-right: 20px;
}

.cart-total-price {
  color: #333;
  font-size: 1.1em;
}

.btn-purchase {
  display: block;
  font-size: 1em;
  width: 80%;
  margin: 40px auto 40px auto;
  height: 46px;
}

.btn-purchase:hover {
  background-color: #2d9cdb;
}

.form-text {
  font-size: 1em;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  label {
    text-align: right;
    padding-right: 5px;
    margin: 5px 0;
  }

  input {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    margin: 10px 0;
    height: 36px;
    padding-left: 10px;
    border-color: #777;
  }

  header {
    height: 120;
    display: flex;
    flex-direction: row;
    background-color: #1569c7;
    z-index: 9999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  }

  footer {
    background-color: #777;
    color: white;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    padding: 5px;
    align-items: center;
    height: 50px;
  }

  footer h3 {
    font-weight: 100;
    font-size: 0.8em;
    color: white;
  }

  footer a {
    color: white;
  }

  main {
    margin-top: 120px;
  }

  i {
    margin-left: 10px;
    margin-right: 10px;
  }

  button i {
    margin-right: 10px;
    margin-left: 0px;
  }

  .main-header {
    padding-bottom: 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
  }

  .brand {
    align-items: center;
    text-align: left;
    display: flex;
    flex-basis: 50%;
  }

  .brand img {
    height: 60%;
    margin-right: 20px;
  }

  .brand h1 {
    font-family: "Montserrat", sans-serif;
    margin-right: 20px;
    text-align: left;
    display: flex;
    font-size: 2.5em;
    font-weight: normal;
    color: white;
  }

  .brand h3 {
    display: flex;
    text-align: left;
    font-weight: 100;
    font-style: italic;
    margin: 0;
    font-size: 1em;
    color: white;
  }

  .logo {
    text-align: center;
  }

  .logo h1 {
    color: white;
  }

  .logo h3 {
    font-size: 0.6em;
    font-weight: 100;
    color: white;
  }

  .logo a {
    color: white;
  }

  .content-section {
    margin: 0.5em;
    width: 100%;
  }

  .content-cart {
    font-size: 1em;
  }

  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1.25em;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .section-intro {
    height: 80px;
    display: flex;
    flex-direction: column;
  }

  .section-items {
    flex-basis: 70%;
  }

  .section-cart {
    flex-basis: 30%;
  }

  .section-header {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #333;
    text-align: center;
    font-size: 1.5em;
  }

  .intro {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #333;
    text-align: center;
    font-size: 1.25em;
  }

  .thankyou {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #333;
    text-align: center;
    font-size: 2em;
    padding: 100px;
  }

  .float-box {
    background: #e4e5ea;
    padding: 1.5em;
  }

  .footer-copy {
    font-size: 0.8em;
    flex-basis: 50%;
    text-align: left;
    margin-left: 20px;
  }

  .footer-contact {
    font-size: 0.8em;
    flex-basis: 50%;
    text-align: right;
    margin-right: 20px;
  }

  .disclaimer {
    font-weight: 100;
    font-size: 0.8em;
    font-style: italic;
  }

  .free {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #333;
    text-align: center;
    font-size: 1.25em;
    text-decoration: underline;
  }

  .btn {
    text-align: center;
    vertical-align: middle;
    padding: 0.5em 0.5em;
    cursor: pointer;
    font-size: 0.8em;
    background-color: #1569c7;
    border: none;
    font-weight: bold;
    border-radius: 0.3em;
    color: white;
    border-radius: 50px;
  }

  .btn-selected {
    background-color: #d2d2d4;
    color: #777;
  }

  .btn-available {
    background-color: #1569c7;
    color: white;
  }

  .btn-available:hover {
    background-color: #2d9cdb;
  }

  .shop-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-around;
  }

  .shop-item {
    width: calc(30% + 5px);
    height: 20%;
    margin-top: 10px;
  }

  .shop-item-title {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
    color: #333;
    margin-bottom: 5px;
    overflow: hidden;
    height: 40px;
  }

  .shop-item-details {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .shop-item-image-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .shop-item-image {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .shop-item-button {
    font-weight: 100;
    margin: auto 25%;
    padding: 10px;
    border-radius: 0;
  }

  .shop-item-button i {
    margin: 5px;
  }

  .cart-header {
    font-weight: bold;
    font-size: 1.25em;
    color: #333;
  }

  .cart-column {
    display: flex;
    align-items: center;
    margin-right: 1.5em;
    padding-bottom: 10px;
    margin-top: 10px;
  }

  .cart-row {
    display: flex;
  }

  .cart-item {
    width: 45%;
    font-size: 1em;
  }

  .cart-price {
    width: 20%;
    font-size: 1em;
    color: #333;
  }

  .cart-quantity {
    width: 35%;
    font-size: 1em;
  }

  .cart-item-title {
    color: #333;
    margin-left: 0.5em;
    font-size: 0.8em;
    width: 100px;
  }

  .cart-item-image {
    width: 80px;
    height: auto;
    border-radius: 10px;
  }

  .btn-danger {
    color: white;
    background-color: #eb5757;
    border: none;
    border-radius: 0.3em;
    font-weight: bold;
  }

  .btn-danger:hover {
    background-color: #cc4c4c;
  }

  .cart-quantity-input {
    height: 34px;
    width: 50px;
    border-radius: 5px;
    border: 1px solid #56ccf2;
    background-color: #eee;
    color: #333;
    padding: 0;
    text-align: center;
    font-size: 1.2em;
    margin-right: 25px;
  }

  .cart-row:last-child .cart-column {
    border: none;
  }

  .cart-total {
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 1em;
  }

  .cart-total-title {
    font-weight: bold;
    font-size: 1.25em;
    color: black;
    margin-right: 20px;
  }

  .cart-total-price {
    color: #333;
    font-size: 1.1em;
  }

  .btn-purchase {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    width: 80%;
    margin: 40px auto 40px auto;
    height: 46px;
  }

  .btn-purchase:hover {
    background-color: #2d9cdb;
  }

  .form-text {
    font-size: 1em;
    font-weight: bold;
  }
}
