ul.available-calculators {
  margin-top: 20px;
  clear:both;
}

li.available-calculator {
  list-style-type: none;
  width: 180px;
  color: #646464;
  float: left;
  font-size: 14px;
  border-radius: 5px;
  border: 2px dashed #ccc;
  padding: 25px 0 10px;
  margin-bottom: 20px;
  margin-right: 6px;
  text-align: center;
  cursor: pointer;
}

li.available-calculator:hover {
  border-color: #2e80b8;
}

li.available-calculator img {
  border: 0;
  margin-bottom: 10px;
}

ul.available-calculators a {
  color: #636564;
  display: block;
}

li.calculator {
  position: relative;
  list-style-type: none;
  padding: 35px 0 15px;
  font-size: 12px;
  overflow:hidden;
  margin-top: -20px;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content:  start;
  font-family: 'Roboto Condensed', sans-serif;
}

li.calculator h4 {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
  color: #304a61;
}

li.calculator .btn-delete-calc {
  position: absolute;
  right: 0px;
  top: 0px;
}

li.calculator .btn-delete-calc a {
  content: ' ';
  background: url('../image/close-button.png') no-repeat;
  height: 14px;
  width: 14px;
  display: block;
}

li.calculator .total-container {
  margin-top: 30px;
  clear:right;
  width: 180px;
  position: absolute;
  top: 215px;
  line-height: 30px;
  font-family: 'bebas_neuebold';
}

li.calculator .total-container .total {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  color: #4aa6e4;
}

li.calculator .total-container .quantity {
  display: none;
}

li.calculator .product-warranty {
  display: none;
}

li.calculator .product {
  text-align: center;
  width: 180px;
  height: 180px;
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #4aa6e4;
  flex-shrink: 0;
}

.boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.zoomLens {
  border: 0 !important;
}
ul.selected-calculators input {
  display: block;
}

.box {
  width:180px;
  margin-bottom: 20px;
  min-height: 55px;
  margin-right: 20px;
}

.box:nth-child(3n) {
  margin-right: 0;
}

.opt-input input {
  float:left;
  margin-top: 4px;
  margin-right: 6px;
}

.opt-label {
  overflow:hidden;
  margin-bottom: 5px;
  padding-right: 5px;
}

.opt-label div {
  color: #999;
}

li.opt-radio, li.opt-checkbox {
  list-style-type: none;

}

#process[disabled] {
  color: #ccc;
  pointer-events: none;
}

.size div, .size label, .size p {
  clear: both;
}

/* size */
.has-error input {
  border-color: #ee5655;
}

/* select */
.has-error select {
  border-color: #ee5655;
}

.opt-radio.has-error label {
  color: #ee5655;
}

.box.has-error h4 {
  color: #ee5655;
}

.error {
  color: #ee5655;
}

.contact #notes {
  width: 100%;
  height: 180px;
}

.circle {
  display: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.circle.circle-red {
  background-color: red;
}

.circle.circle-green {
  background-color: green;
}

.circle.circle-blue {
  background-color: blue;
}

#bbland {
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 2em;
}

.product-warranty {
  position: absolute;
  background-size: 100px 100px;
  width: 100px;
  height: 100px;
  right: 18px;
  top: 106px;
}

.product-warranty.offset {
  top: 170px !important;
}

.form-control.error {
  border-color: #ed5456;
}

.grand-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: 'bebas_neuebold';
  font-size: 16px;
  color: #4aa6e4;
}

/* the most suitable targeting for that table */
#content > table[align="center"][border="0"][cellpadding="1"][cellspacing="1"],
#content > table[align="center"][border="0"][cellpadding="1"][cellspacing="1"] + p {
  display: none;
}
#content > div[style="margin-top: 5px; margin-bottom:10px;"] {
  display: none;
}
#content > h3[style="text-align: center;"],
#content > h3[style="text-align: center;"] + p {
  display: none;
}
#content > p + p {
  display: none;
}

#content > p::empty {
  display: none;
}

#contact-title {
  display: none;
}