/*
Theme Name: Anipona
Text Domain: anipona
Version: 1.0
*/

.page-numbers {
  padding: 0 5px;
}

.thumbnail-wrapper {

}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.thumbnail-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.navbar-brand img {
  height: 21px;
}
.navbar-brand img.header-logo {
  height: auto;
  width: auto;
  max-height: 60px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #0e564d;
  color: #fff;
  font-weight: normal;
}


.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #0c4941;
  color: #fff;
}

.contained-p-tags p {
  margin-top: 10px;
  margin-bottom: 0;
}

.contained-p-tags p:first-child {
  margin-top: 0;
}

.big-image-modal {
  align-items: center;
}

.big-image-modal img {
  max-width: 100%;
  height: auto;
}