.slayer-body body {
  padding-top: 100px;
}

#site-header {
  top: 0;
}

.container {
  width: 100% !important;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto !important;
  max-width: 1200px !important;
}

.clearfix {
  width: 100%;
  clear: both;
}

#customizer {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#customizer.show-front .front, #customizer.show-back .back {
  display: block;
}

svg#single-svg-front, svg#single-svg-back {
  position: absolute;
  top: 0px;
  left: 0;
  height: auto;
  max-width: 100%;
}

#customizer.show-front .back {
  display: none;
}

#customizer.show-back .front {
  display: none;
}

#customizer.show-back .back {
  display: block;
}

.csvg {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

a.reset {
  color: #a7a5a5;
  text-transform: uppercase;
  display: block;
  font-size: 0.8em;
  margin-bottom: 20px;
}

a.reset .ss-icon {
  color: #0098d8;
  font-size: 1.8em;
  position: relative;
  top: 5px;
  margin-left: 10px;
}

a.reset:hover {
  color: #0098d8;
}

#base {
  z-index: 0;
  position: relative;
  height: 600px;
}

#panels {
  overflow: hidden;
}

#panels,
#cvs {
  /*position: absolute;*/
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.cr-panel {
  display: none;
}

#panels-finish {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

#panels-finish img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

#panels-finish img.selected {
  opacity: 1;
  z-index: 99;
}

.quote {
  margin-top: 60px;
}

.quote p {
  font-size: 1.4em !important;
}

#glare {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  opacity: 0.7;
}

#glare img {
  position: absolute;
  top: 0;
  left: 0;
}

#glare img.glare-base {
  left: 1px;
  top: -1px;
}

.hero-img {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#noise {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0.65;
}

#noise img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#legs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
}

#legs img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

#powder-coats-side .sub-thumbs,
#powder-coats-rear .sub-thumbs {
  padding-top: 30px;
  position: relative;
  top: -40px;
  padding-left: 10px;
  margin-left: -10px;
  padding-right: 10px;
  margin-right: -10px;
  margin-bottom: -45px;
}

#powder-coats-side div.color,
#powder-coats-rear div.color {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 50px;
  clear: left;
}

#powder-coats-side div.color a,
#powder-coats-rear div.color a {
  float: left;
  width: 100%;
  cursor: pointer;
  position: relative;
  gap: 15px;
  display: flex;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

#powder-coats-side div.color a.selected::after,
#powder-coats-rear div.color a.selected::after {
  content: " ";
  display: block;
  position: absolute;
  top: -0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3) url(img/check.svg) no-repeat center center;
}

.views {
  float: left;
  clear: left;
}

.views h2 {
  font-size: 1.4em;
}

a.thumb {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 36px;
}

a.thumb img {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

a.thumb.selected::after {
  content: " ";
  display: block;
  position: absolute;
  top: 2px;
  right: 0px;
  bottom: 0px;
  left: 2px;
  width: 33px;
  height: 33px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3) url(img/check.svg) no-repeat center center;
}

#handles,
#cup-rails {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}

#handles img,
#cup-rails img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 2;
}

#handles img.selected,
#cup-rails img.selected {
  opacity: 1;
}

#cup-rails {
  z-index: 8;
}

#cup-rails img.rails-base.shown {
  display: block;
  opacity: 1;
  z-index: 1;
}

#cup-rails .back {
  top: -1px;
}

#x-legs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

#x-legs img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

#x-legs img.selected {
  opacity: 1;
}

.ninja-forms-all-fields-wrap {
  clear: both;
}

#options .btn {
  float: left;
  margin-right: 20px;
  margin-right: 0;
  margin-top: 20px;
  width: 100%;
}

#contact-modal #copy-input {
  width: 100%;
  text-align: center;
}

#custom-img {
  height: 300px;
  margin-top: -60px;
  position: relative;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A)
    center center no-repeat;
  -webkit-animation-fill-mode: both;
}

animation-fill-mode:both #custom-img:after {
  font-size: 1pc;
  position: fixed;
  top: 50%;
  width: 100%;
  margin-top: 20px;
  content: "Loading";
  text-align: center;
  color: #aaa;
}

