#gallery {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
#gallery::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
#gallery .thumbnail {
  float: left;
  position: relative;
  width: 15%;
  padding-bottom: 15%;
  margin: 0.83%;
  overflow: hidden;
  background-color: #FAFAFA;
  border-radius: 10px;
}
#gallery .thumbnail.add {
  border: 1px solid #939393;
}
#gallery .thumbnail.add:hover {
  background: rgba(0, 0, 0, 0.3);
}
#gallery .img-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
#gallery .img-container:hover .img-caption {
  top: 0;
  left: 0;
}
#gallery .img-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
#gallery .table {
  display: table;
}
#gallery .table .table-cell {
  display: table-cell;
  vertical-align: middle;
  border-radius: 10px;
}
#gallery .cbtn {
  border: none;
  font-size: inherit;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#gallery .cbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#gallery .cbtn::after {
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
#gallery .btn-sep {
  margin: 15px 0px;
}
#gallery .btn-p {
  font-size: 14px;
  padding: 10px 20px;
}
#gallery .btn-trans {
  background: rgba(249, 229, 89, 0);
  color: #F5F5F5;
}
@media screen and (max-width: 720px) {
  #gallery .thumbnail {
    width: 29%;
    padding-bottom: 29%;
    margin: 2.16%;
  }
}
@media screen and (max-width: 470px) {
  #gallery .thumbnail {
    width: 44%;
    padding-bottom: 44%;
    margin: 3%;
  }
}
#sale-list {
  width: 100%;
  border: 1px solid #DADADA;
  padding: 16px;
  border-radius: 10px;
  color: inherit;
}
#sale-list table {
  border-collapse: separate;
  border-spacing: 0 3px;
}
#sale-list table td:not(:first-child) {
  padding-left: 12px;
}
.content section {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content section h3 {
  margin-bottom: 10px;
}
.content section > div.right {
  margin-top: 5px;
}
.content section > div.right > a {
  text-decoration: underline;
  color: #444;
}
.app-content h3 {
  font-size: 1rem;
  font-weight: bold;
}
.creator-info {
  width: 100%;
  border: 1px solid #DADADA;
  border-radius: 10px;
  padding: 16px;
}
.creator-info p {
  padding-top: 10px;
}
.creator-info .spec {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 10px;
}
.creator-info .spec > .profile {
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
}
.creator-info .spec > .profile > .img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.creator-info .spec > .profile > .img > .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.creator-info .spec > .profile > .upload {
  display: none;
}
.creator-info .spec > .profile.edit > .upload {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.creator-info .spec > .profile.edit > .upload:hover {
  background-color: rgba(229, 231, 235, 0.7);
  transition-duration: 300ms;
}
.creator-info .spec > .profile.edit > .upload:hover > img {
  display: block;
}
.creator-info .spec > .profile.edit > .upload > img {
  width: 20px;
  height: 20px;
  display: none;
}
.creator-info .spec > .market-info {
  margin-left: 10px;
}
.creator-info .spec > .market-info .market-name {
  font-size: 0.8rem;
  padding-top: 0;
}
.creator-info .spec > .market-info .market-domain {
  font-size: 0.8rem;
}
hr {
  color: #F5F5F5;
}
#more_products {
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-size: 0.8rem;
  margin-top: 10px;
  font-weight: bold;
}
#more_products img {
  margin-left: 8px;
  width: 12px;
}
.settlement {
  width: 100%;
  border: 1px solid #DADADA;
  border-radius: 10px;
  padding: 20px 16px;
  display: flex;
}
.settlement div {
  flex: 1;
}
.settlement div p {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 4px;
}
.settlement div h5 {
  color: #888888;
  font-size: 0.8rem;
}
/*# sourceMappingURL=3a2753325aacabbffddc6bdad74cc27908087f39.gallery.scss.map */
