.shop-title {
  font-family: comic sans MS;
  text-decoration: underline;
  color: rgb(82, 164, 90);
  text-align: center;
  font-weight: bold;
  font-size: 500%;
  text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
}
.shop-nav {
  font-family: “Comic Sans MS”, “Comic Sans”, cursive;
  line-height: 30px;
  background-color: rgb(219, 254, 218);
  height: 2050px;
  width: 10%;
  float: left;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 5px 0 5px -2px #888;
}
.item {
    display: inline-block;
    width: 20%;
    margin-left: 20px;
    margin-right: 5px;
  }
  .item-img {
    width: 100%;
    border: solid;
    margin-bottom: 5px;
    border-radius: 10px;
    box-shadow: 5px 3px 5px 3px #888888;
  }
  .cart-img {
    width: 70%;
    border-radius: 50px;
    margin-top: 10px;
  }
  .shop-cart {
    display: inline-block;
    width: 6%;
    margin-left: 0;
    margin-right: 0;
    float: right;
    position: absolute;   
  }
  .cart-button-div {
    display: inline-block;
    vertical-align: top;
    margin-top: 1.5%;
    margin-right: 0;
    margin-left: 65%;
  }
  .cart-button:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(55, 130, 47);
    cursor: grab;
  }
  .cart-button {
    background-color: rgb(55, 130, 47);
    font-size: 150%;
    width: 100%;
    color: white;
    border-radius: 2px;
    border-color: grey;
  }
  .shop-button {
    color: rgb(42, 165, 52);
    font-size: 150%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    cursor: grab;
  }
  .search-bar {
    width: 90%;
    height: 40px;
  }
  .donation-meter {
    width: 98%;
    height: 30px;
    margin-top: 0;
  }
  .donation-text {
    margin-bottom: 0;
    text-align: center;
    color: rgb(215, 6, 6);
    font-size: 150%;
    font-weight: 500;
    text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
  }
  .donate-button {
    color: white;
    font-size: 150%;
    background-color: red;
    border-radius: 3px;
    border-color: rgb(119, 119, 119);
    cursor: grab;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: padding 0.5s;
  }
  .donate-button:hover {
    color: white;
    background-color: red;
    border-radius: 3px;
    border-color: rgb(119, 119, 119);
    cursor: grab;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px;
    transition: padding 0.5s;
  }
  .footer-1 {
    display: inline-block;
    float: right;
  }
  .footer-2 {
    display: inline-block;
  }
  .shop-footer {
      font-family: “Comic Sans MS”, “Comic Sans”, cursive;
      background-color: rgb(55, 130, 47);
      color: rgb(179, 249, 178);
      clear: both;
      padding: 5px;
      border: solid;
      border-color: black;
      border-radius: 5px;
  }
  .note {
    text-align: center;
    font-family: comic sans MS;
    font-size: 70%;
    margin-top: 0;
  }
  span {
    color: red;
  }
  .made-of {
    text-align: center;
    font-family: comic sans MS;
    color: rgb(82, 164, 90);
    font-size: 150%;
    margin-bottom: 4px; 
  }
  .shop-button:hover {
    background-color: rgb(55, 130, 47);
    color: white;
    border-radius: 2px;
    border-color: grey;
  }
  .size {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 83%;
  }
  .size-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    display: block;
  }
  .size-text {
    font-family: comic sans MS;
    text-decoration: underline;
    font-size: 300%;
    font-weight: bold;
    text-align: center;
    color: rgb(82, 164, 90);
    text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
    margin: 0;
  }
  .size-link {
    font-family: comic sans MS;
    font-size: 140%;
    font-weight: 500;
    color: rgb(82, 164, 90);
    text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
    margin-left: 2.5%;  
  }
  .sml {
    font-family: comic sans MS;
    text-align: center;
    font-size: 120%;
    margin: 0;
    margin-bottom: 2px;
  }
  .chart {
    font-family: comic sans MS;
		border:4px solid #FFFFFF;
		border-collapse:collapse;
		padding:5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    border-radius: 3px;
	}
	.chart th {
    font-family: comic sans MS;
		border:4px solid #FFFFFF;
		padding:5px;
		background:rgb(82, 164, 90);
    border-radius: 3px;
	}
	.chart td {
    font-family: comic sans MS;
		border:4px solid #FFFFFF;
		text-align:center;
		padding:5px;
		background:rgb(219, 254, 218);
    border-radius: 3px;
	}