#custom-img img {
  max-width: 450px;
  margin: 0 auto;
}

#canvasImg {
  display: none;
}

.has-tt {
  position: relative;
}

.tooltip {
  color: #ffffff;
  background: #252525;
  font-size: 0.7em;
  position: absolute;
  display: none;
  bottom: 100%;
  text-align: center;
  left: 50%;
  margin-left: -50px;
  text-transform: uppercase;
  padding: 5px 10px;
  width: 100px;
  z-index: 9;
}

.tooltip::after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: #252525;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  content: " ";
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.thumb .tooltip {
  top: -65px;
  left: 15px;
  bottom: inherit;
  min-height: 53px;
}

.has-tt:hover span.tooltip {
  display: inline-block;
}

#options {
  float: right;
  display: block;
}

#options #tabs {
  width: 100%;
}

#options #tabs .tab {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  float: left;
  display: block;
  position: relative;
}

#options #tabs .tab img {
  display: inline;
}

#options #tabs .tab.selected {
  background: none;
}

#options #tabs .tab.selected a {
  background: none;
}

#options #tabs .tab a {
  float: left;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0;
}

#options .tab-content {
  width: 100%;
  float: left;
}

#options .tab-content .sub-options {
  margin-top: 10px;
}

#options .tab-content .sub-options a {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 50px;
  position: relative;
}

#options .tab-content .sub-options a:hover {
  background: #f0f7fd;
}

#options .tab-content .sub-options a.selected {
  font-weight: bold;
  background: #f2f2f2;
}

#options .tab-content .sub-section {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 5px;
}

#options .tab-content .sub-section.selected {
  display: block;
}

#options .tab-content p.sub-title,
#options .tab-content p.name {
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 5px 0px;
  color: #999999;
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 0;
}

#options .tab-content p.name {
  font-weight: 700;
  padding-top: 0;
  border: none;
  padding-left: 30px;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #000;
}

#options .tab-content .sub-controls {
  background: #fff;
  position: relative;
  z-index: 1;
}

#options p.tab-title {
  text-transform: uppercase;
}

#options .tab-content {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

#options .tab-content.selected {
  display: block;
}

#customizer-container {
  float: left;
  display: block;
}

.front-btn,
.back-btn {
  display: block;
  width: 160px;
  float: left;
  opacity: 0.7;
}

.front-btn.active,
.back-btn.active {
  opacity: 1;
}

#copy-link {
  margin-top: 10px;
}

.custom-summary {
  margin-bottom: 30px;
}

#fb-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  margin: 30px;
  position: relative;
  margin-bottom: 60px;
}

#fb-container.show {
  display: block;
}

#fb-container:after {
  top: 100%;
  left: 25%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #cccccc;
  border-width: 30px;
}

.fb-btn {
  box-shadow: inset 0px 1px 0px 0px #7a8eb9;
  background: linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
  background-color: #637aad;
  border: 1px solid #314179;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 12px;
  text-decoration: none;
}

.fb-btn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #5972a7),
    color-stop(1, #637aad)
  );
  background: -moz-linear-gradient(top, #5972a7 5%, #637aad 100%);
  background: -webkit-linear-gradient(top, #5972a7 5%, #637aad 100%);
  background: -o-linear-gradient(top, #5972a7 5%, #637aad 100%);
  background: -ms-linear-gradient(top, #5972a7 5%, #637aad 100%);
  background: linear-gradient(to bottom, #5972a7 5%, #637aad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5972a7', endColorstr='#637aad',GradientType=0);
  background-color: #5972a7;
  color: #fff;
}

.cancel-btn {
  box-shadow: inset 0px 1px 0px 0px #fff;
  background: linear-gradient(to bottom, #fff 5%, #f6f6f6 100%);
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 12px;
  text-decoration: none;
}

.cancel-btn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #f6f6f6),
    color-stop(1, #fff)
  );
  background: -moz-linear-gradient(top, #f6f6f6 5%, #fff 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #fff 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #fff 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #fff 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
  background-color: #f6f6f6;
}

.card input[type="text"],
.card input[type="email"],
.card input[type="url"],
.card input[type="password"],
.card input[type="search"],
.card textarea,
.card .input-text {
  padding: 0.618em;
  background-color: #efefef;
  color: #60646c;
  line-height: 1;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  font-weight: normal;
}

#contact-modal {
  text-align: left;
  width: 990px;
  overflow: hidden;
}

#contact-modal table {
  border: none !important;
  margin: 0 0 1.618em;
  width: 100%;
}

#contact-modal label {
  margin-bottom: 10px;
  display: block;
}

#contact-modal input[type="text"],
#contact-modal textarea {
  width: 300px;
  clear: both;
  display: block;
}

#contact-modal input[type="checkbox"],
#contact-modal input[type="radio"] {
  margin-right: 10px;
}

