.estimate-box {
  position: fixed;
  top: 96px;
  right: calc((100% - 1000px) / 2);
  width: 260px;
  padding: 8px;
  background-color: #fff;
  border: 2px solid #ccc;
  z-index: 9999;
}

.estimate-box .estimate-header {
  padding: 6px;
  font-weight: bold;
  color: #fff;
  background-color: #C22;
}

.estimate-box .estimate-body {
  padding: 6px;
}

.estimate-box .estimate-body .row {
  margin: 1em 0 0;
}

.estimate-box .estimate-body .label {
  display: block;
  font-weight: bold;
  color: #999;
  text-align: left;
}
.estimate-box .estimate-body .price {
  display: block;
  padding-bottom: 2px;
  font-size: 140%;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid #aaa;
}

#main {
  transform: none !important;
}

@media (max-width: 800px) {
  .estimate-box {
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-width: 2px 0 0 0;
  }
  .estimate-box .estimate-body {
    display: flex;
  }
  .estimate-box .estimate-body .row {
    width: 50%;
    margin: 0;
    padding: 0 4px;
  }
}
