.product-row {
  display: inline-flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.product-row .checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  background-size: auto 12px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #000;
  cursor: pointer;
}
.product-row .checkbox.checked {
  background-image: url('/image/icon-checked.png');
}
.product-row .thumbnail {
  width: 240px;
  height: 160px;
  background-color: #FFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-row .detail {
  flex: 1;
  padding: 0 20px
}
.product-row .name {
  color: #000;
  font-size: 14px;
  text-align: left;
}
.product-row .description {
  margin-top: 10px;
  color: #000;
  font-size: 12px;
  text-align: left;
}
.product-row .detail button {
  margin-top: 10px;
}
.product-row .field {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  width: 180px;
  margin-left: 20px;
}
.product-row .field.long {
  width: 320px;
}
.product-row .field .form-title {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
.product-row .field input {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}
.product-row textarea {
  flex: 1;
  align-self: stretch;
  width: 100%;
}

.product-thumb {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  position: relative;
  width: 240px;
  margin-right: 20px;
  margin-bottom: 25px;
  overflow: hidden;
}
.product-thumb .thumbnail {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 240px;
  background-color: #FFF;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.product-thumb .thumbnail img,
.product-thumb .thumbnail video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-thumb .thumbnail .slides {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.product-thumb .thumbnail .slide {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  white-space: normal;
}
.product-thumb .thumbnail .arrow {
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, .4);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  cursor: pointer;
  transition: opacity ease-in-out .2s;
}
.product-thumb .thumbnail:hover .arrow {
  opacity: 1;
}
.product-thumb .thumbnail .arrow.left {
  left: 0px;
  background-image: url("/image/icon-arrow-left.png");
}
.product-thumb .thumbnail .arrow.right {
  right: 0px;
  background-image: url("/image/icon-arrow-right.png");
}
.product-thumb .detail {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
}
.product-thumb .detail .name {
  min-height: 3em;
  line-height: 1.5em;
  font-size: 14px;
} 
.product-thumb .attr {
  min-height: 1.5em;
  line-height: 1.5em;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 1px;
}
.product-thumb .detail .description {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 1px;
}
.product-thumb .detail button {
  margin-top: 15px;
  padding: 5px 15px;
}
.product-thumb .badge {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 120px;
  height: 120px; 
  font-weight: bold;
  background-color: #FFF;
  -webkit-transform: rotate(45deg);
}
.product-thumb .badge span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #2e2e2e;
  font-size: 14px;
  text-align: center;
}

.showroom-item {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.showroom-item img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.showroom-item .detail {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  background-image: url('/image/icon-menu-white.png');
  background-size: auto 60%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
}
.showroom-item a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Smartphones (portrait) */
@media only screen and (max-width: 480px) {

}

/* Smartphones (Landscape) / Tablet (portrait) */
@media only screen and (min-width: 481px) and (max-width: 800px) {}

/* Tablet (Landscape) */
@media only screen and (min-width: 801px) and (max-width: 1200px) {}

/* Laptop */
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .product-thumb {
    width: 240px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .product-thumb .thumbnail {
    height: 240px;
  }
}
/* Desktop */
@media only screen and (min-width: 1601px) {
  .product-thumb {
    width: 280px;
    margin-bottom: 25px;
  }
  .product-thumb .thumbnail {
    height: 280px;
  }
}