.product-wrapper .page-center {
  max-width: var(--w--m);
  margin: 0 auto;
}

.module_table {
  width: 100%;
  border-spacing: 0px 10px;
  overflow-x: scroll;
  min-width: max-content;
}

.module_table td:not(:last-child) {
  border-right: 1px solid;
}

.module_table td:not(:first-child) {
  padding-left: 5px;
}

.module_table td {
  padding-right: 5px;
}

.module_table tr {
  min-width: max-content;
}

.product-wrapper--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.product--image {
  flex-basis: 55%;
  width: 55%;
}
.product--info {
  flex-basis: 45%;
  width: 45%;
  box-sizing: border-box;
  padding-left: var(--p--l);
}

.product--info h3 {
  margin-top: var(--m--s);
  cursor: pointer;
}

.product--table
  padding--bottom: var(--m--s);
}

.product--info span {
  font-size: var(--fs--p);
  line-height: var(--lh--p);
}

.product--table-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 2px 0px;
}

.product--table-item.selected {
  font-weight: bold;
}

.product--info-modules-item--part {
  text-align: left;
  flex-basis: 70%;
  width: 70%;
}

.product--info-modules-item--size {
  text-align: right;
  flex-basis: 30%;
  width: 30%;
}

.product--table {
  max-height: 0px;
  overflow: hidden;
  overflow-x: auto;
}

.product--table.open {
  margin-top: var(--m--s);
  max-height: 100%;
}
  .product--info>* {
    margin-bottom: 10px;
  }

.product--info> h2 {
  font-size: 3.2rem;
}

@media(max-width:870px){
  .product--inner {
    display: block;
  }
  
  .product--image, .product--info {
    flex-basis: 100%;
    width: 100%;
  }
  

  
  .product--info {
    padding-left: 0;
  }
 
  .product--info h1 {
    margin-top: var(--m--m);
  }
  .product--table-item {
    display: flex,
  }
  
  .product--info-modules-item--part {
    padding-right: var(--p--m);
    min-width: 33vw;
  }
  .product--info-modules-item--size {
    text-align: left;
  }
}

@media(max-width:450px){
  .product--info-modules {
    max-width: 100%;
    overflow-x: auto;
  }
  
  .product--info-modules--table {
    display: block;
  }
  .product--info-modules-item--part {
    flex-basis: 50%;
    width: 50%;
  }
   .product--info-modules-item--size {
    text-align: right;
  }
  .product--table-item{
    margin-bottom: 5px;
  }
  
  .module_table tr {
    margin-bottom: 20px;
   /* display: table;*/
    border-bottom: 1px solid;
  }
  
  .module_table td {
   /* display: table-row;*/
    border-right: 0px solid;
  }

}

.product--info--finishes-item {
  flex-basis: 100%;
  max-width: 100%;
}
.product--info--finishes-item--image {
  order: 9999;
  flex-basis: 150px;
  max-width: 150px;
  height: 173px;
  overflow: hidden;
}

.product--info--finishes-item--image span {
  text-align: center;
  margin-top: 5px;
}


.product--info--finishes-item img {
  min-width: 100%;
  width: auto;
  height: auto;
}

.product--info--finishes-item {
  display: flex;
  flex-direction: column-reverse;
}

.product--info-finishes--table {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media only screen and (max-width: 1200px) and (min-width: 871px) {
  .module_table tr {
    margin-bottom: 20px;
    /*display: table;*/
    border-bottom: 1px solid;
  }
  
  .module_table td {
/*    display: table-row;*/
    border-right: 0px solid;
  }
}