.v-wrap-order-confirmation .l-text .w-425px {
  width: 500px;
}

#point-detail .v-wrap-order-confirmation .v-input-checkbox img {
  height: 250px;
}

.product-in-store .bg-transparent {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
}
.product-in-store .v-spec-detail table tr td {
  font-size: 16px !important;
}

.dispute-list .product-in-store .bg-transparent {
  width: 50px;
  height: 50px;
  margin-top: 2px;
  display: flex;
  align-items: center;
}

#order-confirmed-store .mid-container {
  width: 50%;
  float: right;
}
#order-confirmed-store .mid-container .select {
  background-color: #26AFEF;
  color: white;
}
#order-confirmed-store .mid-container .select:hover {
  background-color: white;
  color: black;
}
#order-confirmed-store .mid-container .apply {
  background-color: #26AFEF;
  color: white;
}
#order-confirmed-store .mid-container .apply:hover {
  background-color: white;
  color: black;
}

#order-confirm-coupon .wrap-button .use-now {
  width: 90px;
  height: 37px;
  font-size: 14px;
}

.btn-claim {
  position: absolute;
  bottom: 70px;
  right: 5px;
  background-color: white;
  display: flex;
  height: 30px;
  font-size: 15px;
  border-radius: 6px;
  align-items: center;
}

.width-reponsive {
  max-width: 450px !important;
}

.view-detail {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .v-wrap-order-confirmation .l-text .w-425px {
    width: 300px;
  }
  #order-confirmed-store .mid-container {
    width: 60%;
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .v-wrap-order-confirmation .l-text .w-425px {
    width: 147px;
  }
  #order-confirmed-store .mid-container {
    width: 100%;
    float: right;
  }
  .scroll-code {
    width: 100px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 375px) {
  .v-wrap-order-confirmation .l-text .w-425px {
    width: 213px;
  }
  .scroll-code {
    width: 100px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 320px) {
  .v-wrap-order-confirmation .l-text .w-425px {
    width: 150px;
  }
  .exchange-code {
    display: inline-grid;
  }
  .view-detail {
    font-size: 15px;
  }
}
