/*PRODUCT LIST*/
.hype-item-container{
  height: 400px !important;
}
.hype-block{
  width: 220px !important;
  position: absolute !important;
  transition: all 1s ease !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  bottom: 200px !important;
}
.hype-block .product-image-container {
  box-shadow: none !important;
}
.hype-img{
  width: auto !important;
  height: 146px !important;
}
.hype-caption{
  top: 60% !important;
}
.hype-caption-title{
  height: unset !important;
  line-height: normal !important;
}

/* MODAL HYPEABIS  */
.photo-detail-modal .modal-dialog{
    width: fit-content;
}
.photo-detail-modal .modal-body{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding: 40px;
}
/* .photo-detail-modal .modal-img{
    margin-right: 25px;
} */
.photo-detail-modal .modal-img p{
    font-size: 24px;
    color: #222;
}
.photo-detail-modal .modal-img img{
    margin-top: 20px;
}
.photo-detail-modal .modal-desc{
    margin-left: 25px;
}
.photo-detail-modal .modal-desc .desc-title{
    font-size: 19px;
    margin-bottom: 20px !important;
}
.photo-detail-modal .modal-desc .desc-img-wrap{
    padding: 10px;
    width: 120px;
    height: 120px;
    border: 1px solid #F4A137;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-detail-modal .modal-desc .desc-img-wrap img{
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 576px) {
    .photo-detail-modal .modal-dialog{
        width: auto;
    }   
    .photo-detail-modal .modal-body{
        display: block;
    }
    .photo-detail-modal .modal-img{
        margin-right: 0;
        margin-bottom: 10px
    }
    .photo-detail-modal .modal-desc{
        margin-left: 0;
    }
}
/* //END MODAL  */

/* TERM AND CONDITION  */
.tnc-label{
  display: flex;
  align-items: center;
}

.tnc-label input{
  margin: 0;
  margin-right: 5px;
}
.tnc-label .text{
  font-size: 13px;
}
.tnc-label .text span{
  color: #008EFF;
  cursor: pointer;
  text-decoration: underline;
}
.tnc-modal .modal-dialog{
  max-width: 600px;
}
.tnc-modal .modal-header{
  border: none;
}
.tnc-modal .modal-title{
  margin-top: 25px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.tnc-modal .modal-body{
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  padding: 30px 15px;
}

.tnc-modal ol{
  list-style-type: decimal;
  padding-left: 5px;
}

.tnc-modal .agree-btn{
  color: white;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  cursor: pointer;
  background-color: #008EFF;
  border: 0;
  font-size: 16px;
  margin-top: 25px;
}
/* //END TERM AND CONDITION  */