﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
html, body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 3rem;
}

body, button, input, select, optgroup, textarea {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.6rem;
  background: #f3f4f6;
}

label {
  color: #4b5563;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  display: block;
  font-weight: 600;
}
label small {
  font-size: 12px;
  text-transform: none;
}

input[type=text], select, textarea {
  width: 100%;
  background-color: #fff;
  border: 1px #6b7280 solid;
  padding: 1rem 1.2rem;
  line-height: 1.5rem;
  box-sizing: border-box;
}
input[type=text][disabled=disabled], select[disabled=disabled], textarea[disabled=disabled] {
  opacity: 0.6;
}

textarea {
  font-size: 1.4rem;
  font-family: monospace;
}

input[type=radio] {
  height: 1.6rem;
  width: 1.6rem;
}

select {
  appearance: none;
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding-right: 2.5rem;
}

.sub-checkbox {
  text-align: right;
  margin-top: -3.4rem;
}
.sub-checkbox label {
  display: inline-block;
  text-transform: none;
}

.button {
  background: #002B49;
  color: #fff;
  border: 0;
  border-radius: 0.4rem;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  margin-top: 1rem;
}

table {
  font-size: 1.4rem;
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
table td, table th {
  border: 0;
  border-bottom: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
  padding: 0.4rem;
}
table td:first-child, table th:first-child {
  padding-left: 2rem;
}
table td:last-child, table th:last-child {
  padding-right: 2rem;
}
table th {
  font-weight: 400;
}
table tr:last-child td, table tr:last-child th {
  border-bottom: 0;
}
table tr:hover td, table tr:hover th {
  background: #f3f4f6;
}
table svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0.4rem;
}
table .center {
  text-align: center;
}

.derivative-table {
  margin: 0 -2rem -1rem;
}

.site {
  padding: 10rem 1rem 2rem;
}
@media only screen and (min-width: 768px) {
  .site {
    padding-top: 14rem;
  }
}
@media only screen and (min-width: 1300px) {
  .site {
    display: flex;
  }
}
.site__step-1, .site__step-2, .site__step-3, .site__step-4 {
  flex-basis: 25%;
  flex-shrink: 0;
  padding: 0 1rem;
  box-sizing: border-box;
}

