.deatail-cont{
  display: flex;
  justify-content: center;
  align-items: center;
  columns: 3;
  margin: 25px 0px;
  position: relative;
}

.details{
  text-align: center;
}

.details h1{
  text-align: center;
  margin-bottom: 0px !important;
}
.details h2{
  text-align: center;
  margin-top: 10px !important;
}

.point{
  position: absolute;
  /*transform: translateX(-50%) translateY(-50%);*/
  width:58px;
}

.info{
  position: absolute;
  text-align: left;
  display: flex;
  align-items: flex-start;
  top:calc(50% - 60px);
  max-width: 260px;
}
.info img{
  width:59px;
  height:59px;
}

.info-text-cont{
  margin-left:10px;
}

.info-title{
  font-size: 2rem;
  line-height: 2rem;
}

.info-subtitle{
 line-height: 1.3;
 display: block;
 margin-top: 1rem;
}

.info-left{
    left:calc(50% - 570px);
}

.info-right{
    left:calc(50% + 370px);
}

.p-product-color-blue-light .open-close{
  background-color: #009fe1;
}

.p-product-color-blue-dark .open-close{
  background-color: #0072bc;
}

.open-close{
  background-color: #d50032;
}

.p-product-color-blue-light #openCloseBtn{
  background-color: #009fe1;
}
.p-product-color-blue-dark #openCloseBtn{
  background-color: #0072bc;
}

#openCloseBtn{
  background-color: #d50032;
  position: relative;
  cursor: pointer;
  width:7rem;
  height:7rem;
  border-radius: 3.5rem;
  z-index: 300;
}

#btnClose{
  opacity:0;
  visibility:hidden;
}
#btnOpen{
  position: absolute;
  top:0;
  left:0;
}

#product-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 20px;
  position: relative;
}
#product-tabs .energy-class {
  // position: absolute;
  // right: 0;
  // top: 25px;
  // z-index: 100;
  // text-align: right;
  // width: 50%;
  // padding-left: 4rem;
  // padding-right: 6rem;
}
#product-tabs.only-icon .energy-class {
  position: relative;
  top: auto;
  right: auto;
  width: auto;
}
#product-tabs img {
  display: block;
  height: 7rem;
  width: 7rem;
  // float: left;
  // margin-right: 1rem;
  // position: absolute;
  // left: 0;
  // top: 0;
}
#product-tabs .energy-class .info-text-cont {
  position: relative;
  // text-align: right;
  padding: 0;
  // position: absolute;
  // right: 0;
  // top: 25px;
}
#product-tabs .energy-class .info-text-cont > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 350px;
  text-align: left;
  padding-left: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  transform: translateY(-50%);
}
#product-tabs .energy-class img {
  // margin-top: -2.5rem;
}
#product-tabs .energy-class .info-text-cont > span {

}
#product-tabs.only-icon + .deatail-cont {
  margin-top: 45px;
}
#product-photo{
  max-width: 500px;
}

#dots{
  position: absolute;
  top: 0;
  left:0;
}

#dots img{
  min-width:100%;
}

.product-image-cont{
  position: relative;
}

#infos{
  margin: 100px 0px;
  pointer-events: none;
  width: 100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
}

#lines{
  pointer-events: none;
  position: absolute;
  top:0;
  left:0;
}

#image{
  position: relative;
}

@media (max-height: 1024px){
  #product-photo{
    max-width: 350px;
  }

  .point{
    width:50px
  }
}

@media (max-height: 700px){
  #product-photo{
    max-width: 290px;
  }

  .point{
    width:45px
  }
}

@media (max-height: 590px){
  #product-photo{
    max-width: 250px;
  }

  .point{
    width:37px
  }
}

@media (max-width: 1024px) {
  #dots,
  #infos {
    display: none;
  }

  #image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .deatail-cont {
    display: block;
    columns: auto;
  }

  #product-photo {
    max-width: 300px;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  // #product-tabs .energy-class img {
  //   margin-top: 0;
  //   width: 40px;
  //   height: 40px;
  // }

  // #product-tabs .energy-class .info-title {
  //   font-size: 1.4rem;
  // }
}

@media (max-width: 670px) {
  #product-photo {
    max-width: 230px;
  }
}

@media (max-width: 950px) {
  .info{
    top:0;
    position: static;
    max-width: 100%;
  }
  .info-left{
      left:inherit;
  }

  .info-right{
      left:inherit;
  }
}

@media (max-width: 900px) {
  #product-tabs .energy-class .info-title {
    font-size: 1.6rem;
  }
  #product-tabs .energy-class .info-subtitle {
    font-size: 1.3rem;
  }
  #product-tabs .energy-class .info-text-cont > span {
    width: 200px;
  }
}

@media (max-width: 670px) {
  #openCloseBtn,
  #product-tabs img {
    width: 40px;
    height: 40px;
  }
  #product-tabs .energy-class .info-title {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  #product-tabs .energy-class .info-subtitle {
    font-size: 1rem;
  }
  #product-tabs .energy-class .info-text-cont > span {
    width: 150px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  // #product-photo {
  //   max-width: 200px;
  // }
}