@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  font-family: system-ui, system-ui, sans-serif;
  color: #454545;
}

body header {
  height: 50pt;
  border-bottom: solid 1px #d3d3d3;
}

body header img {
  float: right;
  height: 35px;
  margin: 12px 12px 0px 0px;
}

body footer {
  border-top: solid 1px #d3d3d3;
  background-color: #f3f3f3;
  height: 60pt;
  padding: 6px;
}

body p {
  margin: 0;
}

body #dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #f3f3f3;
  padding: 40px;
  border: 2px solid #d3d3d3;
  border-radius: 8px;
}

body #order-summary {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #f3f3f3;
  padding: 40px;
  border: 2px solid #d3d3d3;
  border-radius: 8px;
}

body #order-summary textarea {
  width: 550px;
  height: 550px;
}

button.action {
  background-color: #454545;
  font-size: smaller;
  font-weight: bold;
  height: 30pt;
  border: solid 2px #454545;
  color: #ffffff;
  width: 80%;
  margin: auto;
  display: block;
}

button.action.cancel {
  background-color: inherit;
  color: #454545;
}

.strike {
  text-decoration: line-through;
}

.deactivated {
  color: #d3d3d3;
}

.option > .desc {
  font-weight: bold;
}

.hidden {
  display: none !important;
}

#content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#content .view {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-select {
  padding-left: 40px;
}

.product-select .product-grid {
  height: 100%;
}

.product-select .product-grid p {
  font-size: 9pt;
  margin-top: 10px;
  color: #454545;
}

.product-select .product-grid p.name {
  font-weight: bold;
}

.product-select .product-grid .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.product-select .product-grid .tile {
  border: solid 2px #d3d3d3;
  background-color: #f3f3f3;
  width: 140px;
  height: 140px;
  margin: 4px;
  border-radius: 4px;
}

.product-select .product-grid .tile .img {
  background-size: 100% 100%;
  height: 60px;
  width: 82px;
  margin: auto;
}

.product-select .product-grid .prod-code-a .img {
  background-image: url(van-a.png);
}

.product-select .product-grid .prod-code-b .img {
  background-image: url(van-b.png);
}

.product-select .product-grid .prod-code-c .img {
  background-image: url(van-c.png);
}

.product-select .product-grid .prod-code-d .img {
  background-image: url(van-d.png);
}

.product-select .product-grid .prod-code-e .img {
  background-image: url(van-e.png);
}

.product-select .product-grid .prod-code-f .img {
  background-image: url(van-f.png);
}

.product-select .product-grid .prod-code-mir .img {
  background-image: url(mirror.png);
}

.product-select .product-grid .prod-code-hdwr .img {
  background-image: url(knob.png);
}

.product-select .product-grid .prod-code-med .img {
  background-image: url(med.png);
}

.product-select .product-grid .prod-code-snk .img {
  background-image: url(sink.png);
}

.product-select .product-grid .prod-code-tops .img {
  background-image: url(top.png);
}

.product-configure {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-configure .selected-options .options-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product-configure .view-3d {
  height: 600px;
}

.product-configure .current-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 4px 0 4px 0;
}

.product-configure .current-product img {
  height: 50px;
}

#order {
  width: 220px;
  border-left: solid 1px #d3d3d3;
  border-right: solid 1px #d3d3d3;
  padding-right: 4px;
}

#order .money:before {
  content: "$";
}

#order .fold {
  height: 0%;
  display: none;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}

#order.expanded .fold {
  height: 100%;
  display: block;
}

#order.expanded .head .bottom .expando span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#order button.action.continue-order {
  background-color: #ffffff;
  color: #454545;
}

#order .head {
  background-color: #454545;
  color: #ffffff;
  height: 60px;
  padding: 10px 14px 0px 14px;
}

#order .head .title {
  font-size: 9pt;
}

#order .head .order-total.money {
  font-weight: bold;
}

#order .head .shop-icon {
  float: right;
}

#order .head .shop-icon img {
  width: 20px;
}

#order .head .bottom .expando {
  background-color: inherit;
  border: none;
  width: 100%;
}

#order .head .bottom .expando span {
  display: block;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

#order .center {
  padding: 10px;
}

#order .center .line-items {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#order .center .line-item {
  font-size: smaller;
  margin-top: 20px;
}

#order .center .line-item.proto {
  display: none;
}

#order .center .line-item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#order .center .line-item .row .col .qty {
  width: 30px;
  border: 2px solid #454545;
}

#order .center .line-item .row .sub-total {
  font-weight: bold;
}

#order .center .line-item .row .code-desc {
  color: #454545;
}

#order .center .line-item .row .code {
  font-weight: bold;
}

#order .center .total {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: smaller;
  text-align: right;
}

#order .center .total div:last-child {
  margin-top: 10px;
  font-weight: bold;
  font-size: larger;
}

#order .foot {
  background-color: #f3f3f3;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #d3d3d3;
}

.product-options {
  width: 0;
  display: none;
  margin-right: 4pt;
  margin-left: 4pt;
  padding-bottom: 8pt;
  border-right: solid 1px #d3d3d3;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}

.product-options.active {
  width: 200pt;
  display: block;
}

.product-options .options-list {
  padding-left: 0pt;
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  list-style-type: none;
}

.product-options .options-list .option {
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
  max-height: 50px;
  padding-top: 2px;
}

.product-options .options-list .option .desc {
  font-size: 9pt;
  font-weight: bold;
}

.product-options .options-list .option.selected {
  background-color: #f3f3f3;
  max-height: 5000px;
}

.product-options .options-list .option.selected > div {
  background-color: #f3f3f3;
}

.product-options .action.add:disabled {
  display: none;
}

.product-options.complete .action.add {
  display: block;
}

ul.choices {
  list-style: none;
  background-color: #ffffff;
  padding-left: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

ul.choices.visible {
  opacity: 1;
  margin-bottom: 18px;
}

ul.choices .choice.selected {
  background-color: #f3f3f3;
}

ul.choices li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.options-list {
  list-style: none;
  counter-reset: muffins;
}

.options-list > li {
  counter-increment: muffins;
  margin-bottom: 4px;
  font-size: 11pt;
  cursor: pointer;
}

.options-list > li > div:after {
  content: " ❯ ";
  padding: 0px 2px;
  font-weight: bold;
}

.options-list > li.selected > div:after {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: relative;
  left: -12px;
  top: -12px;
}

.options-list > li.set > div:after {
  content: " ✓ ";
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: inherit;
          transform-origin: inherit;
  position: inherit;
  color: #8bb38d;
  padding: 0px 2px;
  font-weight: bold;
}

.options-list > li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 50px;
  padding: 2px 2px 2px 2px;
  border-radius: 4px;
}

.options-list > li > div:before {
  /*content: counter(muffins) ". ";*/
  padding: 0px 2px 0px 2px;
}

.options-list > li > div > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/*# sourceMappingURL=RockSolidCfg.css.map */