html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    background: #fff;
  }
  
  #container {
    width: 100%;
    height: 100%;
  }
  
  .panel {
    background-color: #fff;
  }

  #container .product-name {
    font-size: 1.2em;
  }

  #container .product-attribute {
    border-bottom: 1px solid #000;
    width: 100%;
  }

  #container .proudct-price {
    font-size: 1.1em;
  }


  #container i {
    color: #ef9e40;
    font-size: 1.5em;
  }

  #splash {
    background-image: url('../admin/asset/dior.png') !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #product_detail{
    overflow: hidden;
    height: 80%;
  }
  model-viewer{
    margin:auto;
    max-height:400px;
    width: 100%;
    --poster-color: transparent;
    --progress-mask: transparent;
  }
  .modal a.close-modal{
    top:0 !important;
    right:0 !important;
  }
  .blocker{
    background-color: transparent !important;
  }
  .modal{
    background-color: transparent !important;
    color: white;
    box-shadow: none !important;
    font-size: 18px;
  }
  .panel{
    background-color: transparent !important;
    text-align: center;
  }

  #iphone {
    position: absolute;
    z-index: 9999;
    bottom: 7px;
    right: 100px;
    border-radius: 50%;
    background: url('../admin/asset/phone.png');
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    outline: none;
  }

  #progress {
    position: absolute;
    width: 100%;
    height: 5px;
  }
  
  #bar {
    background-color: #fff;
    height: 100%;
    transition: width 1s ease;
  }
  
  #bar.hide {
    opacity: 0;
    transition: opacity 1s ease;
  }
  .checked {
    color: orange;
  }
  .star-wrapper i {
    vertical-align: bottom;
    color: yellow;
   }  

   #landingModel {
    position: absolute;
    right: 50;
    z-index: 9999;
    left: 500;
    right: 20%;
    top: 18%;
    width: 200px;
    height: 200px;
   }


   /* For Admin Side */
   #image-slide {
     position: absolute;
     bottom: 40px;
     left: 10px;
     right: 10px;
   }

   #image-slide #image-back {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: black;
      opacity: .4;
      border-radius: 5px;
   }

   #image-slide .car__2 img {
      border-radius: 10% / 50%;
      margin: 10px 0 10px;
      cursor: pointer;
   }

   #image-slide .car__2 .title {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
    width: 50%;
    background-color: black;
    opacity: .5;
    border-radius: 5px;
  }

  #image-slide .car__2 .title span {
    color: white;
  }

  #image-slide .rock__room {
    opacity: .5;
  }
