/*order-option*/
.p06-product-appointment img {
  width: 100%;
  height: 100%;
  display: block;
}

.p06-product-appointment .p06-media {
  position: relative;
  font-size: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 991px) {
  .p06-product-appointment .p06-only-can-img img, .p06-only-can-video video {
    height: 100%;
    min-height: 40vw;
    max-height: 56.25vw;
  }
}
.p06-product-appointment .p06-only-can-img, .p06-product-appointment .p06-only-can-video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p06-product-appointment .p06-only-can-img img, .p06-product-appointment .p06-only-can-video video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p06-product-appointment video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p06-product-appointment .video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  width: 75px;
  height: 75px;
  cursor: pointer;
}

.p06-product-appointment .byd-product-detail-page-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p06-product-appointment .product-last-img {
  position: relative;
  font-size: 0;
  color: #fff;
}

.p06-product-appointment .product-last-img .product-last-img-contant {
  position: absolute;
  width: 1440px;
  max-width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  top: 53%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p06-product-appointment .product-last-img .product-last-img-contant h3 {
  font-size: 40px;
  margin-bottom: 50px;
  font-weight: 600;
}

.p06-product-appointment .animation-true-dom {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}

.p06-product-appointment .animation-dom-aitive .animation-true-dom {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p06-product-appointment .popup-video-button {
  cursor: pointer;
  background-color: inherit;
  width: 100%;
}

.p06-product-appointment .byd-product-detail-page-btns a{
  display: block;
  min-width: 200px;
  text-align: center;
}

.p06-product-appointment .text-color-black {
  color: #000;
}

.byd-page .p06-product-appointment .btn + .btn {
  margin-left: 67px;
}

@media screen and (max-width: 991px) {
  .p06-product-appointment .byd-product-detail-page-btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
  .p06-product-appointment .p06-media {
    height: 200vw;
  }
  .p06-product-appointment .byd-product-detail-page-btns button {
    width: 53.333333vw;
  }

  .p06-product-appointment .byd-product-detail-page-btns a{
    display: block;
    width: 86%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    font-size: 3.611111vw;
  }

  .p06-product-appointment .video-play {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  .p06-product-appointment .product-last-img .product-last-img-contant {
    width: 86%;
    max-width: 86%;
    top: 27.777778vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .p06-product-appointment .product-last-img .product-last-img-contant h3 {
    font-size: 4.444444vw;
    margin-bottom: 8.333333vw;
    text-align: center;
    padding-left: 0;
  }
  .byd-page .p06-product-appointment .btn + .btn {
    margin-left: 0px;
    margin-top: 5.277778vw;
  }
  .byd-page .p06-product-appointment .btn {
    padding: 3.472222vw;
  }
}