#contact-modal .needs-filled {
  color: red;
}

#contact-modal .column {
  margin-bottom: 10px;
}

#contact-modal .column.ref,
#contact-modal .column.req {
  margin-top: 20px;
}

#contact-modal #crmWebToEntityForm table tbody td,
.entry-content #crmWebToEntityForm table tbody td {
  background: none;
  display: block;
  padding: 0 40px 0 0;
  padding-bottom: 5px;
}

#contact-modal #crmWebToEntityForm table tbody td:nth-child(2),
.entry-content #crmWebToEntityForm table tbody td:nth-child(2) {
  font-size: 11px;
  padding-top: 0;
  color: #555;
}

#contact-modal #crmWebToEntityForm table tbody tr,
.entry-content #crmWebToEntityForm table tbody tr {
  width: 50%;
  display: block;
  float: left;
  padding: 0 0 10px 0;
  min-height: 100px;
}

#contact-modal #crmWebToEntityForm table tbody tr:first-child,
.entry-content #crmWebToEntityForm table tbody tr:first-child {
  width: 100%;
  display: none;
}

#contact-modal #crmWebToEntityForm input[type="text"],
#contact-modal #crmWebToEntityForm textarea,
.entry-content #crmWebToEntityForm input[type="text"],
.entry-content #crmWebToEntityForm textarea {
  min-width: 80%;
}

#contact-modal #crmWebToEntityForm input[type="reset"],
.entry-content #crmWebToEntityForm input[type="reset"] {
  padding: 10px 30px;
  border: 1px solid #252525;
  display: none;
}

#contact-modal .request-quote #crmWebToEntityForm table tbody tr:nth-child(1),
#contact-modal .request-quote #crmWebToEntityForm table tbody tr:nth-child(2),
#contact-modal .request-quote #crmWebToEntityForm table tbody tr:nth-child(3),
#contact-modal .request-quote #crmWebToEntityForm table tbody tr:nth-child(4),
#contact-modal .request-quote #crmWebToEntityForm table tbody tr:nth-child(5),
#contact-modal .request-quote #crmWebToEntityForm table tbody tr:nth-child(6),
#contact-modal .request-quote #crmWebToEntityForm table tbody tr:nth-child(7),
#contact-modal .request-quote #crmWebToEntityForm table tbody tr:nth-child(8),
#contact-modal .request-quote #crmWebToEntityForm table tbody tr:nth-child(9),
#contact-modal .request-quote #crmWebToEntityForm table tbody tr:nth-child(10),
#contact-modal .request-quote #crmWebToEntityForm table tbody tr:nth-child(11),
#contact-modal .request-quote #crmWebToEntityForm table tbody tr:nth-child(12),
#contact-modal .request-quote #crmWebToEntityForm table tbody tr:nth-child(13),
#contact-modal .request-quote #crmWebToEntityForm table tbody tr:nth-child(14) {
  display: none;
}

#contact-modal
  .request-quote
  #crmWebToEntityForm
  table
  tbody
  tr:nth-last-child(3) {
  display: none;
}

#contact-modal .request-quote input[type="submit"] {
  margin-top: 10px;
  color: #fff !important;
}

.ninja-forms-field-description {
  margin-bottom: 20px;
}

.ninja-forms-field-description p {
  line-height: 1em;
}

