/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.wrap-table100 {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.head-text {
  color: white !important;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}

.row-cart {
  display: table-row;
  background: #fff;
}

.row-cart.header {
  color: #ffffff !important;
  background: #f28b00;
}
@media screen and (max-width: 768px) {
  .row-cart {
    display: block;
  }

  .row-cart.header {
    padding: 0;
    height: 0px;
  }

  .row-cart.header .cell {
    display: none;
  }

  .row-cart .cell:before {
    font-size: 16px;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;

    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 48px;
    display: block;
  }
}

.cell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .cell {
    display: block;
  }
}

.row-cart .cell {
  font-size: 16px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.row-cart .cell:nth-child(1) {
  width: 360px;
  padding-left: 40px;
}

.row-cart .cell:nth-child(2) {
  width: 160px;
}

.row-cart .cell:nth-child(3) {
  width: 250px;
}

.row-cart .cell:nth-child(4) {
  width: 0px;
}

@media (max-width: 768px) {
  .row-cart {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }

  .row-cart .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .row-cart .cell:nth-child(1) {
    padding-left: 30px;
  }

  .row-cart .cell {
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table,
  .row-cart,
  .cell {
    width: 100% !important;
  }
}
