/* .app-width {
    background-color: var(--color-light);
} */
.product-list.our-product {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.our-product .product-item {
  width: 50% !important;
  padding: 10px;
}

.price .discount {
  font-size: var(--typo-sm);
  text-decoration: line-through;
  color: var(--color-gray-100);
}

.pac-container {
  z-index: 9999999 !important;
}

.text-disable {
  color: #ccc !important;
}

.form-search .control-label>span {
  font-size: 1.75em;
}

.display-none {
  display: none;
}

/* Custom datepicker colors for stock availability */
.ui-state-highlight-green,
.ui-widget-content .ui-state-highlight-green {
  background-color: #4caf50 !important;
  /* สีเขียว = stock เพียงพอ / preorder */
  border-color: #388e3c !important;
  color: #fff !important;
  font-weight: bold;
}

.ui-state-highlight-orange,
.ui-widget-content .ui-state-highlight-orange {
  background-color: #ff9800 !important;
  /* สีส้ม = stock ไม่เพียงพอ */
  border-color: #f57c00 !important;
  color: #fff !important;
  font-weight: bold;
}
/* coupon active display ใต้ปุ่ม my-coupon */
.my-coupon .btn .col {
  min-width: 0;
  overflow: hidden;
}
.my-coupon .btn .title {
  line-height: 1.2;
  margin-bottom: 2px;
}
.my-coupon .btn .coupon {
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my-coupon .btn .coupon small {
  display: inline;
}
.my-coupon .btn.btn-xl {
  height: 60px;
}
