#showPlate,
#showCap,
#showGlitter,
#showDesign{
    position: absolute; 
    width: 320px;
    margin-left: 45px;
}

#showRetainer{
    width: 420px; 
    height: 320px; 
    margin-top: 20px;
}

@media (max-width: 420px){
    #showPlate,
    #showCap,
    #showGlitter,
    #showDesign{
        margin-left: 20px;
    }
}

#showString{
    width: 100px;
    position: absolute;
    margin-left: 153px;
    margin-top: 31px;
    font-size: 20px;
}

#designImg1{
    width: 35px;
    height: 35px;
    position: absolute;
    margin-top: 35px;
    margin-left: -10px;
}

#designImg1{
    width: 35px;
    height: 35px;
    position: absolute;
    margin-top: 35px;
    margin-left: -10px;
}

#designImg2{
    width: 35px;
    height: 35px;
    position: absolute;
    margin-top: 35px;
    margin-left: 50px;
}

#designImg3{
    width: 35px;
    height: 35px;
    position: absolute;
    margin-top: 140px;
    margin-left: -56px;
}

#designImg4{
    width: 35px;
    height: 35px;
    position: absolute;
    margin-top: 140px;
    margin-left: 110px;
}

.hand{
    cursor: pointer;
}

.icon-line {
  width: 16px;
  height: 16px;
  background-image: url('../images/line-icon-green-bg.svg');
  background-size: cover;
}

#mainImage{
    min-height: 550px;
}

/* สไตล์ของ popup */
  .popup {
    display: none; /* ซ่อนก่อน */
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }

  .popup-content {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .popup-content img {
    width: 100%;
    /*height: auto;*/
    border-radius: 10px;
    margin-left: 50%;
    transform: translateX(-50%);
    max-width: 1000px;
  }

  .popup-close {
    position: absolute;
    top: 15px; right: 25px;
    color: white;
    font-size: 35px;
    cursor: pointer;
  }

  .popup-caption {
    position: fixed;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    border-radius: 10px;
    max-width: 90%;
  }