.custom-finish .cmd-mini_container {
  padding: 0 !important;
}

.custom_item-table {
  display: block;
}

.custom_item-table tbody,
.custom_item-table tr,
.custom_item-table th,
.custom_item-table td {
  display: block;
  width: 100%;
}

.custom_item-table th,
.custom_item-table td {
  padding: 20px;
  text-align: center;
}

.custom_item-table th+th,
.custom_item-table th+td,
.custom_item-table td+th,
.custom_item-table td+td {
  border-top: 1px solid #fff;
}

.custom_item-table .custom_item-image {
  background: #fff;
  padding: 0 20px 20px;
  position: relative;
}

.custom_item-table .custom_item-image a {
  text-decoration: none;
}

.custom_item-table .custom_item-image .custom_item-new {
  background: #8A7149;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  padding: 5px 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.custom_item-table .custom_item-name {
  font-size: 2.6rem;
  margin-top: 0;
}

.custom_item-table .custom_item-button {
  margin-top: 20px;
}

.custom_item-table .custom_item-button .button {
  min-width: 160px;
}

.custom_item-table .custom_item-description {
  margin-top: 2rem;
}

@media print,
screen and (min-width: 993px) {
  .custom_item-table {
    display: -wekit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
  }

  .custom_item-table thead {
    width: 200px;
  }

  .custom_item-table thead th {
    width: 200px;
  }

  .custom_item-table tbody {
    display: -wekit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: calc(100% - 200px);
  }

  .custom_item-table tbody tr {
    border-left: 1px solid #fff;
    width: calc(100% / 2)
  }

  .custom_item-table .custom_item-skin {
    height: 90.66px;
  }

  .custom_item-table .custom_item-description {
    max-width: 350px;
    margin: auto;
    margin-top: 3rem;
  }

  .custom_item-table .custom_item-description,
  .custom_item-table .custom_item-finish,
  .custom_item-table .custom_item-skin,
  .custom_item-table .custom_item-coverage,
  .custom_item-table .custom_item-spf {
    display: -wekit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .custom_item-table .custom_item-th {
    display: none;
  }

  *::-ms-backdrop,
  .custom_item-table tbody tr {
    width: 50%;
  }

  *::-ms-backdrop,
  .custom_item-table tbody tr {
    width: 50%;
  }

  a.linkPCn {
    pointer-events: none;
  }
}

@media print,
screen and (max-width: 992px) {
  .custom_item-table thead {
    display: none
  }

  .custom_item-table tbody tr+tr {
    margin-top: 30px;
  }

  .custom_item-table tbody th {
    padding: 0;
  }

  .custom_item-table td {
    color: #C6AC62;
  }

  .custom_item-table .custom_item-button .button {
    margin: auto;
    width: auto;
  }

  .custom_item-table .custom_item-finish {
    border-top: none;
  }

  .custom_item-table .custom_item-th {
    color: #000;
    display: block;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

}

@media print,
screen and (max-width: 374px) {
  .custom_item-table .custom_item-button .button {
    min-width: 140px;
  }
}
