/* START OF HEADER */
/* CSS Reset */
html, div, body, p {
	margin: 0px;
	padding: 0px;
  box-sizing: border-box;
}

/* Top Of The Page Text */
.TopText{
  text-align: center;
  background-color: #FAEEE7;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  padding: 1rem;
}

/* Banner */
.Banner{
  background-color: #FACBCB;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
  
/* Navigation Bar Items */
.NavBar{
  color: #2d334a;
  background-color: #FACBCB;
  border-spacing: 1rem;
}

.NavBarItems {
  background-color: transparent;
  box-sizing: border-box;
  color: #1F2223;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding-right: 1rem;
}

.NavBarItems:hover{
  color: #1F2223;
  font-weight: 700;
}

/* Header Toronto Cupcake Logo */
.TC-Logo{
  padding-left: 2rem;
}

/* Search Bar */
.SearchBar{
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  padding-right: 2rem;
}

.SearchBar i{
  position: absolute;
  right: 7rem;
  margin: 8px;
}

/* Hide Magnifying Glass Icon When Screen Size Reaches 900px */
@media screen and (max-width: 1000px){
  .SearchBar i{
  display: none;
  }
}

.input-field{
  width: 100%;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
}

.fa-solid.fa-cart-shopping{
  padding-right: 2rem;
}
/* END OF HEADER */

/* START OF FOOTER*/
/* Bottom Of The Page Text */
.BottomText{
  text-align: center;
  background-color: #FACBCB;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  padding: 1rem;
}
  
/* Footer Top And Bottom Spacing */
footer{
  padding-top: 2rem;
  padding-bottom: 11rem;
}
  
/* Footer Spacing */
.Footer-IMG-Description{
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 3rem;
  position: relative;
  width: 33.3333%;
}
  
/* Footer Description Text */
.Footer-Description{
  box-sizing: border-box;
  color: #1F2223;
  display: block;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  margin-bottom: 16px;
  margin-top: 15px;
}
  
/* Social Media Icons In Footer */
.Social-Icons{
  width: 30%;
}
  
/* Increase Size of Social Media Icons When Screen Size Reaches 900px */
@media screen and (max-width: 1000px){
  .Social-Icons{
  width: 60%;
  }
}
  
/* Three Column Footer */
.Footer-Columns{
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  position: relative;
  width: 66.6667%;
  padding-right: 6rem;
}
  
.Footer-Links-Column-1{
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  position: relative;
  width: 58.3333%;
}
  
.Footer-Links-Column-2{
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  position: relative;
  width: 41.6667%;
}
     
.Footer-Links-Column-3{
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  position: relative;
  width: 33.3333%;
}
  
/* Footer Link Text */
.FooterItems{
  background-color: transparent;
  box-sizing: border-box;
  color: #1F2223;
  font-family: 'Noto Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  line-height: 1.8em;
  margin-bottom: 16px;
  margin-top: 2px;
}
  
.FooterItems:hover{
  color: #1F2223;
  font-weight: bold;
  transition: 0.2s;
  font-weight: 700;
}
/* END OF FOOTER*/
  
.box {
  width: 1000px;
  margin: 0 auto;
}

.content {
  border: 2px solid #fff;
  overflow: hidden;
  margin: 40px auto;
}
.content h2 {
  margin: 40px 40px;
  text-align: left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 35px;
}
.content table {
  width: 100%;
  border-collapse: collapse;
}

.content table th {
  background-color: #f8eee8;
  font-weight:600;
  margin-bottom:50px;
}
.content table th {
  padding: 8px;
  border: 0px solid #f8eee8;
  text-align: left;
}

.content table  td   
{
  padding:10px 0px;
}

.Edit-Delete{
  cursor: pointer;
}

#ItemsHide{
  border: none;
  background-color: white;
  font-family: 'Not Sans', sans-serif;
  font-size: 16px;
}

.total {
  margin-top: 20px;
  padding: 20px;
  text-align: right;
  border-top: 1px solid #ccc;
  font-size: 24px;
  font-weight: bold;
}

.soften-button2 {
  background-color: #73D382;
  color: #ffffff;
  border-radius: 10px;
  border: 3px solid #ffffff;
  padding: 20px 70px;
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 0 auto 40px;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-family: "Noto Sans", sans-serif;
  float: right;
  cursor: pointer;
}

.soften-button {
  background-color: #FACBCB;
  color: #000000;
  border-radius: 10px;
  border: 3px solid #ffffff;
  padding: 20px 70px;
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 0 auto 40px;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-family: "Noto Sans", sans-serif;
  float: right;
  cursor: pointer;
}

.soften-button:hover {
	background-color: #fcafaf;
}

.soften-button2:hover {
  background-color: #60ca6c;
}

.soften-button1 {
  background-color: #FACBCB;
  color: black;
  border-radius: 10px;
  border: 3px solid #ffffff;
  padding: 20px 70px;
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 0 auto 40px;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-family: "Noto Sans", sans-serif;
  cursor: pointer;
}

.soften-button1:hover {
  background-color: #fcafaf;
}

#ConfirmationImg {
  width: 20%;
  display: block;
  margin: 20px auto;
  margin-bottom: -2rem;
}

#ConfirmationImg:hover {
  animation: side2side 2s infinite alternate;
  transition: 3s;
}

#ConfirmationImg:hover {
  animation: side2side 2s infinite alternate;
  transition: 3s;
}

/* Feel free to use additional keyframes for your own waddle animation */
@keyframes side2side {
  from {
    transform: rotate(0deg) scale(1.2);
  }
  50% {
    transform: rotate(-10deg) scale(1.2);
  }
  to {
    transform: rotate(10deg) scale(1.2);
  }
}

.box h1.tk {
  text-align: center;
  margin: 40px 0px;
  font-size: 50px;
  font-family: 'Noto Sans', sans-serif;
}

.box .text {
  margin: 20px 0px;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
}

.box .email-link {
  color: #007bff;
  transition: color 0.2s ease;
  text-decoration: underline;
}