.site-header {
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.site-header__inner {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .site-header__inner {
    display: block;
  }
}
.site-header__logo {
  max-width: 12rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 768px) {
  .site-header__logo {
    max-width: none;
  }
}
.site-header__heading {
  font-size: 1.4rem;
  margin: 0.2rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .site-header__heading {
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.header-tabs {
  display: flex;
  background: #002B49;
}
.header-tabs__item {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  background: none;
  border: 0;
  color: #fff;
  padding: 0.25rem 1rem;
}
.header-tabs__item svg {
  height: 1.4rem;
  flex-shrink: 0;
  margin-left: 0.6rem;
  fill: currentColor;
}
.header-tabs__item--active {
  color: #AC8C30;
  background: #fff;
}

.step-header {
  font-size: 1.8rem;
  font-weight: 400;
  color: #4B556B;
}
.step-header strong {
  color: #000;
  font-weight: 600;
}

.step-panel {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 2rem;
}
.step-panel--max-h-screen {
  max-height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
}
.step-panel__tabs {
  margin: -2rem -2rem 2rem -2rem;
}

.step-panel-tabs {
  background: #f3f4f6;
  display: flex;
  overflow: hidden;
}
.step-panel-tabs__item {
  font-size: 1.6rem;
  padding: 0.75rem;
  background: transparent;
  border: 0;
  text-align: center;
  flex: 1;
  cursor: pointer;
}
.step-panel-tabs__item--active {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.response-panel {
  margin: 2rem -2rem -2rem -2rem;
  background: #f3f4f6;
  padding: 2rem;
}

.search {
  display: flex;
  margin-bottom: 1rem;
}
.search__clear {
  border: 0;
  background: transparent;
  padding: 0 1.6rem;
  cursor: pointer;
}

.step-panel-summary {
  background-color: #002B49;
  padding: 2rem;
  border-top: 2px solid #AC8C30;
  border-radius: 0.4rem;
  color: #fff;
  position: sticky;
  bottom: 0;
  z-index: 10;
}
.step-panel-summary ul {
  padding: 0 0 0 1rem;
  margin: 0;
}
.step-panel-summary li {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

.options-panel--accordion {
  padding: 0;
  margin: 0 0 0;
}

.options-panel--accordion:first-child {
  border-top: 0;
}

@media only screen and (min-width: 650px) {
  .options-panel--accordion {
    margin: 0 0 0;
  }
}
.options-panel--paint {
  margin-bottom: 0;
}

@media only screen and (min-width: 650px) {
  .options-panel--paint {
    margin-bottom: 0;
  }
}
.options-panel__title {
  margin: 0;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #4b5563;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  user-select: none;
  min-height: 4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.options-panel__selected-count {
  background-color: #e1e0e4;
  border-radius: 100%;
  color: #787580;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.7rem;
  letter-spacing: 0.1em;
  position: relative;
  right: 0;
  text-align: center;
  top: -0.5rem;
  margin-left: 0.2rem;
  width: 1.7rem;
  font-size: 10px;
  font-size: 1rem;
  box-sizing: border-box;
}

.options-panel__subgroup-title {
  margin: 0.8rem 0 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #4b5563;
}

.options-panel--accordion .options-panel__title {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 650px) {
  .options-panel--accordion .options-panel__title {
    padding-left: 0;
    padding-right: 0;
  }
}
.options-panel__content {
  padding: 0 0 1rem 0;
}

.options-panel--accordion .options-panel__content {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 650px) {
  .options-panel--accordion .options-panel__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.options-panel__icon {
  display: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  border-radius: 0.25rem;
  height: 2rem;
  width: 2rem;
  margin-top: 0.1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
}

@media only screen and (min-width: 650px) {
  .options-panel__icon {
    right: 0;
  }
}
.is-collapsed .options-panel__icon {
  transform: translateY(-50%);
}

.options-panel__plus, .options-panel__minus {
  display: none;
}

/*.options-panel__plus, .options-panel__minus {
    width: 1.2rem;
    fill: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.options-panel__plus {
    display: none
}

.is-collapsed .options-panel__plus {
    display: block
}

.is-collapsed .options-panel__minus {
    display: none
}*/
.skeleton-options-panel {
  min-height: 4rem;
  box-sizing: border-box;
}

@media only screen and (min-width: 650px) {
  .skeleton-options-panel {
    min-height: 4.6rem;
  }
}
.skeleton-options-panel--accordion {
  border-top: 0.1rem solid #eeeef0;
  margin: 0 0 0;
  position: relative;
  min-height: 4.1rem;
}

@media only screen and (min-width: 650px) {
  .skeleton-options-panel--accordion {
    margin: 0 0 0;
    min-height: 4.7rem;
  }
}
.skeleton-options-panel--accordion:first-child {
  border-top: 0;
}

.skeleton-options-panel--accordion::after {
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-radius: 0.25rem;
  height: 2.4rem;
  width: 2.4rem;
  margin-top: 0.1rem;
  display: block;
  background-image: linear-gradient(110deg, #e1e0e4 73%, #dcdbdf 75%, #e1e0e4 77%, #e1e0e4 78%, #dcdbdf 84%, #dcdbdf 88%, #e1e0e4 94%, #e1e0e4 100%);
  background-size: 200% 100%;
  background-position: 0 center;
  animation: 2s ease-in-out loading infinite;
}

@media only screen and (min-width: 650px) {
  .skeleton-options-panel--accordion::after {
    right: 0;
  }
}
.skeleton-options-panel--accordion::before {
  display: block;
  background-image: linear-gradient(110deg, #e1e0e4 73%, #dcdbdf 75%, #e1e0e4 77%, #e1e0e4 78%, #dcdbdf 84%, #dcdbdf 88%, #e1e0e4 94%, #e1e0e4 100%);
  background-size: 200% 100%;
  background-position: 0 center;
  animation: 2s ease-in-out loading infinite;
  content: "";
  width: 15rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 650px) {
  .skeleton-options-panel--accordion::before {
    left: 0;
  }
}
.skeleton-options-panel--paint {
  box-sizing: border-box;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  padding-top: 4.2rem;
}

@media only screen and (min-width: 650px) {
  .skeleton-options-panel--paint {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 985px) {
  .skeleton-options-panel--paint {
    padding-top: 4.8rem;
  }
}
.skeleton-options-panel--paint::before {
  display: block;
  background-image: linear-gradient(110deg, #e1e0e4 73%, #dcdbdf 75%, #e1e0e4 77%, #e1e0e4 78%, #dcdbdf 84%, #dcdbdf 88%, #e1e0e4 94%, #e1e0e4 100%);
  background-size: 200% 100%;
  background-position: 0 center;
  animation: 2s ease-in-out loading infinite;
  content: "";
  width: 15rem;
  height: 2rem;
  left: 0;
  top: 1rem;
  position: absolute;
}

.option-list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 650px) {
  .option-list {
    margin: 0 -0.8rem;
  }
}
.option-list__option {
  margin-bottom: 0.8rem;
  width: 100%;
  -webkit-touch-callout: none;
  user-select: none;
}

.option-list--modal .option-list__option {
  width: 100%;
  padding: 0;
  margin-bottom: 0.8rem;
}

.option-list__label {
  border: 0.1rem solid #e1e0e4;
  border-radius: 0.4rem;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  font-size: 1.4rem;
  margin: 0;
  padding: 1rem 8rem 1rem 5rem;
}

@media only screen and (min-width: 650px) {
  .option-list__label {
    margin: 0 0.8rem 0;
  }
}
.option-list__label.is-selected {
  border-color: #2563eb;
  background-color: #eff1fa;
  box-shadow: 0 0 0 0.1rem #2563eb;
}

.option-list__option:focus-within .option-list__label {
  box-shadow: 0 0 0 0.3rem #fff, 0 0 0 0.6rem rgba(225, 224, 228, 0.5);
  outline: 0;
}

.option-list__option:focus-within .option-list__label.is-selected {
  box-shadow: 0 0 0 0.1rem #2563eb, 0 0 0 0.3rem #fff, 0 0 0 0.6rem rgba(225, 224, 228, 0.5);
}

.option-list--modal .option-list__label {
  padding: 0.6rem 6rem 0.8rem 4rem;
}

.option-list__option--no-price .option-list__label {
  padding-right: 1.2rem;
}

.option-list__check {
  border: 0.1rem solid #e1e0e4;
  border-radius: 0.2rem;
  box-shadow: inset 0 0 0.2rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  height: 2rem;
  left: 1.2rem;
  position: absolute;
  top: 1.2rem;
  width: 2rem;
  padding: 0.2rem;
}

.is-selected .option-list__check {
  background-color: #fff;
  border-color: #2563eb;
}

.option-list--modal .option-list__check {
  left: 1rem;
  top: 1rem;
}

.is-selected .option-list__check {
  box-shadow: 0 0 0 1px #2563eb;
}

.option-list__check-icon {
  height: 1.4rem;
  width: 1.4rem;
  display: none;
  fill: #2563eb;
}

.is-selected .option-list__check-icon {
  display: block;
}

.option-list__name {
  display: block;
}

.option-list__price {
  font-weight: 500;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #928f99;
}

@media only screen and (min-width: 650px) {
  .option-list__price {
    right: 2rem;
  }
}
.option-list__whats-included {
  color: #928f99;
  display: block;
  float: left;
  margin: 0.2rem 0 0 0;
  position: relative;
  z-index: 6;
}

.option-list__whats-included-icon {
  bottom: -0.25rem;
  height: 1.6rem;
  position: relative;
  width: 1.6rem;
  fill: #928f99;
}

.option-list__target {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  -webkit-touch-callout: none;
  user-select: none;
}

.alert {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background: #f6f6f7;
  padding: 1.25rem 0;
  margin: 0 0 2.4rem 0;
  color: #64616b;
  border-radius: 0.5rem;
  font-weight: 500;
}

@media only screen and (min-width: 650px) {
  .alert {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.alert--small {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem 1rem;
}

.alert--no-results {
  margin-top: 2.4rem;
}

.alert--no-margin {
  margin: 0;
}

.alert--lease-config {
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.alert--warning {
  background: #fbb03b;
  color: #fff;
}

.alert--info {
  background: rgba(59, 130, 246, 0.15);
  color: #3b82f6;
}

.alert--estimate {
  background: #fbb03b;
}

.alert--panel-top-alert {
  border-radius: 0.5rem 0.5rem 0 0;
  padding-left: 0;
  padding-right: 0;
  margin: -1.6rem 0 2.4rem 0;
}

@media only screen and (min-width: 650px) {
  .alert--panel-top-alert {
    padding-left: 0;
    padding-right: 0;
    margin: -2.7rem 0 2.4rem 0;
  }
}
.modal {
  transition: opacity 0.3s ease;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__mask {
  background-color: transparent;
  position: absolute;
  height: 100%;
  width: 100%;
}

.modal__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.modal__container {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 10rem 0 rgba(0, 41, 62, 0.4), 0 0.25rem 0.25rem 0 rgba(0, 41, 62, 0.05);
  height: auto;
  pointer-events: all;
  max-height: calc(100vh - 3.2rem);
  transition: transform 0.2s ease;
}

@media only screen and (min-width: 985px) {
  .modal__container {
    margin: 1.6rem auto;
  }
}
.modal--confirm .modal__container {
  max-width: 46rem;
  height: auto;
}

.modal--signature .modal__container {
  max-width: 70rem;
  height: auto;
}

.modal__header {
  height: 6rem;
  border-bottom: 0.1rem solid #e1e0e4;
  display: flex;
  align-items: center;
  padding: 0 1.6rem;
  justify-content: space-between;
}

@media only screen and (min-width: 650px) {
  .modal__header {
    padding: 0 3.2rem;
  }
}
@media only screen and (min-width: 985px) {
  .modal__header {
    height: 8rem;
  }
}
.modal__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  margin: 0 0 2.4rem 0;
  color: #000;
  margin-top: 0;
  margin: 0;
  padding-top: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 650px) {
  .modal__heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.modal__body {
  overflow: hidden;
  overflow-y: auto;
  min-height: 10rem;
  position: relative;
  box-sizing: border-box;
  padding: 1.6rem 1.6rem;
  max-height: calc(100vh - 12rem - 3.2rem);
}

@media only screen and (min-width: 650px) {
  .modal__body {
    padding: 2.7rem 3.2rem;
  }
}
.modal__confirm {
  padding: 1.6rem 1.6rem;
}

@media only screen and (min-width: 650px) {
  .modal__confirm {
    padding: 2.7rem 3.2rem;
  }
}
.modal--confirm .modal__body, .modal--signature .modal__body {
  padding: 0;
}

.modal__close {
  background: transparent;
  border: 0;
  height: 3rem;
  width: 3rem;
  padding: 0;
  cursor: pointer;
  outline: 0;
}

.modal__close-icon {
  height: 2.2rem;
  width: 2.2rem;
  margin-top: 0.5rem;
}

.modal__confirm-heading {
  margin: 0 0 1rem 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.modal__confirm-p {
  margin: 0 0 1.6rem 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.modal__confirm-ul {
  margin: 0;
  padding: 0 0 0 2.2rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.modal__button-group {
  display: flex;
  background: #fff;
  padding: 1.6rem;
  align-items: center;
  border-radius: 0 0 0.5rem 0.5rem;
}

@media only screen and (min-width: 650px) {
  .modal__button-group {
    justify-content: flex-end;
  }
}
.modal__button {
  flex-grow: 1;
}

@media only screen and (min-width: 650px) {
  .modal__button {
    flex-grow: 0;
    margin-left: 1.6rem;
  }
}
.modal-enter, .modal-leave-active {
  opacity: 0;
}

.modal-enter .modal__container, .modal-leave-active .modal__container {
  transform: scale(0.9);
}

.tooltip-icon {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  position: relative;
  top: 0.4rem;
  background: #e1e0e4;
  border-radius: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  fill: #928f99;
  margin: 0 0.3rem 0 0.6rem;
}

.tooltip-icon:hover {
  fill: #fff;
  background: #2563eb;
}

.tooltip-icon--form-left {
  margin: 0 0.2rem 0 0;
}

@media only screen and (min-width: 650px) {
  .tooltip-icon--form-left {
    top: 0.4rem;
  }
}
.tooltip-icon--prop-form-heading {
  top: -0.2rem;
  margin: 0 0 0 0.1rem;
}

.v-popover {
  display: inline;
}

.tooltip {
  display: block !important;
  z-index: 10000;
  max-width: 30rem;
}

.tooltip__heading {
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}

.tooltip__body {
  margin: 0 0 0.4rem 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.tooltip .tooltip-inner {
  background: #222;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem 1.25rem;
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  color: #fff;
}

.tooltip .tooltip-arrow {
  width: 1rem;
  height: 1rem;
  position: absolute;
  z-index: 1;
  background: #222;
  transform: rotate(45deg);
}

.tooltip[x-placement^=top] {
  margin-bottom: 1rem;
}

.tooltip[x-placement^=top] .tooltip-arrow {
  bottom: -0.4rem;
  left: 49%;
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=bottom] {
  margin-top: 1rem;
}

.tooltip[x-placement^=bottom] .tooltip-arrow {
  top: -0.4rem;
  left: 49%;
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=right] {
  margin-left: 1rem;
}

.tooltip[x-placement^=right] .tooltip-arrow {
  left: -0.4rem;
  top: 49%;
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^=left] {
  margin-right: 1rem;
}

.tooltip[x-placement^=left] .tooltip-arrow {
  right: -0.4rem;
  top: 49%;
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement=bottom-start] .tooltip-arrow, .tooltip[x-placement=top-start] .tooltip-arrow {
  margin-left: 1rem;
}

.tooltip[x-placement=bottom-end] .tooltip-arrow, .tooltip[x-placement=top-end] .tooltip-arrow {
  margin-right: 1rem;
}

.tooltip[x-placement=right-start] .tooltip-arrow, .tooltip[x-placement=left-start] .tooltip-arrow {
  margin-top: 1rem;
}

.tooltip[x-placement=right-end] .tooltip-arrow, .tooltip[x-placement=left-end] .tooltip-arrow {
  margin-bottom: 1rem;
}

.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.tooltip a {
  color: #fff;
}

.spec-list {
  list-style-type: none;
  padding: 0 0 1.6rem 0;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.spec-list--tooltip {
  position: relative;
  padding: 0;
  margin-top: -0.5rem;
}

.spec-list__item {
  border-bottom: 0.1rem solid #e1e0e4;
  padding: 0.6rem 0;
}

.spec-list__item:last-child {
  border-bottom: 0;
}

.spec-list--tooltip .spec-list__item {
  border-bottom: 0.1rem solid #3c3c3c;
}

.spec-list--tooltip .spec-list__item:last-child {
  border-bottom: 0;
}

.spinner {
  width: 4rem;
  height: 4rem;
  display: block;
  position: relative;
  margin: 4.8rem auto;
}

.spinner--full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -2.3rem 0 0 -2.3rem;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  border-color: #928f99 transparent transparent;
  border-style: solid;
  border-width: 0.3rem;
}

.spinner:before {
  animation: spin 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}

.spinner:after {
  animation: spin 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(720deg);
  }
}
.paint-list {
  position: relative;
}

.paint-list__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  list-style-type: none;
  margin: 0 -0.8rem;
  padding: 0;
}

.paint-list__item {
  min-width: 25%;
  max-width: 25%;
  margin: 0 0 0.8rem;
  position: relative;
  padding: 0 0.4rem;
  box-sizing: border-box;
}

.paint-list__label {
  cursor: pointer;
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 0.5rem;
  border: 0.1rem solid #e1e0e4;
  border-radius: 0.5rem;
  background: #fff;
  z-index: 2;
  transition: box-shadow 200ms;
  overflow: hidden;
}

.is-selected .paint-list__label {
  border-color: #2563eb;
  background-color: #eff1fa;
  box-shadow: 0 0 0 0.1rem #2563eb;
}

.paint-list__check {
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: inset 0 0 0.2rem rgba(0, 0, 0, 0.1), 0 0 0.2rem rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  content: "";
  display: block;
  height: 1.6rem;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 1.6rem;
  z-index: 5;
  padding: 0.2rem;
}

.colour-group-white .paint-list__check, .colour-group-multi-colour .paint-list__check, .colour-group-two-tone .paint-list__check, .colour-group-unknown .paint-list__check {
  box-shadow: none;
  border: 0.1rem solid #e1e0e4;
}

.is-selected .paint-list__check {
  box-shadow: 0 0 0 0.2rem #2563eb;
}

.is-selected.colour-group-white .paint-list__check, .is-selected.colour-group-multi-colour .paint-list__check, .is-selected.colour-group-two-tone .paint-list__check, .is-selected.colour-group-unknown .paint-list__check {
  border: 0;
}

.paint-list__check-icon {
  height: 1.1rem;
  width: 1.1rem;
  display: none;
  fill: #fff;
  margin-top: 0.1rem;
}

.is-selected .paint-list__check-icon {
  display: block;
  fill: #2563eb;
}

.paint-list__chip {
  position: relative;
  margin-bottom: 0.5rem;
}

.paint-list__chip-inner {
  background-image: url(/Content/images/paint/paint-chip-overlay.png);
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 80%;
  position: relative;
  z-index: 1;
}

.colour-group-white .paint-list__chip-inner::after, .colour-group-multi-colour .paint-list__chip-inner::after, .colour-group-two-tone .paint-list__chip-inner::after, .colour-group-unknown .paint-list__chip-inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-bottom: 0.1rem solid #e1e0e4;
  border-radius: 0.4rem;
}

.colour-group-unknown .paint-list__chip-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: -1rem;
  top: 50%;
  right: -1rem;
  border-top: 0.1rem solid #e1e0e4;
  z-index: 2;
  transform: rotate(-40deg);
}

.paint-list__chip--metallic .paint-list__chip-inner, .paint-list__chip--special .paint-list__chip-inner {
  background-image: url(/Content/images/paint/paint-chip-overlay-metallic.png);
}

.paint-list__chip--metallic.colour-group-white .paint-list__chip-inner::after, .paint-list__chip--special.colour-group-white .paint-list__chip-inner::after {
  border: 0;
}

.paint-list__chip--metallic.colour-group-unknown .paint-list__chip-inner, .paint-list__chip--special.colour-group-unknown .paint-list__chip-inner {
  background-image: none;
}

.is-selected .paint-list__chip-inner {
  border-radius: 0.3rem 0.3rem 0 0;
}

.paint-list__title {
  font-weight: 400;
  margin: 0 0 0.2rem 0;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0 0.5rem;
}

.paint-list__price {
  color: #928f99;
  font-weight: 500;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 0.5rem;
}

@media only screen and (min-width: 650px) {
  .paint-list__price {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
