div#aac-estimator-table {
    margin-bottom: 1em;
    margin-top: 1em;
}
label {
    color: #596b89;
    font-weight: bold;
}
body {
    font-family:"Montserrat",Arial,Helvetica,sans-serif;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 0.1px;
}
select {
    width: 95%;
}
select {
    width: 95%;
}
#wrap {
  display: flex;
  align-items: center;
  margin: 10px;
}
.icon {
    display: inline-block;
    margin-top:8px;
    position:absolute;
    padding-top:5px;
}
.icon:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #e7943d;
  font-size: 30px;
  color: #e7943d;
}
#plus:before {
  content: '+';
}
#bigplus:before {
  content: '\FF0B';
}
.row-button {
    border: none;
    backrgound: none!important;
    margin-left: 2em;
    padding-top: 17px;
}
.buttonrow {
    position: relative;
}
#estimate-button {
    background-color: #e7943d;
    color: #fff;
    margin-top: 1em;
    padding: 13px 45px 13px 45px;
}
#reset-button {
    background-color: #e7943d;
    color: #fff;
    margin-top: 1em;
    padding: 13px 45px 13px 45px;
}
.NotesText {
    font-weight: bold;
    padding-inline-start: 0px;
}
#pieces.th{
    color: #596b89;
    text-align:left;
}
.pieces_th{
    color: #596b89;
    text-align:left;
}
.pieces_th_lwh {
    color: #596b89;
}
div#aac-estimator-table input {
    height: 40px;
    text-align: center;
}
div#aac-estimator-table td {
   margin-left: 20px;
}
#pieces {
    border-spacing: 10px;
    /*border-collapse: separate;*/
}
table, th, td {
  padding: 5px;
}
ul.NotesText a {
    color: #707070;
}
.pure-table th {
    color: #000;
}
.pure-table>th,.pure-table>th,.pure-table>th,.pure-table>th {
    border: 1px solid #cbcbcb;
}
ul {
    padding-inline-start:1.5em;
    color:#000;
}
.tr-border {
    border: 1px solid #cbcbcb;
}
.result-page-button {
    background: #9bc455!important;
    color: white!important;
    padding: 20px!important;
}
.estimated-charge {
    padding:0px;
    background:#596b89;
    color:#fff;
}
#all-service-price-table {
    width: 75%;
    margin-bottom: 2em;
    font-size: 1.2em;
}
.weight, .dim {
    width: 60px;
}
@media (max-width:1000px){
    div#aac-estimator-table input {
        width: 75px;
    }
}
