html {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  background-color: #F5F5F5;
}

body {
  background: #F5F5F5;
}

body,
.btn {
  font-size: 16px;
}

h1,
h2,
h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #254163;
  text-shadow: 2px 2px 2px #757575;
}

p {
  margin: 0 0 20px;
}

.inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px;
}

.header {
  background-color: #9E001D;
  min-height: 50px;
  color: #FFFFFF;
}

.header a {
  color: #FFFFFF;
  height: 50px;
  line-height: 50px;
  padding: 10px;
}

.header a:hover {
  color: #EFCC13;
}

.header ul {
  float: right;
  margin: 0;
}

.logo,
.tagline {
  margin-left: 10px;
}

.tagline {
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.footer,
.nav {
  color: #FFFFFF;
  background-color: #254263;
}

.nav {
  min-height: 150px;
  box-shadow: 0 3px 15px 4px rgba(0, 0, 0, 0.50);
}

.header .inner,
.nav .inner {
  padding: 0;
}

.nav ul {
  text-align: center;
  margin: 0 103px; /* logo padding */
  padding-top: 26px;
}

.header li,
.nav li {
  display: inline-block;
}

.nav ul a {
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  padding: 10px;
  margin: 0 5px;
}

.nav ul a svg {
  height: 50px;
  width: auto;
  fill: #FFFFFF;
}

.nav ul a:hover,
.nav ul a.selected {
  color: #EFCC13;
}

.nav ul a:hover svg,
.nav ul a.selected svg {
  fill: #EFCC13;
}

.logo {
  float: left;
}

.badge {
  background-color: #2e644d;
}

.content {
  min-height: 80vh;
  padding: 50px 0;
}

.content .items {
  text-align: center;
}

.content .items li {
  display: inline-block;
  width: 250px;
  margin-right: 20px;
  margin-top: 20px;
  background-color: #FFFFFF;
  border: 1px solid silver;
  text-align: center;
  vertical-align: top;
}

.content .items li img {
  max-width: 248px;
  max-height: 200px;
}

.content .items li p {
  padding: 10px;
  text-align: left;
}

.content .items li p {
  padding-bottom: 0;
}

.content .items li .buy {
  text-align: right;
  padding-bottom: 10px;
}

.content .items li .buy a {
  color: #9E001D;
  font-weight: bold;
  background-image: url("/img/shopping-cart.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 10px;
  padding-right: 20px;
}

.content .items .quantity-selector {
  display: none;
  text-align: right;
}

.content .items .added {
  display: none;
}

.quantity-selector.weight .quantity::after,
.quantity-selector.weight-light .quantity::after,
.quantity-selector.weight-heavy .quantity::after {
  content: "kgs";
}

.quantity-selector {
  text-align: right;
  white-space: nowrap;
}

.quantity-selector .more {
  font-size: 2rem;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  color: #10a010;
}

.quantity-selector .less {
  font-size: 2rem;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  color: #a01010;
}

.content .items li .added {
  color: #296851;
  font-weight: bold;
}

.footer .inner {
  text-align: center;
  font-size: 14px;
}

.footer a {
  margin: 0 20px;
  color: #FFFFFF;
}
.footer a:hover {
  text-decoration: underline;
}

#show-menu {
  display: none;
  float: right;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

form {
  max-width: 500px;
}

.form-control.small {
  max-width: 200px;
}

.form-control.tiny {
  max-width: 50px;
}

.btn-primary {
  background-color: #254263;
  border-color: #1c324a;
}

.error-message {
  color: #b70d0d;
}

.spinner {
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  display: none;
  vertical-align: middle;
}

.loading .spinner {
  display: inline-block;
}

.inner .photo {
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.50);
  background: white;
  padding: 10px;
  margin: 10px;
  margin-right: 0;
  width: 40%;
}

.order tr .total,
.order tr input {
  text-align: right;
}

#butcher {
  float: right;
}

.admin .header ul {
  float: inherit;
  padding: 0;
}

.admin .header ul .logout {
  float: right;
}

.admin .btn-danger {
  float: right;
}

.admin table td,
.admin table th {
  vertical-align: top;
  padding: 0 2em 1em 0;
}

.admin .inner .logo {
  display: none;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.contact iframe {
  float: right;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

@media (max-width: 767px) {
  .header .inner,
  .nav .inner {
    text-align: center;
  }
  .header a {
    line-height: inherit;
    height: inherit;
  }
  .header ul {
    float: inherit;
    text-align: right;
    clear: both;
  }
  .header li {
    display: inherit;
  }
  .header ul a {
    display: block;
    height: auto;
    line-height: inherit;
  }
  .tagline {
    margin-left: 40px;
    display: block;
  }
  #show-menu {
    display: block;
  }
  body .header ul {
    display: none;
  }
  body.menu-expanded .header ul {
    display: inherit;
  }
  .logo {
    float: inherit;
    margin-top: 10px;
    margin-left: 0;
  }
  .nav {
    min-height: inherit;
  }
  .nav a svg {
    height: 30px;
  }
  .nav ul {
    margin: 0;
    padding: 0;
  }
  .inner .photo {
    width: 100%;
    margin: 20px 0;
  }
}

@media (max-width: 565px) {
  .content .items li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 20px 0;
}

@media (max-width: 600px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}

.gallery img {
  width: 100%;
  aspect-ratio: 81/55;
  object-fit: cover;
  display: block;
}

.gallery-photo {
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.50);
  background: white;
  padding: 10px;
}
