.table-block {
  padding-top: 65px !important;
}

.imgtextbox {
  display: block;
  width: fit-content;
  height: fit-content !important;
  padding: 8px !important;
  position: absolute;
  top: 78%;
  right: 10%;
  background-color: #ffffff;
  font-family: Arial !important;
  font-size: 12px !important;
  line-height: 18px !important;
  text-align: left !important;
  opacity: 0;
  box-shadow: 0px 0px 5px #666666;
  z-index: -1;
  white-space: nowrap;
}

.comparison-section .table-wrapper {
  padding: 120px 0px 20px 0px;
}

.table-wrapper.fixed {
  overflow: unset !important;
  top: -51px;
}

.table-wrapper.fixed .table {
  background-color: transparent;
  box-shadow: none;
}

.table-wrapper.fixed .table .table__th {
  background-color: transparent;
}
.comparison-section .table-wrapper.fixed .table {
    margin-bottom: 0;
}
.show_640px {
  display: none;
}

.fixed-boxes .price {
  padding: 0px 18px !important;
  margin-left: 10px !important;
  margin-right: -15px !important;
}

.table-wrapper.fixed td .fixed-boxes a {
  width: 100%;
  max-width: 221px !important;
}

/* .table-wrapper.fixed td:nth-child(2) .fixed-boxes a {
  margin-top: -16px !important;
  width: 221px !important;
  height: 28px;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-wrapper.fixed td:nth-child(2) .fixed-boxes a img {
  height: 249%;
} */

.show_1030px {
  display: none;
}

.table-wrapper.fixed .fixed-boxes {
  height: 60px !important;
  padding-bottom: 7px;
}

.table-wrapper.fixed td:nth-child(2) .fixed-boxes > p {
  margin:-14px 10px 17px 10px ;
  font-size: 14px;
}

.table-wrapper.fixed td:nth-child(3) .fixed-boxes a {
  height: 39px;
}

.table-wrapper.fixed td:nth-child(3) .fixed-boxes a img {
  height: 100%;
}

.table-wrapper.fixed td:nth-child(3) .fixed-boxes > p {
  font-size: 14px !important;
}

@media only screen and (max-width: 1039px) {
  .table-wrapper.fixed td:nth-child(2) .fixed-boxes a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px !important;
    width: 20.48vw !important;
    height: 39px;
    overflow: hidden !important;
  }

  .fixed-boxes p {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .table-wrapper.fixed td:nth-child(2) .fixed-boxes > p {
    margin: 0px !important;
  }

  .table-wrapper.fixed td:nth-child(3) .fixed-boxes > p {
    font-size: 14px;
    margin: 0px !important;
  }
  
  .fixed-boxes div {
    flex-direction: column !important;
    justify-content: space-evenly;
  }

  .table-wrapper.fixed .price:last-child {
    padding: 0px !important;
  }

  .table-wrapper.fixed .price br {
    display: none;
  }

  .show_1030px {
    display: inline;
  }

  .table-wrapper.fixed .fixed-boxes {
    min-height: 100px;
    height: fit-content !important;
  }
  .product_version{
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .comparison-section .table-wrapper {
    height: unset !important;
  }

  .comparison-section .table {
    min-width: unset !important;
  }

  .yel {
    font-size: 15px;
    line-height: 17px;
  }

  .comparison-section .table__th {
    min-width: unset !important;
  }

  .comparison-section .table__th p {
    font-size: 14px;
  }

  .comparison-section .table__td p {
    padding: 0px !important;
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 640px) {
  .hide_640px {
    display: none;
  }

  .show_640px {
    display: inline;
  }
}

@media only screen and (max-width: 500px) {
  .table-section__wrapper {
    zoom: 80%;
  }
}