.product-item {
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
}

.product-image {
  width: 100%;
  height: auto;
  display: block;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  transition: transform 0.3s;
}

.product-image:hover {
  transform: scale(1.05);
}

.product-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 20px;
}

.product-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.product-point
{
    font-size: 28px;
    font-weight: bold;
    color: black;
}
.point-container {
  font-size: 16px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.point-label {
  font-size: 14px;
  color: black;
  margin-right: 5px;
}

.text-danger {
  color: red;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.blink-animation {
  animation: blink 1s infinite;
}

.btn-convert {
    display: block;
  margin-top: 10px;
  text-align: center;
  width:120px;
}

.button-container {
  text-align: center;
  margin-top: 10px;
}

.button-container .btn-convert {
  display: inline-block;
  background-color: red;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.button-container .btn-convert:hover {
  opacity: 0.8;
}

.button-container .btn-convert.blink-animation {
  animation: none;
}

.btn-hide
{
	visibility: hidden;
}
.info-hide
{
	display: none;
}
info
@media (max-width: 767px) {
  .product-item {
    width: 100%;
    margin-right: 0;
  }
}

.submit-doi-qua
{
	width:100% !important;
}
.quantity-doi-qua
{
	overflow-x:none;
}

.gift-code-exchange,.gift-point-exchange
{
	display:none;
}

/* css popup */
.nopadding-top *
{
	padding-top:0px !important;
	padding-bottom :0px !important;
}

.user-phone-name
{
	display: inline-block;
}