.column-50 {
  width: 50%;
  float: left;
}

#custom-img {
  margin-top: 10px;
}

.remodal-close {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
@media only screen and (max-width: 767px) {
  #options,
  #customizer-container {
    width: 100%;
    margin: 0;
  }

  #customizer-container {
    margin-bottom: 20px;
  }

  #customizer-container .views {
    text-align: center;
    left: 0;
    width: 100%;
    left: 0;
    position: relative;
  }

  #customizer-container .views a {
    display: inline-block;
    width: 80px;
    float: none;
  }

  #powder-coats-side div.color,
  #powder-coats-rear div.color {
    width: inherit;
  }

  #powder-coats-side div.color a.thumb,
  #powder-coats-rear div.color a.thumb {
    width: 40px;
    height: 40px;
  }

  #ninja_forms_form_1 .field-wrap,
  #ninja_forms_form_16 .field-wrap {
    width: 100%;
  }

  .thumb .tooltip {
    top: inherit;
    bottom: 100%;
  }

  #powder-coats-side div.color a.selected::after,
  #powder-coats-rear div.color a.selected::after {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.3) url("img/check.svg") no-repeat center center;
  }

  #custom-img {
    z-index: -1;
    position: relative;
    margin-top: 0;
  }

  #custom-img img {
    width: 100%;
  }

  .customizer-modal.remodal .share a.fa {
    font-size: 2.4em;
    display: inline;
    height: 80px;
    margin-bottom: 10px;
    margin: 10px;
  }

  .customizer-modal.remodal #pin {
    display: inline;
    margin-bottom: 10;
  }

  .customizer-modal.remodal #pin img {
    display: inline;
    position: relative;
    top: 8px;
    width: 35px;
    margin-bottom: 0;
  }

  #powder-coats-side .sub-thumbs,
  #powder-coats-rear .sub-thumbs {
    height: inherit;
    overflow: visible;
  }

  #contact-modal {
    width: 100%;
    padding: 40px;
  }

  #contact-modal .column-50 {
    width: 100% !important;
  }

  #contact-modal #crmWebToEntityForm table tbody tr,
  .entry-content #crmWebToEntityForm table tbody tr {
    width: 100%;
  }

  #contact-modal #crmWebToEntityForm table tbody td,
  .entry-content #crmWebToEntityForm table tbody td {
    padding-right: 0 !important;
  }
}*/

/* ===============================
   CUSTOMIZER FIXES & OVERRIDES
   =============================== */

.slayer-body {
  font-family: sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
}

.slayer-body a {
  color: #333;
  text-decoration: none;
}

.slayer-body a:hover {
  color: #0098d8;
}

.slayer-body .container {
  display: flex;
  align-items: flex-start;
  padding: 20px;
}

#customizer-container {
  width: 70%;
  /*position: absolute;*/
}

#options {
    width: 30%;
    margin-left: -54px;
    z-index: 10;
    position: relative;
}

#customizer {
  position: relative;
   max-height: clamp(
    304px,
    calc(304px + 176 * ((100vw - 320px) / 865)),
    480px
  );
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#customizer img {
  max-width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.panel,
#handles,
#cup-rails,
#x-legs,
#glare,
#noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#custom-img {
  margin-top: 30px;
  height: auto;
  overflow: hidden;
}

.csvg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.quote {
  margin-top: 20px;
}

.fb-btn {
  padding: 8px 14px;
  background: #4267b2;
  color: #fff;
  border: none;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}

.fb-btn:hover {
  background: #365899;
}

#copy-input {
  width: 300px;
  padding: 5px;
  margin-top: 10px;
  border: 1px solid #ccc;
}

.tab a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  font-weight: bold;
}

.tab.selected a {
  background: #fff;
  border-bottom: none;
}

.tab-box-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tab-box {
  box-shadow: none;
  padding: 15px;
  border: 1px solid #e5e7eb;
  margin-bottom: 1em;
}

.tab-box a {
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans";
}

.tab-box .tab-content {
  display: block;
  padding: 10px 16px 16px;
}

a.thumb img {
  border-radius: 50%;
  width: 33px;
  height: 33px;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}

