.entry-title.custom-page {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 2.5rem;
}

.shop-container {
  margin-top: 1.2rem;
}

.shop-item {
  padding: 0.8rem;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.shop-item input {
  margin: 0;
}
.shop-item img {
  margin: 0 auto;
}

.iname {
  margin: 0.7rem auto;
  line-height: 1.25;
}
.iname a {
  font-size: 2rem;
  color: #555;
  text-decoration: none;
}
.iname a:hover {
  color: #3b5998;
  text-decoration: underline;
}

.iprice {
  color: #7A7A7A;
  font-size: 1.8rem;
}

.spbox {
  padding: 1em 1.25em;
  margin-bottom: 1em;
  border: 1px solid #ddd;
}
.spbox p {
  margin: 0;
}

.sdbox {
  padding: 1.25em;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.lrm {
  margin: 0 0.75em 1em 0.75em;
}
@media (min-width: 769px) {
  .lrm {
    margin: 0 2em 1em 2em;
  }
}

.leftm {
  margin: 0 1em 1.2em 2em;
}

.lastm {
  margin-bottom: 2em;
}

.pbotm {
  margin-bottom: 1.5rem;
}

.mbotno {
  margin-bottom: 0;
}

.eStore-product {
  height: 100%;
  overflow: hidden;
  margin-bottom: 0.5rem;
  border: 1px solid #ccc;
  padding: 0.5rem;
}

.eStore-product input[type=submit] {
  font-size: 1.8rem;
  padding: 1rem 2rem;
}

.thumb-image {
  width: 12.5rem;
  height: 12.5rem;
}

.eStore-thumbnail {
  float: left;
}

.eStore-thumbnail img,
.eStore-thumbnail a img {
  background-color: #FFF;
  border: 1px solid #A9A9A9;
  margin: 0.4rem 0 0.4rem 0.5rem;
  padding: 0.4rem;
  max-width: none !important;
}

.eStore-thumbnail img:hover {
  background-color: #A9A9A9;
}

.eStore-product-description {
  text-align: left;
  margin-left: 15rem;
}

.eStore-product-name {
  font-weight: bold;
  padding-bottom: 0.5rem;
}