

.category-list {
    text-align: center;
    padding: 0;
}

.items-list-items {
    display: inline-block;
    border: solid 3px black;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    padding-top: 90%;
}

.items-list-images {
  position: relative;
  padding: 10px;
}

.category-list-categories {
    display: inline-block;
    border: solid 3px black;
    border-radius: 30px;
    margin: 0.1%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.product-box {
  display: inline-block;
  background-image: url('/img/bg/yellow50.png');
  padding-bottom: 15px;
  border-radius: 40px 40px 10px 10px;
  text-decoration: none;
  font-weight: bold;
  margin: 1px;
  padding-top: 0px;
}

.product-name {
  color: black;
  font-family: "Work Sans","HelveticaNeue","Helvetica Neue",sans-serif;
}

.site-image {
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-name {
    font-weight: bold;
    margin: 3% 10% 3% 10%;
}

.icon-left {
  width: 26px;
  display: inline-block;
  float: left;
  color: darkgreen;
}

.site-address-container {
    display: block;
    width: 80%;
    margin: 3% 10% 3% 10%;
    height: 48px;
}

.site-email-container {
    display: block;
    width: 80%;
    margin: 3% 10% 3% 10%;
    height: 24px;
}

.site-phone-container {
    display: block;
    width: 80%;
    margin: 3% 10% 3% 10%;
    height: 24px;
}

.site-email {
    color: black;
}

.site-phone {
    color: black;
}

.site-address {
    color: black;
}

.site-hours {
    margin: 3% 10% 3% 10%;
    display: block;
}

.site-days {
  display: block;
  padding: 2px;
  font-weight: bold;
}

.site-times {
  display: block;
  padding: 2px;
}

.site-card {
    display: inline-block;
    width: 24%;
    min-height: 300px;
    padding: 5px;
    border: solid 5px cornflowerblue;
    background-color: cornsilk;
    border-radius: 10px;
    text-align: center;
    max-width: 300px;
    min-width: 300px;
}

.site-list {
  text-align: center;
}

@media (max-width: 1160px) {
  .category-list-items {
    width: 200px;
    height: 200px;
  }

  .product-box {
    max-width: 230px;
  }
}