a.thumb.selected img {
  border-color: #0098d8;
  box-shadow: 0 0 0 2px rgba(0, 152, 216, 0.4);
}

.tab-content > .sub-options:empty,
.tab-content > .sub-section:empty {
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
}

.tab-content {
  display: block;
  padding: 10px 16px 16px;
  margin: 0;
}

.sub-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.color {
  margin: 0;
  padding: 0;
}

#x-legs,
#handles,
#cup-rails {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

#x-legs-options,
#handle-options,
#cup-rail-options {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

#x-legs img,
#handles img,
#cup-rails img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}

#x-legs img.legs-base,
#handles img.handles-base,
#cup-rails img.cup-rails-base {
  opacity: 1;
  z-index: 1;
}

#x-legs img.selected:not(.legs-base),
#handles img.selected:not(.handles-base),
#cup-rails img.selected:not(.cup-rails-base) {
  opacity: 1;
  z-index: 2;
}

#panels-finish .back.rear img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#panels-finish .back.rear img.selected {
  opacity: 1;
  z-index: 99;
}

#panels .rear img {
  opacity: 0;
  display: none;
}
#panels .rear img.selected {
  opacity: 1;
  display: block;
}

#cup-rails {
  z-index: 8; /* ✅ This is fine */
  pointer-events: none; /* Add this */
}

#cup-rails img.selected {
  opacity: 1;
  pointer-events: auto; /* Only selected visible images can be clicked */
}

#cup-rails .back img.selected {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
}

/*#customizer.show-back .back {
    display: block;
}*/

.front-btn, .back-btn {
  position: relative;
  z-index: 20;
}

/* ----- Quote Request Form Styles ----- */
:root {
  --card-bg: #fff;
  --border: #e6e6e6;
  --muted: #6b7280;
  --blue: #16a3ff;
  --blue-dark: #0e8edc;
}

body.form-page {
  font-family: 'Open Sans';
  color: #111;
}

.card {
  max-width: 760px;
  margin: 32px auto;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  padding: 3em 3em;
}

.card header {
    font-family: 'Open Sans' !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    color: black !important;
    margin: 15px 0.7em !important;
}

.card .sub {
  padding: 0 24px 8px;
  color: var(--muted);
  font-size: 14px;
}

.card form {
  padding: 8px 24px 24px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.full {
  grid-column: 1 / -1;
}

.card label {
  display: block;
  font-weight: 600;
  margin: 6px 0 6px;
  font-size: 14px;
}

.hint {
  color: var(--muted);
  font-size: 12px;
  margin-top: 6px;
}

.card input[type=text],
.card input[type=email],
.card input[type=tel],
.card textarea {
  width: 100% !important;
  padding: 12px 12px !important;
  border: 1px solid var(--border) !important;
  border-radius: 8px !important;
  background: #fff !important;
  outline: none !important;
  font-size: 14px !important;
}

.card input[type=tel] {
  width: 92%;
}

.card input[readonly] {
  background: #f7f7f9 !important;
  color: #111 !important;
  cursor: default !important;
}

.card textarea {
  min-height: 130px;
  resize: vertical;
}

.check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
}

.check input {
  margin-top: 2px;
}

.actions {
  padding-top: 6px;
}

.card .btn {
  width: 100% !important;
    padding: 12px 16px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: var(--blue) !important;
    color: #fff !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    font-size: 20px !important;
}

.card .btn:hover {
  background: var(--blue-dark);
}

.slayer-request-btn{
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 1px;
    font-weight: 700 !important;
    background-color: #1698d5;
    padding: 0.3em 1em !important;
    font-size: 20px !important;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-position: 50%;
    border: 2px solid;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
}

.hidden-fields {
  display: none;
}

@media (min-width: 995px) and (max-width: 1185px) {
  #options .tab-content .sub-section, #powder-coats-side div.color, #powder-coats-rear div.color, #x-legs-options, #handle-options, #cup-rail-options  {
    grid-template-columns: repeat(5, 1fr);
  }

  /*#customizer {
    max-height: 31em !important;
  }*/
}

