#mainNav {
  box-shadow: none;
  opacity: 0.91;
}


.cart-sec {
  padding-top: 100px;
  background-image: url(../img/2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;

}

.h-md-100 {
  height: auto;
}

#cart {
  margin-top: 10px;
}

.table th,
.table td {
  vertical-align: middle;
}

table {
  border: 1px solid #B28A51;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  background-color: #000;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  border: 1px solid #B28A51;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.table thead th {
  border-bottom: 1px solid #B28A51;
}

.table th,
.table td {
  border-top: none;
}

.input-group {
  justify-content: center;
  width: auto;
}

.input-group .n_p-control {
  width: 32px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
}

.input-group-prepend,
.input-group-append {
  width: 32px;
  text-align: center;
}

.input-group-prepend .input-group-text {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  width: 100%;
}

.input-group-append .input-group-text {
  background: #B28A51;
  color: #fff;
  border: 1px solid #B28A51;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #B28A51;
    display: block;
    font-size: .8em;
    text-align: right;
  }



  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }

  .input-group {
    justify-content: flex-end;
  }
}

.fa-trash {
  width: 19px;
  height: 19px;
}

.fa-trash:before {
  margin: 0;
  padding-left: 2px;
}

.modal-term p {
  line-height: 1.9;
}

.modal-term li {
  margin: 15px 0;
  line-height: 1.9;
  letter-spacing: 2px;
}

.modal-term ul,
.modal-term ol {
  list-style-position: outside;
}