@media (min-width: 980px) and (max-width: 994px) {
  #options .tab-content .sub-section, #powder-coats-side div.color, #powder-coats-rear div.color, #x-legs-options, #handle-options, #cup-rail-options  {
    grid-template-columns: repeat(4, 1fr);
  }

  /*#customizer {
    max-height: 26em !important;
  }*/
}

@media (max-width: 979px) {
  #customizer-container {
    width: 100%;
  }

 
}

@media (min-width: 600px) and (max-width: 979px) {
#options .tab-content .sub-section, #powder-coats-side div.color, #powder-coats-rear div.color, #x-legs-options, #handle-options, #cup-rail-options  {
    grid-template-columns: repeat(10, 1fr);
  }

  #options {
    max-width: 550px;
    width: auto;
    float: left;
    margin: 0 auto;
  }

  .container {
    display: flex;
    flex-wrap: wrap;
  }

}
/*
@media (min-width: 785px) and (max-width: 979px) {

  #customizer {
    max-height: 35em !important;
  }
}


@media (min-width: 700px) and (max-width: 784px) {

  #customizer {
    max-height: 30em !important;
    transition: max-height 0.3s ease;
  }
}

@media (min-width: 585px) and (max-width: 699px) {

  #customizer {
    max-height: 27em !important;
    transition: max-height 0.3s ease;
  }
}

@media (min-width: 500px) and (max-width: 584px) {

  #customizer {
    max-height: 23em !important;
    transition: max-height 0.3s ease;
  }
}

@media (min-width: 440px) and (max-width: 499px) {

  #customizer {
    max-height: 19em !important;
    transition: max-height 0.3s ease;
  }
}

@media (min-width: 400px) and (max-width: 439px) {

  #customizer {
    max-height: 17em !important;
    transition: max-height 0.3s ease;
  }
}
  */

@media (min-width: 310px) and (max-width: 399px) {

  /*#customizer {
    max-height: 12em !important;
  }*/

  .front-btn, .back-btn {
    width: 130px;
  }
}


@media (min-width: 320px) and (max-width: 599px) {
#options .tab-content .sub-section, #powder-coats-side div.color, #powder-coats-rear div.color, #x-legs-options, #handle-options, #cup-rail-options  {
    grid-template-columns: repeat(4, 1fr);
  }

  #options {
    max-width: 260px;
    width: auto;
    float: left;
    margin: 0 auto;
  }

  .container {
    display: flex;
    flex-wrap: wrap;
  }

}

/* --- Flicker-free initial loader using pseudo-elements --- */
#customizer { position: relative; }

/* overlay backdrop */
#customizer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.85);
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  transition: opacity .25s ease, visibility .25s ease;
}

/* spinner */
#customizer::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px; /* center */
  border: 4px solid #e5e7eb;
  border-top-color: #0098d8;
  border-radius: 50%;
  animation: slayer-spin .8s linear infinite;
  z-index: 1001;
  opacity: 1;
  visibility: visible;
  transition: opacity .25s ease, visibility .25s ease;
}

/* hide overlay when ready */
#customizer.is-ready::before,
#customizer.is-ready::after {
  opacity: 0;
  visibility: hidden;
}

/* show overlay on-demand (e.g., first view switch) */
#customizer.is-loading::before,
#customizer.is-loading::after {
  opacity: 1;
  visibility: visible;
}

@keyframes slayer-spin { to { transform: rotate(360deg); } }

#panels-finish .back.rear img { opacity: 0; visibility: hidden; }
#panels-finish .back.rear img.selected { opacity: 1; visibility: visible; z-index: 99; }

a.thumb.has-tt .tooltip {
  top: auto;                        
  bottom: calc(100% + 8px);         
  left: 50%;
  transform: translateX(-50%);      
  margin-left: 0;
  width: auto;                      
  min-width: 100px;
  max-width: 220px;                 
  white-space: normal;              
  overflow-wrap: anywhere;      
  line-height: 1.2;
  pointer-events: none;
  z-index: 999;
}

a.thumb.has-tt .tooltip::after {
  top: 100%;                       
  bottom: auto;                     
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  margin-left: 0;
}
