:root {
  /* Generic Defaults */
  --red: #D0011B;
  --box-shadow: 0 0 0px 0 rgba(0,0,0,0.08), 0 0px 6px 0px rgba(0,0,0,0.1);
  --grey: #eee;
  --dark-grey: #ccc;
  --lightest-grey: #f8f8f8;

  /** Merchant Theme Settings Defaults */
  --cta: #61D001;
  --cta-light: #ABE27B;
  --button-text: #333;
  --second: #0084C7;
  --second-light: #EBF9FF;
  --tertiary: #142156;
}
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../css/webfonts/fa-solid-900.woff2) format("woff2");
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-solid {
  font-family: "Font Awesome 7 Free", serif;
}
.fa,
.fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-star:before {
  content: "\f005";
}
.fa-spinner:before {
  content: "\f013";
}
.fa-spin {
  animation-delay: 0s;
  animation-direction: normal;
}
.fa-spin {
  animation-name: fa-spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.fa-info:before {
  content: "\f129";
}
.fa-scissors:before {
  content: "\f0c4";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-image:before {
  content: "\f03e";
}
.fa-circle-plus:before {
  content: "\f055";
}
.fa-circle-minus:before {
  content: "\f056";
}
.fa-circle-play:before {
  content: "\f144";
  color: #FF0000;
}
.fa-circle-info:before {
  content: "\f05a";
  color: var(--tertiary);
}
.fa-minus:before {
  content: "\f068";
}
.fa-plus:before {
  content: "\2b";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-circle-check:before {
  content: "\f058";
}
.fa-check:before {
  content: "\f00c";
}
.fa-circle:before {
  content: "\f111";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-expand:before {
  content: "\f065";
}
.fa-pencil:before {
  content: "\f303";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-circle-question:before {
  content: "\f059";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-up-right-from-square:before {
  content: "\f08e";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-cart-shopping:before {
  content: "\f07a";
}
.fa-cart-flatbed:before {
  content: "\f474";
}
.fa-xmark:before {
  content: "\f00d";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-triangle-exclamation:before {
  content: "\f071";
  color: #d6453a;
}
/* exo-2-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/exo-2-v20-latin-300.woff2') format('woff2');
}
/* exo-2-400 - latin */
@font-face {
  font-display: swap;
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/exo-2-v20-latin-regular.woff2') format('woff2');
}
/* exo-2-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/exo-2-v20-latin-600.woff2') format('woff2');
}
body {
  font-family: "Exo 2", sans-serif;
}
b,
label {
  font-weight: 600;
}
.text-right {
  text-align: right;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-300 {
  font-weight: 300;
}
.no-margin {
  margin: 0 !important;
}
.system-notification {
  background-color: red;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
/** Overrides for the bootstrap.css modal styles **/
body .modal-lg {
  width: 1000px;
}
body .modal {
  margin-top: 95px;
}
body .modal-dialog {
  margin: 0 auto;
}
body .modal-content {
  border: none;
  box-shadow: none;
}
body .modal-header,
body .modal-body,
body .modal-footer {
  padding: 24px 32px;
  border: none;
}
body .modal-header button.close {
  opacity: 1;
  font-size: 22px;
  font-weight: 300;
  line-height: 10px;
  margin-top: 6px;
  border-radius: 50px;
  height: 32px;
  width: 32px;
  padding: 0 0 6px;
  text-shadow: none;
}
body .modal-body {
  padding-top: 0;
}
body .modal-body p {
  font-size: 16px;
  margin: 0 0 16px 0;
}
body .modal-body textarea {
  height: 200px;
}
/** **/

body .system-notification p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  padding: 4px 0;
}
.loader {
  height: 48px;
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: center; /* vertical centering */
}
.loader .fa-spin {
  font-size: 32px;
  color: var(--second);
}
h1 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 1em;
}
h2 {
  font-size: 18px;
  font-weight: 300;
}
h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 16px 0;
}
dd,
dt {
  float: left;
}
.container {
  overflow-x: hidden;
}
.no-padding {
  padding: 0 !important;
}
.extra-margin-bottom {
  margin-bottom: 90px !important;
}
nav > li > a:hover,
nav > li > a:active {
  background: none;
}
.price {
  float: right;
  font-size: 14px;
}
.price .price-base {
  display: block;
  text-align: right;
  font-weight: 600;
}
.main-container {
  overflow: visible;
}
.step-container {
  margin: 5px 0 40px 0;
}
.alert {
  border: none;
  border-radius: 0;
}
.alert.payment_completed {
  background-color: #EFFAE5;
  border-left: solid 4px var(--cta);
  text-align: center;
}
.main-message {
  font-size: 23px;
  line-height: 1em;
  margin-bottom: 30px;
}
.main-message .pre-message {
  display: block;
  font-size: 17px;
  font-weight: 300;
}
.validation {
  display: none;
}
.validation.on {
  display: block;
}
.validation p {
  color: #333;
  text-align: center;
  font-weight: 600;
  background-color: #EDF4FC;
  border-left: solid 4px var(--second);
  padding: 12px;
  line-height: 22px;
  margin: 16px 0;
  display: block;
}
.validation p.error {
  background-color: #FAE5E8;
  border-color: var(--red);
}

/***********************************************************************/
/** Font definitions **/
/***********************************************************************/
dd,
dt,
.step-input-data p,
.introPara,
.introPara p {
  font-size: 16px;
  font-weight: 300;
  color: #444444;
}
dt {
  font-weight: 600;
}
/***********************************************************************/

.step-summary .summary .price .price-base,
.step-view #kit-view .price .price-base {
  font-size: 19px;
  line-height: 1.2em;
  font-weight: normal;
}
div.step-container .diagram-title {
  font-size: 32px;
  color: white;
  font-weight: 300;
  width: 100%;
  margin: 0.7em -50% 2.5rem -50%;
}
div.step-container div.error-box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 10px;
  max-height: 100%;
  font-size: 16px;
}
div.step-container div.error-box div.error-message {
  color: white;
  height: 100%;
  display: block;
  margin: 15px;
}
div.step-container div.error-box:before {
  margin-top: -23px;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 14px solid transparent;
  border-bottom: 10px inherit;
  margin-left: -14px;
}
.step-view h1 {
  display: block;
  margin: 6px 0 15px;
}
.step-view p {
  font-style: italic;
}
.left-nav .stepsIndicatorContainer {
  margin: 31px 0 10px 0;
}
/** merchant header bar **/
header {
  padding: 15px 0 10px;
  margin-bottom: 16px;
  position: relative;
  width: 100%;
  background: #fff;
}
header a.merchant {
  padding: 0;
  display: inline-block;
}
header a.merchant img {
  max-width: 200px;
  max-height: 200px;
}
header .kitbuildr {
  color: var(--tertiary);
  font-family: "Exo 2", sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
}
header .kitbuildr img {
  max-width: 212px;
  width: 100%;
  margin-left: 10px;
}
header .telephone {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  color: var(--tertiary);
  font-weight: 600;
}
header p.telephone {
  font-size: 18px;
  margin: 0;
}
body.merchant_sig header .text-right {
  display: none;
}
.logo-container {
  white-space: nowrap;
  position: relative;
  text-align: center;
}
.logo-container .logo {
  display: inline-block;
  font-size: 24px;
  width: 2.1em;
  height: 2.1em;
}
.logo-container .logo img {
  width: 100%;
}
.logo-container .logo-text {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 22px;
  text-align: left;
  margin: 0 0 0 4px;
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.step-newkit,
.step-edges,
.step-surface,
.step-temperature,
.step-incline,
.step-colour,
.step-trim-colour,
.step-review,
.step-summary {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Save kit modal */
#modalSaveKit,
#modalFeedback {
  z-index: 2;
}
#modalSaveKit .modal-dialog,
#modalFeedback .modal-dialog {
  width: 400px;
}
#modalSaveKit .kit-save-success,
#modalFeedback .kit-save-success {
  text-align: center;
  color: var(--tertiary);
  display: none;
  font-weight: 300;
  margin: 0 0 32px 0;
}
#modalSaveKit button,
#modalFeedback button {
  width: calc(50% - 4px);
  padding: 12px;
}
#modalSaveKit button.secondary,
#modalFeedback button.secondary {
  margin-right: 2px;
}
#modalSaveKit button.success,
#modalFeedback button.success {
  margin-left: 2px;
}

form .form-group.required label:first-child::after {
  content: '\f069';
  color: #FF5252;
  font-family: "Font Awesome 7 Free", serif;
  font-weight: 600;
  font-size: 6px;
  position: relative;
  top: -7px;
  left: 2px;
}
form .form-group.error input,
form .form-group.error select {
  border-color: #FF5252;
  border-width: 2px;
  margin-bottom: 0;
}
form .error-text {
  color: #FF5252;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
button:disabled,
button[disabled] {
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
  pointer-events: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/**********************************************************************************************************************/
/** Button Styles **/
button {
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  border-radius: 4px;
  padding: 12px 24px;
  transition: all 300ms ease-in-out;
  text-transform: capitalize;
  background-color: #fff;
  color: var(--button-text);
  border: solid 2px #fff;
}
button:hover {
  cursor: pointer;
}
button.icon {
  content: "\f054";
  font-family: "Font Awesome 7 Free", serif;
  font-size: 14px;
  display: inline-block;
  line-height: 16px;
  margin: 0 0 0 8px;
}
/* Outline */
button.outline {
  border: solid 1px #333;
  color: #333;
}
button.outline:hover {
  background-color: #dfdfdf;
}
/* CTA */
button.success {
  background-color: var(--cta);
  color: var(--button-text);
}
button.success,
.option-selectable.selected {
  border-color: var(--cta);
}
button.success:hover,
.roof-designer .toolbox .tool.toggle.on,
.roof-designer .toolbox .tool:hover,
.roof-designer .toolbox .tool.toggle.on:hover {
  background-color: var(--cta-light);
}
/** Selectable Option **/
.option-selectable,
div.option-selectable {
  border-color: var(--grey);
}
.option-selectable:hover {
  background-color: var(--cta-light);
}
.option-selectable.selected {
  box-shadow: var(--box-shadow);
}

/** Disabled **/
button[disabled],
button.disabled,
button[disabled]:hover,
button.disabled:hover {
  color: #A0A0A0;
  border-color: var(--grey);
  cursor: default;
  background-color: #fff;
}
/**********************************************************************************************************************/

.step {
  display: none;
}
.step.active {
  display: block;
}
.step-newkit .innerContainer {
  padding: 32px;
  border-radius: 16px;
  background-color: #FFFFFF;
  box-shadow: var(--box-shadow);
  text-align: center;
}
.step-newkit .titleBar {
  color: var(--tertiary);
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  margin: 0 0 24px 0;
  padding: 0 16px;
}
.step-newkit .titleBar img.logo {
  max-width: 212px;
  width: 100%;
}
.step-newkit .introPara {
  width: 100%;
  color: #444444;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin-bottom: 32px;
  min-height: 75px;
}
.step-newkit img.illustration {
  margin: auto auto 32px;
  display: block;
  width: 100%;
  max-width: 480px;
}
.step-newkit img.footer_logo {
  margin: 32px auto auto;
  display: block;
  width: 100%;
  height: 18px;
}
.fixed-bottom-toolbutton {
  left: 0;
  bottom: 0;
  padding-top: 20px;
  background-color: #fff;
  z-index: 10;
}
.fixed-bottom-toolbutton button.success,
.fixed-bottom-toolbutton button.previous {
  width: 145px;
  margin-top: 32px;
}
.fixed-bottom-toolbutton button.previous {
  clear: left;
  float: left;
}
.fixed-bottom-toolbutton button.success {
  clear: right;
  float: right;
}
body.price_prediction_off .fixed-bottom-toolbutton {
  border: 0;
}
.step-input-data .fixed-bottom-toolbutton .button-container button {
  margin: 0;
}
/********************/

/** Step Input Data column **/
.step-input-data {
  background-color: #FFFFFF;
  padding: 24px;
  margin: 0 0 150px 0;
  border: solid 1px #eee;
  box-shadow: var(--box-shadow);
}
.step-input-data.toolbutton {
  box-shadow: none;
  border: none;
}
.step-input-data h2 {
  font-size: 30px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 16px 0;
  color: var(--tertiary);
  line-height: 32px;
}
.step-input-data p {
  padding: 0;
  margin: 0 0 16px 0;
  width: 100%;
  line-height: 20px;
}
.step-input-data .button-container {
  text-align: center;
}
.step-input-data .button-container button {
  margin-top: 16px;
}
/** Step Information Block **/
.important-info {
  width: 100%;
  padding: 8px 12px;
  border: solid 1px var(--second);
  background-color: var(--second-light);
  border-radius: 8px;
  margin: 16px 0 0 0;
}
.important-info p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 4px 0;
}
/** Information blocks and pill links in introPara **/
.introPara {
  margin-bottom: 16px;
}
.step.step-edge .introPara {
  margin: 0;
}
.introPara .info {
  margin: 8px 0 4px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.introPara .info p {
  margin: 0;
  text-decoration: none;
  outline: none;
}
.introPara .video {
  cursor: pointer;
}
p.membrane-overhang {
  border: solid 2px var(--second);
  border-radius: 8px;
  padding: 8px 12px;
  background-color: var(--second-light);
}
.step-edge .more-info-container {
  display: inline-block;
  width: 100%;
}
.step-edge .more-info {
  display: none;
  border: 1px solid var(--grey);
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  padding: 2px 8px;
  margin: 0;
  background-color: var(--grey);
  float: right;
}
.step-edge .more-info i {
  margin-right: 4px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.introPara .info.skylightVoids,
.introPara .info.MembraneCuts {
  border-top: solid 1px #eee;
}
.introPara .info.skylightVoids p,
.introPara .info.MembraneCuts p {
  float: left;
  width: 90%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.introPara .info i {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin: 18px 16px 0 0;
}
.introPara .info i::before {
  content: '';
}
.introPara .info.skylightVoids i {
  background-image: url(/img/void.svg);
}
.introPara .info.MembraneCuts i {
  background-image: url('/img/membrane-cut.svg');
}

/** Step Option Select Button **/
button.select-this-option {
  height: 80px;
  padding: 0 8px;
  float: left;
  margin: 4px;
  outline: 0;
  width: 100%;
  max-width: calc(50% - 8px);
}
button.select-this-option img,
button.select-this-option div.thumb {
  margin: 8px 0;
  max-width: 56px;
  height: 56px;
  width: 56px;
  border-radius: 8px;
}
button.select-this-option div.thumb {
  margin: 10px 0;
}
button.select-this-option.no-description div.thumb + .title {
  top: 26px;
}
button.select-this-option .title,
button.select-this-option .description {
  color: var(--tertiary);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  width: calc(100% - 72px);
  position: relative;
  height: auto;
  float: right;
  text-transform: none;
  margin: 0 0 0 16px;
}
button.select-this-option .description {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  white-space: inherit;
}

/* options that have no description text */
button.select-this-option.no-description p.title {
  top: 22px;
}

/* Temperature options step */
#temperature-selection-container button.select-this-option {
  height: 120px;
}
#temperature-selection-container button.select-this-option .title,
#incline-selection-container button.select-this-option .title {
  top: 10px;
}
#temperature-selection-container button.select-this-option .description,
#incline-selection-container button.select-this-option .description {
  top: -42px;
}
/* Extra Items options step */
#extraItemsContainer.selection-container button.select-this-option {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 105px;
  padding: 8px;
}
#extraItemsContainer.selection-container button.select-this-option:hover {
  cursor: default;
  background-color: initial;
}
#extraItemsContainer.selection-container button i.fa-circle-play {
  float: right;
  cursor: pointer;
  color: #fff;
  background-color: #f33d00;
  font-size: 12px;
  padding: 8px;
  border-radius: 4px;
}
#extraItemsContainer i.fa-circle-play:before {
  content: "\f04b";
  color: #fff;
}
#extraItemsContainer.selection-container button i.fa-circle-play:hover {
  box-shadow: var(--box-shadow);
}
#extraItemsContainer.selection-container button.select-this-option .thumb,
#extraItemsContainer.selection-container button.select-this-option .title,
#extraItemsContainer.selection-container button.select-this-option .description,
#extraItemsContainer.selection-container button.select-this-option .qty-and-sizes {
  float: left;
  margin: 0;
  padding: 0;
  position: initial;
}
#extraItemsContainer.selection-container button.select-this-option img {
  max-width: 80px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
#extraItemsContainer.selection-container button.select-this-option .title,
#extraItemsContainer.selection-container button.select-this-option .description,
#extraItemsContainer.selection-container button.select-this-option .qty-and-sizes {
  float: right;
  height: auto;
  width: calc(100% - 96px);
}
#extraItemsContainer.selection-container button.select-this-option .description {
  margin-bottom: 16px;
}
#extraItemsContainer.selection-container button.select-this-option .description.hide {
  display: inline-block !important;
}
#extraItemsContainer.selection-container button.select-this-option .title {
  margin: 0 0 4px 0;
}
#extraItemsContainer.selection-container button.select-this-option .qty-and-sizes .size-option {
  margin: 4px 0;
  text-align: right;
  display: inline-block;
  width: 100%;
}
#extraItemsContainer.selection-container button.select-this-option .qty-and-sizes label {
  font-size: 12px;
  height: auto;
  font-weight: 300;
  margin: 4px 4px 0 0;
  color: var(--tertiary);
}
#extraItemsContainer.selection-container button.select-this-option .qty-and-sizes .quantity {
  float: right;
  margin: 2px 0 0;
}
#extraItemsContainer.selection-container button.select-this-option .qty-and-sizes .quantity * {
  float: left;
}
#extraItemsContainer.selection-container button.select-this-option .qty-and-sizes .quantity i,
#extraItemsContainer.selection-container button.select-this-option .qty-and-sizes .quantity .amount {
  border: solid 1px var(--grey);
  height: 26px;
  padding: 0 6px 0 7px;
  background-color: #fff;
}
#extraItemsContainer.selection-container button.select-this-option .qty-and-sizes .quantity i {
  font-size: 12px;
  padding-top: 6px;
  color: #333;
  transition: all 200ms ease-in-out;
  border-radius: 4px;
  background-color: #fff;
}
#extraItemsContainer.selection-container button.select-this-option .qty-and-sizes .quantity i.decrease {
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#extraItemsContainer.selection-container button.select-this-option .qty-and-sizes .quantity i.increase {
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#extraItemsContainer.selection-container button.select-this-option .qty-and-sizes .quantity i:hover {
  background-color: #ccc;
  cursor: pointer;
}
#extraItemsContainer.selection-container button.select-this-option .qty-and-sizes .quantity i.disabled,
#extraItemsContainer.selection-container button.select-this-option .qty-and-sizes .quantity i.disabled:hover {
  color: #ccc;
  cursor: default;
  background-color: #fff;
}
#extraItemsContainer.selection-container button.select-this-option .qty-and-sizes .quantity .amount {
  padding: 1px 4px 0 4px;
  text-align: center;
  font-weight: 600;
  width: 26px;
  font-size: 12px;
  color: #333;
}
#extraItemsContainer.selection-container button.select-this-option.no-multiples.no-sizes .quantity i {
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  padding: 5px 10px;
}
#extraItemsContainer.selection-container button.select-this-option.no-multiples.no-sizes .quantity i:not(.fa-circle-play):before {
  content: '';
}
#extraItemsContainer.selection-container button.select-this-option.no-multiples.no-sizes .amount {
  display: none;
}
/* Colour options */
button.select-this-option div.thumb {
  background-color: #fff;
  border-radius: 50px;
  border: solid 1px var(--tertiary);
}
button.select-this-option div.thumb {
  display: inline-block;
}
button.select-this-option div.thumb.black,
.black:before {
  background-color: #000;
}
button.select-this-option div.thumb.dark-grey,
.dark-grey:before {
  background-color: #696969;
}
button.select-this-option div.thumb.light-grey,
.light-grey:before {
  background-color: #d3d3d3;
}
button.select-this-option div.thumb.anthracite-grey,
.anthracite-grey:before {
  background-color: #3D3F43;
}
button.select-this-option div.thumb.black_plastic {
  background-color: #000;
}
button.select-this-option div.thumb.black_metal {
  background: linear-gradient( 45deg, #fff 10%, #000 10%, #000 30%, #fff 50%, #000 70%, #333 80%, #000 95% );
}
/** ************************************************************* **/
.prevent-scroll {
  position: fixed;
  width: 100%;
  min-height: 100vh;
}
.popup-overlay {
  background: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  /** stay in the same layer while fading, then drop out of sight once the fade has finished **/
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transition: opacity .5s ease, visibility 0s linear .5s;
}
.popup-overlay.open {
  opacity: 0.5;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .5s ease, visibility 0s linear 0s;
}
/** Popup Overlay Modal **/
.popup {
  border: solid 1px var(--grey);
  border-radius: 0;
  opacity: 1;
  outline: 0;
  padding: 32px;
  right: 0;
  top: 0;
  left: auto;
  position: fixed;
  background-color: #fff;
  height: 100vh;
  width: 35vw;
  display: inline-block;
  overflow: auto;
  z-index: 2;
  transform: translateX(100%);
  transition: transform .5s ease;
}
.popup.open {
  transform: translateX(0);
}
.popup.as-modal {
  max-width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: fit-content;
}
.popup button.close-popup {
  padding: 0;
  float: right;
  font-size: 20px;
  margin: -16px;
}
.popup button.close-popup:after {
  font-family: "Font Awesome 7 Free", serif;
  content: "\f00d";
  color: #000;
}
.popup h2 {
  font-size: 22px;
  margin: 8px -32px 24px -32px;
  padding: 0 32px 16px 32px;
  border-bottom: solid 1px var(--grey);
}
.popup p {
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
}
.popup code {
  font-size: 12px;
  display: inline-block;
  margin: 8px 0 0;
  line-height: 18px;
  font-family: monospace;
}
/** TODO remove these **/
dialog.alert-modal p {
  font-size: 16px !important;
  font-weight: 100;
  line-height: 22px !important;
}
dialog.video {
  height: 400px;
}
dialog.video iframe {
  border: none;
  width: 100%;
  height: 300px;
  margin: 0 0 16px 0;
}
/** ************************************************************* **/

/** modal dialog options **/
.modal button.select-this-option {
  max-width: 100%;
}
.modal button.select-this-option .button-text {
  display: block;
  float: left;
  width: calc(100% - 112px);
  margin: 0 0 0 16px;
}
.modal button.select-this-option .button-text span {
  position: inherit;
  margin: 0;
  width: 100%;
}
.form-group {
  margin-bottom: 5px;
}
.form-group input.form-control {
  border: solid 2px #d5d5d5;
  border-radius: 4px;
  background-color: #fff;
  padding: 16px;
  font-size: 16px;
  color: #444;
  font-weight: 300;
  box-shadow: none;
  margin-bottom: 8px;
}
.form-group.name-fields {
  display: inline-block;
  width: 100%;
}
.form-group.name-fields .field {
  width: calc(50% - 5px);
  display: inline-block;
  float: left;
}
.form-group.name-fields .field:first-child {
  margin-right: 10px;
}
.form-group.name-fields .field input {
  margin-bottom: 0;
}

/* Step: System Types*/
.step-system-types button.select-this-option {
  max-width: none;
}

/* Step: Roof Shapes */
#loader_roof-shape-selection-container {
  margin: 25px calc(50% - 25px);
}
.step-roof-shapes button.select-this-option img {
  border-radius: 50%;
}
.step-roof-shape .button-container button.previous {
  visibility: hidden;
}
/* Step: Review */
.step-review .step-input-data.review-block {
  padding: 24px 32px;
  width: 100%;
  margin: 0;
  display: inline-block;
  border: none;
}
.step-review .step-input-data.review-block h2.titleBar {
  margin-bottom: 32px;
}
#reviewRoofContainer #reviewRoof {
  float: right;
}

/*****************************************************************************/
/** Summary Step **/
/*****************************************************************************/
body[data-step='step-summary'] .container.main-container {
  max-width: 1323px;
  width: 100%;
}
body.saved .step-summary .tier-item-container h1,
body.saved .step-summary .tier-item-container h2,
body.basket .step-summary .tier-item-container h2,
body.payment_completed .step-summary .tier-item-container h2,
body.saved .step-summary .tier-item-container h3,
body.saved .step-summary .tier-item-container h4,
body.saved .step-summary .tier-item-container a,
body.saved .step-summary #upsells-container-header,
body.basket .step-summary #upsells-container-header,
body.saved .step-summary #upsells-container-header + p,
body.basket .step-summary #upsells-container-header + p,
body.payment_completed .step-summary #upsells-container-header + p,
body.saved .step-summary .upsellItem a,
body.payment_completed .step-summary .upsellItem .description {
  display: none;
}
.step-summary {
  max-width: 1348px;
  width: 100%;
}

.step-summary .summary-container {
  border-radius: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.step-summary .step-input-data.basket p {
  margin-bottom: 16px;
}
.step-summary .kit-locked {
  display: none;
  padding: 16px;
  background-color: #FFFAE5;
  border-left: solid 4px #FFD400;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
.step-summary .step-input-data.basket {
  box-shadow: none;
  border: none;
  overflow: hidden;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.step-summary #loader_summary-container {
  margin: 32px 0;
}
.step-summary .kit-container .specification {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 16px 0;
  float: left;
  width: 100%;
  min-height: 87px;
}
.step-summary .basket-summary-container {
  min-height: 237px;
}
.step-summary .basket-summary .note {
  font-size: 12px;
  text-align: left;
  margin: 8px 0 0;
  line-height: 16px;
}
.step-summary .tierItem .fake-radio::before {
  content: ' ';
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50px;
  top: 4px;
  position: relative;
  left: 4px;
}
.step-summary .fake-radio.checkbox::before {
  content: '\f00c';
  font-family: "Font Awesome 7 Free", serif;
  font-weight: 600;
  top: -1px;
  left: 3px;
  font-size: 20px;
  color: #fff;
}
.step-summary .fake-radio.checkbox {
  border-radius: 4px;
}
.step-summary .fake-radio {
  border: solid 2px var(--tertiary);
  width: 21px;
  height: 21px;
  border-radius: 50px;
  cursor: pointer;
}
#upsells-container-header + p {
  color: #737373;
  line-height: 16px;
  font-size: 14px;
}
#upsells-container {
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}
#upsells-container.scrollable i {
  display: none;
}
.step-container #summary-container #your-kit-container h4.choose-layer:before {
  content: 'Step 1.';
  margin: 0 8px 0 0;
}
.step-summary .upsellProductName {
  margin-bottom: 4px !important;
  font-size: 18px;
  font-weight: 600;
}
.step-summary .step-input-data.basket p.upsellPrice {
  min-height: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.step-summary .basket-summary-container {
  position: fixed;
  bottom: 0;
  width: 100vw;
  left: 0;
  min-height: auto;
}
.step-summary .basket-summary.primary {
  width: 100%;
  margin: 0 auto;
  border: none;
}
/*****************************************************************************/
/** Tier Items/Upsell Items */
/*****************************************************************************/
.step-summary .tierItem,
.upsellItem {
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  padding: 16px;
  border-radius: 8px;
  margin: 16px 16px 0 0;
  overflow: hidden;
  float: left;
  width: calc(50% - 8px);
  position: relative;
  overflow: visible;
}
.upsellItem {
  margin: 0 16px 16px 0;
}
.upsellItem:nth-child(even) {
  margin-right: 0;
}
.step-summary .tierItem:not(:only-child) {
  float: left;
  width: calc(50% - 8px);
  margin: 0 16px 0 0;
  cursor: pointer;
}
.step-summary .tierItem:has(.pill) {
  margin-top: 16px !important;
}
.step-summary .tier-item-container .tierItem:nth-child(2n) {
  margin: 0;
}
.step-summary .tier-item-container .tierItem:nth-child(n+2) {
  margin-top: 16px;
}
body.saved .step-summary .tier-item-container .tierItem:nth-child(n+2) {
  margin-top: 0;
}
.step-summary .tierItem .selector {
  width: 25px;
  float: left;
}
.step-summary .tierItem .text {
  float: right;
  width: calc(100% - 36px);
}
.step-summary .tierItem .radio {
  width: 24px;
  height: 24px;
  border: solid 2px #333;
  border-radius: 50px;
  margin: 0;
}
.step-summary .tierItem.selected .radio,
.step-summary .tierItem .fa-check {
  display: none;
}
.step-summary .tierItem .radio,
.step-summary .tierItem.selected .fa-check {
  display: inline-block;
}
.step-summary .tierItem p.name {
  width: 100%;
}
.step-summary .tierItem p.name,
.step-summary .tierItem p.price {
  font-weight: 600;
  font-size: 22px;
  color: #000;
  line-height: 26px;
  margin: 0;
}
.step-summary .description {
  color: #737373;
  display: inline-block;
  font-size: 14px;
  margin-top: 8px;
  border-bottom: solid 1px var(--grey);
  min-height: 77px;
}
.step-summary .tierItem.selected .selector .fa-check {
  background-color: var(--cta);
  color: #fff;
  font-size: 13px;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  padding: 5px 0 0 6px;
}
body .step-container.classicbond .step-summary .tierItem .tier-item-boost-tag {
  display: inline-block;
  text-align: center;
  padding: 5px 16px 4px;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  border-radius: 16px;
  position: relative;
}
body .step-container.classicbond .step-summary .tierItem .tier-item-boost-tag:before {
  content: '\f005';
  font-family: 'Font Awesome 7 Free', sans-serif;
  margin-right: 8px;
}
body .step-container.classicbond .step-summary .tierItem .tier-item-boost-tag[data-code='1_2mm_membrane'] {
  display: none;
}
body .step-container.classicbond .step-summary .tierItem .tier-item-boost-tag[data-code='1_5mm_membrane'] {
  background: none;
  padding-left: 0;
  color: darkgoldenrod;
}
.step-summary .pill {
  background-color: #c7e8be;
  padding: 3px 10px;
  font-size: 12px;
  color: #000;
  font-weight: 300;
  border-radius: 16px;
  position: absolute;
  top: -12px;
  right: 12px;
  display: inline-block;
}
.step-summary .pill.ordered i {
  color: red;
  margin-right: 4px;
}
.step-summary .pill.recommended,
.step-summary .pill.most-popular {
  background-color: lightblue;
}
.step-summary .pill[data-code='1_2mm_membrane'] {
  display: none;
}
.step-summary .tierItem input[type=radio],
.step-summary .fake-radio + input[type=checkbox] {
  display: none;
}
/*************************************************************/
/** Upsell Item **/
.upsellItem:last-child {
  margin-right: 0;
}
.upsellItem.option-selectable.selected,
.upsellItem:hover {
  background-color: #fff;
  box-shadow: none;
}
.upsellItem.option-selectable.selected {
  box-shadow: var(--box-shadow);
}

.upsellItem > div {
  float: left;
}
.upsellItem > div:nth-child(1) {
  width: 116px;
}
.upsellItem > div:nth-child(2) {
  width: calc(100% - 116px);
}
.upsellItem img,
.upsellItem .no-image {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: solid 1px var(--grey);
  background-color: #fff;
}
.upsellItem .video {
  font-size: 44px;
  position: absolute;
  left: 42px;
  opacity: 0.7;
  cursor: pointer;
  margin-top: 18px;
}
.upsellItem .video.fa-circle-play:before {
  color: #fff;
}
.upsellItem p.description {
  margin: 0;
  min-height: fit-content;
  border: none;
}
.upsellItem p.description ul {
  margin: 0;
  padding: 0 0 0 24px;
}
.upsellItem a {
  width: 100%;
  display: inline-block;
  font-weight: 100;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 0 4px 0;
}
.upsellItem .quantity-container {
  width: 100%;
}
body.saved .upsellItem .quantity-container::before,
body.basket .upsellItem .quantity-container::before {
  content: "Quantity: ";
  font-weight: 600;
}
body.saved .upsellItem input,
body.basket .upsellItem input {
  float: none;
  width: auto !important;
  margin-left: 2px;
}
.upsellItem .quantity-container * {
  float: left;
}
.upsellItem .quantity-container button {
  width: 32px;
  height: 32px;
  padding: 4px;
  cursor: pointer;
  border: solid 1px var(--dark-grey);
}
.upsellItem .quantity-container button.disabled:after,
.upsellItem .quantity-container button.disabled:hover {
  color: var(--grey);
  background-color: #fff;
  cursor: default;
  box-shadow: none;
}
.upsellItem .quantity-container button:hover {
  background-color: var(--grey);
}
.upsellItem .quantity-container button:after {
  font-family: "Font Awesome 7 Free", serif;
  content: "\f068";
  font-size: 14px;
  color: #333;
}
.upsellItem .quantity-container button.decrease {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.upsellItem .quantity-container button.increase {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.upsellItem .quantity-container button.increase:after {
  content: "\2b";
}
.option-selectable.upsellItem[data-multiples|="false"][data-size-options="false"] button.increase:before,
.option-selectable.upsellItem[data-multiples|="false"][data-size-options="false"] button.increase:after,
.option-selectable.upsellItem[data-multiples|="false"][data-size-options="false"] button.decrease:before,
.option-selectable.upsellItem[data-multiples|="false"][data-size-options="false"] button.decrease:after {
  content: "";
}
.option-selectable.upsellItem[data-multiples|="false"][data-size-options="false"] input.amount {
  display: none;
}
.option-selectable.upsellItem[data-multiples|="false"][data-size-options="false"] button.decrease,
.option-selectable.upsellItem[data-multiples|="false"][data-size-options="false"] button.increase {
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 12px;
  width: auto;
}
.upsellItem .quantity-container input.amount {
  width: 32px;
  height: 32px;
  padding: 5px;
  text-align: center;
  border: solid 1px var(--dark-grey);
  font-weight: 600;
  background-color: #fff;
  cursor: default;
}
/* Chrome, Safari, Edge, Opera */
.upsellItem .quantity-container input::-webkit-outer-spin-button,
.upsellItem .quantity-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.upsellItem .quantity-container input[type=number] {
  -moz-appearance: textfield;
}
.upsellItem .options button {
  border: solid 1px var(--dark-grey);
  font-size: inherit;
  padding: 4px 8px;
  margin: 0 8px 8px 0;
  font-weight: 300;
  color: #333;
}
.upsellItem .options button.selected,
.upsellItem .options button.selected:hover {
  background-color: var(--cta-light);
}
.upsellItem .options button:hover {
  background-color: var(--grey);
}
body.saved .upsellItem button,
body.basket .upsellItem button {
  display: none;
}
body.saved .upsellItem button.selected,
body.basket .upsellItem button.selected {
  display: inline-block;
}
body.saved .upsellItem .quantity-container input.amount,
body.basket .upsellItem .quantity-container input.amount {
  border: none;
  text-align: left;
  width: 100%;
  padding: 0;
  height: auto;
}
body.saved .upsellItem .quantity-container input.amount::before,
body.basket .upsellItem .quantity-container input.amount::before {
  content: 'Qty: ';
  font-weight: 600;
  font-size: 14px;
}
/********************************************************************************/

/** Delivery Info **/
.step-summary .delivery-container,
.step-summary .delivery-info {
  width: fit-content;
  float: right;
  margin: 4px;
}
.step-summary .delivery-container i {
  float: left;
  margin: 4px 8px 0 0;
}
.step-summary .delivery-info p {
  max-width: 210px;
  margin: 0;
  font-size: 13px !important;
  float: left;
  width: fit-content;
  line-height: 16px;
}

/** ************* **/

.step-input-data .basket-summary {
  display: inline-block;
}
.step-summary .basket-summary h2 {
  font-size: 32px;
  font-weight: 300;
}
.step-summary h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 4px 0;
}
.step-summary .basket-summary button {
  width: 100%;
}
.step-summary .basket-summary label.or {
  width: 100%;
  text-align: center;
  margin: 8px 0;
  font-size: 20px;
  font-weight: 300;
  color: #222;
}
.step-summary .basket-summary #total-container {
  margin: 2px 0 0 8px;
  width: 120px;
  float: right;
  text-align: right;
}
.step-summary .basket-summary .totals div {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  font-size: 26px;
}
.step-summary .basket-summary .totals .total-row.rrp-price * {
  font-size: 14px;
  font-weight: 100;
  text-decoration: line-through;
  color: #333;
}
.step-summary #terms-selection-container {
  margin: 0;
  display: none;
  width: 100%;
}
.step-summary #terms-selection-container .form-check {
  display: inline-block;
  margin-bottom: 16px;
}
.step-summary #terms-selection-container .form-check label {
  cursor: pointer;
  font-weight: 300;
  margin: 0;
}
.step-summary #terms-selection-container .fake-radio label,
.step-summary #terms-selection-container .fake-radio.checkbox {
  float: left;
}
.step-summary #terms-selection-container .fake-radio.checkbox {
  margin: 0 8px 0 0;
  width: 20px;
  height: 20px;
  top: 1px;
  border-color: var(--second);
  background-color: #fff;
}
.step-summary #terms-selection-container .fake-radio.checkbox::before {
  color: #fff;
  top: -4px;
  position: relative;
  font-size: 11px;
  left: 3px;
}
.step-summary #terms-selection-container .selected .fake-radio.checkbox {
  background-color: var(--second);
}
.step-summary #terms-selection-container .form-check p {
  color: #9d9d9d;
  font-size: 12px;
  line-height: 14px;
  margin: 6px 0 0;
}
/****** Add To Basket button ******/
#btnBuyKit {
  background-color: var(--cta);
  color: #333;
  width: 500px;
  float: right;
  margin-left: 16px;
  border-width: 1px;
}
#btnBuyKit:hover {
  background-color: var(--cta-light);
}
#btnBuyKit.loading {
  opacity: 0.5;
  cursor: default;
}
#btnBuyKit.loading i {
  animation: rotating 1.2s linear infinite;
}
#btnBuyKit[disabled] {
  color: #b2b2b2;
  background-color: #f8f8f8;
  border: solid 1px #ccc;
}
#loader_btnBuyKit {
  float: right;
  width: 500px;
}

body .step-summary .step-input-data.basket .step-input-data.basket-summary.secondary-buttons {
  border-radius: 0;
  background: transparent;
  width: 100%;
  box-shadow: none;
  margin: 16px 0 0;
  padding: 0;
}
#btnSaveKit {
  width: 190px;
  float: right;
  margin-left: 8px;
  border-width: 1px;
  padding: 12px 24px;
  color: #333;
  font-weight: 400;
}

.step-summary .basket-summary.secondary-buttons button {
  margin-bottom: 0;
  width: auto;
}
body.saved .step-summary .tierItem.selected,
body.saved .step-summary .upsellItem.selected {
  box-shadow: none;
}
.step-summary .basket-summary button#btnPurchaseOrder {
  margin: 0 0 24px 0;
}
.step-summary .basket-summary button#btnPurchaseOrder:after {
  display: none;
}
.step.step-summary .step-input-data.basket-summary.primary {
  padding: 20px 16px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  overflow: hidden;
  margin: 0 auto;
  background-color: var(--grey);
}
/** Summary Step Left Nav **/
.step-summary .kit-container .specificationContainer {
  background-color: #fff;
  padding: 8px 16px 16px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 24px;
  border: solid 1px var(--grey);
  border-radius: 8px;
}
.step-summary .kit-container .specificationContainer h1 {
  font-size: 24px;
  margin: -8px -16px 16px;
  background-color: #eee;
  padding: 12px 16px;
  font-weight: 600;
}
.step-summary .kit-container .specification > div {
  width: 100%;
  float: left;
}
/* the kit_ref row */
.step-summary .kit-container .specification div:first-child p {
  float: left;
  width: calc(100% - 65px);
  font-size: 16px;
}
.step-summary .kit-container .specification div p.kit-ref {
  text-transform: none;
  width: 65px;
  font-weight: 600;
}
/* steps options data rows */
.step-summary .kit-container .specification div:nth-child(n+2) p {
  color: #787878;
  font-size: 14px;
}
.step-summary .kit-container .specification div:nth-child(n+2) p:first-child {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}
/* area/perimeter row */
.step-summary .kit-container .specification .area {
  padding: 8px 12px;
  border-radius: 8px;
  border: solid 1px var(--grey);
  float: left;
  margin-right: 10px;
  width: fit-content;
}
.step-summary .kit-container .specification div.area p:first-child {
  float: none;
  margin-bottom: 0;
  font-size: 14px;
  color: #444;
  text-transform: uppercase;
  line-height: 14px;
  font-weight: 600;
}
.step-summary .kit-container .specification div.area p {
  margin: 0;
}
.step-summary .kit-container .specification hr {
  margin: 16px 0;
  float: left;
  width: 100%;
}
.step-summary .kit-container p.edgesReadable b {
  display: inline-block;
  min-width: 20px;
}
.step-summary .kit-container .specification p.backToEdit:hover,
.step-summary .kit-container .specification p.edgesReadable:hover {
  cursor: pointer;
  text-decoration: underline;
}
.step-summary .kit-container .specification p .backToEditImg {
  float: right;
  padding: 4px;
  width: 20px;
  height: 20px;
}
.step-summary .kit-container .specification p .backToEditImg:hover {
  cursor: pointer;
  border: solid 1px #ccc;
  border-radius: 4px;
}
body.payment_completed .step-summary .kit-container .specification p .backToEditImg,
body.saved .step-summary .kit-container .specification p .backToEditImg,
body.basket .step-summary .kit-container .specification p .backToEditImg {
  display: none;
}
body.payment_completed .step-summary .kit-container .specification p.backToEdit:hover,
body.payment_completed .step-summary .kit-container .specification p.edgesReadable:hover,
body.basket .step-summary .kit-container .specification p.backToEdit:hover,
body.basket .step-summary .kit-container .specification p.edgesReadable:hover,
body.saved .step-summary .kit-container .specification p.backToEdit:hover,
body.saved .step-summary .kit-container .specification p.edgesReadable:hover {
  cursor: initial;
  text-decoration: none;
}
/** Summary Step Left Nav END **/

/** Products In This Kit button on summary step **/
.step-summary .prdInThisKitBtn {
  clear: left;
  border-radius: 50px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  float: right;
  margin: 0;
  text-transform: none;
  background-color: #add8e6cc;
  border: 1px solid lightblue;
  padding: 2px 5px;
  max-width: 180px;
}
.step-summary .prdInThisKitBtn:hover {
  background-color: lightblue;
}
.step-summary .prdInThisKitBtn::after {
  content: '\f105';
  font-family: 'Font Awesome 7 Free';
  position: relative;
  top: 7px;
  right: -5px;
}
.step-summary .prdInThisKitBtn .quantity {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 4px;
  background: var(--tertiary);
  color: white;
  text-align: center;
  margin-top: 4px;
  font-weight: 600;
  font-size: 13px;
  display: block;
  float: left;
}
.step-summary .prdInThisKitBtn .title {
  float: left;
  font-weight: 600;
  margin-left: 5px;
  font-size: 15px;
}
.step-summary .prdInThisKitBtn .subTitle {
  display: block;
  float: left;
  width: 58px;
  margin-top: -5px;
  font-size: 10px;
  font-weight: 600;
  color: #545454;
}
/** Products In This Kit button on summary step END**/

/** Tier Item Container **/
.step-summary .tier-item-container {
  margin: 0 0 40px 0;
}
.step-summary .tier-item-container h2 {
  font-size: 24px;
  font-weight: 600;
}
.step-summary .tier-item-container h2:has(+ a) {
  margin-bottom: 4px;
}
.step-summary h2.reassurance {
  border: solid 1px var(--grey);
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 100;
  border-left: solid 2px var(--cta);
  background-color: #f8f8f8;
  border-radius: 8px;
  text-align: center;
  line-height: 20px;
}
.step-summary .tier-item-container h4 {
  margin: 0 0 8px 0;
}
.step-summary .tier-item-container a:before {
  content: '\f144';
  font-family: 'Font Awesome 7 Free', serif;
  color: red;
  opacity: 0.7;
  margin-right: 4px;
}
.step-summary .tier-item-container a {
  font-size: 14px;
  color: #737373;
  font-weight: 300;
  text-decoration: underline;
  line-height: 20px;
  margin-bottom: 16px;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}
.step-summary .tier-item-container a:hover {
  text-decoration: none;
  color: #333;
}
.step-summary .tier-item-container a:hover:before {
  opacity: 1;
}
.step-summary .step-input-data.basket .titleBar,
.step-summary .step-input-data.basket .introPara,
.step-summary .step-input-data.basket .note {
  display: none;
}

.step-summary #your-kit-container .specificationContainer .titleBar,
.step-summary #your-kit-container .specificationContainer .introPara,
.step-summary #your-kit-container .specificationContainer .note {
  display: block;
}
.step-summary #your-kit-container .specificationContainer .titleBar {
  background-color: #f9f8f8;
  margin: -8px -16px 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 8px 14px;
}
.step-summary .basket-summary .subtotalPrice {
  font-size: 14px;
  font-weight: 100;
  display: inline-block;
}
/*****************************************************************************/

.discount-message {
  background-color: #61D001;
  color: #333;
  height: 48px;
  border-radius: 8px;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  border: 0;
  padding: 12px 24px;
  transition: all 200ms ease-in-out;
  text-align: center;
}

/** Steps Indicator **/
.stepsIndicatorContainer ul.steps_list {
  padding-left: 0;
}
.stepsIndicatorContainer ul.steps_list li {
  list-style-type: none;
  overflow: hidden;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: solid 1px #eee;
}
.stepsIndicatorContainer ul.steps_list li .number {
  background-color: white;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  color: #787878;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  float: left;
  border: solid 1px #ccc;
  padding: 3px 0 0 0;
}

.step-review .review-block .stepsIndicatorContainer ul.steps_list li.blue .number {
  border-color: var(--cta);
}
.stepsIndicatorContainer ul.steps_list li.blue .number {
  color: #fff;
  background-color: var(--second);
  border-color: var(--second);
}
.stepsIndicatorContainer ul.steps_list li .title {
  margin: 0 0 0 16px;
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #000;
}
.stepsIndicatorContainer ul.steps_list li .blob {
  color: #787878;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  float: left;
  margin: 2px 0 0 17px;
  width: calc(100% - 50px);
}
.stepsIndicatorContainer ul.steps_list li .blob b {
  display: inline-block;
  min-width: 20px;
}
.stepsIndicatorContainer ul.steps_list li .blob.step-extra-item-blob br {
  margin: 0 0 6px 0;
}
.stepsIndicatorContainer ul.steps_list li.green .number {
  border-color: var(--cta);
  background-color: var(--cta);
  color: #fff;
}
.stepsIndicatorContainer ul.steps_list li.green:hover {
  cursor: pointer;
}
/* hide the reivew and summary nav items as we don't really need to display them */
.stepsIndicatorContainer ul.steps_list li:last-child,
.stepsIndicatorContainer ul.steps_list li:nth-last-child(2),
.stepsIndicatorContainer ul.steps_list li:last-child .line,
.stepsIndicatorContainer ul.steps_list li:nth-last-child(2) .line,
.stepsIndicatorContainer ul.steps_list li:nth-last-child(3) .line {
  display: none;
}
/************/

.step-review .button-container {
  text-align: center;
}
/*************************************************************************************/
/** iframe styling **/
body.mode-embed .modal {
  margin-top: 10px;
}
body.modal-open {
  position: fixed;
}
body.mode-embed .container {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

/** iframe fixed footer layout **/
body.mode-embed .fixed-bottom-toolbutton {
  padding: 0;
  height: fit-content;
}
body.mode-embed .step .step-input-data {
  margin-bottom: 100px;
}
body.mode-embed .step.step-review {
  margin-bottom: 20px;
}
body.mode-embed .step.step-summary .step-input-data,
body.mode-embed .step.step-review .step-input-data.review-block {
  margin: 0;
}

/* EPOS landing page */
.epos {
  background: linear-gradient(to bottom, #212830 165px, #E8E9EA 165px);
  margin: 0;
  min-height: 100vh;
}
.epos .validation p {
  padding: 16px 0;
  margin: 16px 0 0 0;
}
.epos form {
  padding: 16px 16px 0 16px;
  margin: 0;
}
.epos form label {
  margin: 0 0 4px 0;
  text-align: left;
  font-weight: 300;
}
.epos form input[type=text],
.epos form input[type=password],
.epos form label,
.epos form button {
  width: 100%;
  max-width: 80%;
}
.epos form input[type=text],
.epos form input[type=password] {
  padding: 8px;
  border: solid 1px #ccc;
  border-radius: 4px;
  display: block;
  margin: 0 auto 8px;
}
.epos form button {
  background-color: var(--second);
  color: #fff;
  margin: 8px 0 0;
}
.epos .container-fluid {
  padding: 0;
}
.epos .logo {
  max-width: 300px;
  display: block;
  margin: 32px auto 0 auto;
}
.epos .bottomLeftBgImage {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.epos .lightGreyBg {
  background-color: #212830;
}
.epos h1 {
  font-weight: 600;
  font-size: 42px;
  margin: 0;
  padding: 0;
  color: #202830;
}
.epos h2 {
  font-weight: 400;
  font-size: 24px;
  margin: 0;
  padding: 0;
  color: #4D5359;
}
.epos h3 {
  font-weight: 600;
  font-size: 18px;
  padding: 0;
  color: #4D5359;
}
.epos h3 a {
  color: #4D5359;
}
.epos h5 {
  font-size: 20px;
}
.epos p {
  margin: 15px 0 0 0;
  padding: 0;
  color: #4D5359;
  font-size: 16px;
  font-weight: 300;
}
.epos hr {
  border-top: 1px solid #D2D4D6;
}
.epos img.system-logo {
  max-width: 128px;
}
.epos ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.epos ul li {
  display: flex;
  align-items: center;
  margin-left: 0;
  color: #4D5359;
  font-size: 16px;
}
.epos ul li i {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  font-size: 12px;
  padding: 3px;
  color: black;
  margin-right: 10px;
  background-color: #AEEA00;
}
.epos .footer {
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}
.epos .footer p {
  color: white;
  margin: 0;
  font-weight: 300;
}
.epos .footer p strong {
  font-weight: 600;
}
.epos .leftContent {
  margin: 25px auto 25px auto;
  text-align: left;
  padding: 0 35px 0 35px;
}
.epos .whiteBox.roundedCorners {
  width: 80%;
  background-color: white;
  border-radius: 8px;
  margin: 25px auto 0 auto;
  display: block;
  text-align: center;
  padding: 25px;
  max-width: 928px;
}
.epos .whiteBox.roundedCorners.lightGreyBg {
  background-color: #F4F4F4;
}
.epos .whiteBox.roundedCorners.shadows {
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.08), 0 8px 8px -4px rgba(0,0,0,0.1);
  overflow: hidden;
}
.epos .bottomPaddingOnly {
  padding: 0 !important;
  padding-bottom: 25px !important;
}

.epos .classification {
  display: inline-block;
  width: 100%;
}
.epos a.button {
  width: calc(100%/3 - 16px);
  border-radius: 8px;
  display: block;
  margin: 0 16px 16px 0;
  font-weight: 600;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.08), 0 8px 8px -4px rgba(0,0,0,0.1);
  padding: 16px;
  float: left;
  min-height: 105px;
  text-decoration: none;
  outline: 0;
}
.epos a.button:hover {
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.08), 0 10px 16px -4px rgba(0,0,0,0.1);
}
.epos a.button img {
  margin: 0 20px 0 0;
  max-width: 128px;
}
.epos .classification {
  margin: 0;
  border-bottom: solid 1px var(--grey);
  padding: 32px 0;
}
.epos .classification h2 {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 8px 0;
}
.epos .classification p {
  font-size: 16px;
  padding-right: 40px;
}
.epos .classification ul,
.epos .classification ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.epos .classification .content {
  width: 100%;
  display: inline-block;
  margin: 10px 0 40px;
}
.epos .classification p,
.epos .classification ul {
  width: 50%;
  float: left;
  font-size: 16px;
  text-align: left;
  display: inline-block;
}
.epos .classification ul li:before {
  content: "\f058";
  font-family: "Font Awesome 7 Free", serif;
  margin: 0 8px 0 0;
}
.epos .demo-unavailable {
  opacity: 0.3;
}
.epos .demo-unavailable img,
.epos .demo-unavailable a {
  text-decoration: none;
  cursor: default;
}

/*****************************************************************************/
/* Purchase Order Modal */
/*****************************************************************************/
.modal#modalPurchaseOrder .details {
  border-right: solid 1px var(--grey);
}
.modal#modalPurchaseOrder h4 {
  margin: -10px 0 15px 0;
  font-size: 16px;
}
.modal#modalPurchaseOrder .toolbar {
  margin: 24px 0 0;
  text-align: right;
}
.modal#modalPurchaseOrder .form-check {
  margin-top: 10px;
}
.modal#modalPurchaseOrder .form-check .fake-radio.checkbox {
  margin-right: 5px;
  top: -4px;
  border-color: #d5d5d5;
}
.modal#modalPurchaseOrder .form-check label {
  width: calc(100% - 30px);
  line-height: 16px;
  float: right;
  margin: 0;
  font-weight: 300;
  font-size: 13px;
}
#modalPurchaseOrder #frmPurchaseOrder .step-summary .fake-radio.checkbox {
  float: left;
  margin: 2px 0 0 3px;
}
#modalPurchaseOrder #frmPurchaseOrder .step-summary .fake-radio.checkbox::before {
  position: relative;
  top: -2px;
  font-size: 12px;
}

/**** Purchase Order Form  ****/
table.purchase-order {
  max-width: 100%;
  margin: 50px 0;
}
table.purchase-order .primary-data td + td {
  border: none;
}
table.purchase-order tbody tr td {
  border: none;
}
table.purchase-order .header {
  font-size: 22px;
  text-transform: uppercase;
}
table.purchase-order .label {
  display: inline-block;
  float: left;
  background-color: transparent;
  color: #333;
  border: none;
}
.whats-the-difference {
  cursor: pointer;
  font-weight: 100;
  color: var(--tertiary);
  font-size: 20px;
}

/** Toggle Switch styling **/
.toggle {
  display: inline-block;
}
.toggle .switch {
  background-color: #ccc;
  border-radius: 8px;
  height: 24px;
  width: 40px;
  cursor: pointer;
  padding: 2px;
}
.toggle .switch button {
  width: 20px;
  height: 20px !important;
  margin: 0 !important;
  padding: 0;
  background-color: #fff;
  border-radius: 7px;
  transition: left 0.1s linear;
  position: relative;
}
.toggle .switch.on {
  background-color: var(--cta);
}
.toggle .switch.on button {
  left: calc(100% - 21px);
}
#kitLoading.kit-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 0 32px;
}
#kitLoading.kit-loading .loader {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1rem;
}
#kitLoading.kit-loading p {
  font-size: 30px;
  text-align: center;
  font-weight: 100;
  color: var(--second);
  margin: 16px 0;
}

.fixed-bottom-toolbutton {
  border: solid 1px #eee;
  border: none;
  border-radius: 8px;
}
.fixed-bottom-toolbutton .button-container {
  padding-bottom: 15px;
}
.fixed-bottom-toolbutton .left-column {
  text-align: center;
}
.price_prediction_strip {
  width: 100%;
  background-color: #102159;
  padding: 8px 16px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  float: left;
}
.price_prediction_strip p {
  background: linear-gradient(90deg, #63d2ff 0%, #bba7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}
.price_prediction_strip p .active {
  color: #d3deff;
  font-size: 12px;
  font-weight: 100;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}
.price_prediction_pill {
  background-color: #102159;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 0 6px 16px;
  display: inline-block;
  margin: 24px 0 0 0;
}
.price_prediction_pill .greendot {
  background-color: #fff;
  box-shadow: 0 0 4px 1px #fff;
  margin-right: 4px;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  margin: 4px 8px 0 4px;
}
.price_prediction_pill .live {
  color: var(--button-text);
  background-color: var(--cta);
  padding: 8px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0 0 0 8px;
}
.price_prediction_price {
  color: var(--tertiary);
  margin-top: 16px;
  text-align: center;
}
.price_prediction_price span {
  display: block;
  margin: 0 auto;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  width: 200px;
}
.price_prediction_price .estimated {
  text-transform: uppercase;
  color: #8b939d;
  font-weight: 600;
  font-size: 14px;
}
.price_prediction_price .range {
  color: #59a015;
  padding: 2px 8px 3px 8px;
  border-radius: 4px;
  border: solid 1px #59a015;
  background-color: #f0f8e6;
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  line-height: 16px;
}
.price_prediction_price .price {
  font-size: 34px;
  font-weight: 600;
  float: initial;
  line-height: 32px;
  color: #102159;
  display: inline;
}
.price_prediction_price .price.pence {
  font-size: 20px;
  color: #8b939d;
}

/** Customer info/help popup dialog **/
#kitbuildrPopup {
  padding: 0;
}
#kitbuildrPopup h2 {
  margin: 0;
  padding: 20px;
}
#kitbuildrPopup button.close-popup {
  margin: 0;
  padding: 20px;
}
#kitbuildrPopup .numberOfProductsStrip {
  border-bottom: 1px solid #E5E7EB;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FBFCFD;
  font-size: 14px;
  font-weight: 600;
  color: #737373;
}
#kitbuildrPopup p {
  padding-left: 20px;
  padding-right: 20px;
}
#kitbuildrPopup .numberOfProductsStrip .qty {
  border-radius: 25px;
  background-color: var(--cta);
  float: right;
  padding: 0 16px;
  color: white;
  font-size: 12px;
  position: relative;
}
#kitbuildrPopup ul.products-list {
  padding-left: 0;
  padding-right: 0;
  margin: 0 20px;
  list-style-type: none;
}
#kitbuildrPopup ul.products-list li {
  border-bottom: 1px solid var(--grey);
  padding: 10px 0 12px 0;
  font-weight: 300;
}

#kitbuildrPopup ul.products-list li span {
  float: right;
  padding: 4px 6px;
  border: 1px solid #e8e9ea;
  border-radius: 5px;
  font-weight: 600;
  background-color: var(--grey);
  position: relative;
  top: -4px;
  width: 29px;
}
#kitbuildrPopup .btnContainerPopup {
  bottom: 0;
  float: left;
  text-align: center;
  width: 100%;
  background-color: #fff;
  padding-bottom: 16px;
}
#kitbuildrPopup .btnContainerPara {
  color: grey;
  font-size: 12px;
}
#kitbuildrPopup #btnBuyKitPopup {
  color: white;
  width: 90%;
}
/** Products In This Kit popup dialog END **/

/*******************************************************************************************************************************************************************************************/
/** Media Queries **/
/*******************************************************************************************************************************************************************************************/
@media (max-width: 1200px) {
  .upsellItem:nth-child(3) {
    margin-right: 0;
  }
  #btnBuyKit {
    width: 400px;
  }
}
/** all screen widths <= 992px **/
@media (width < 992px) {
  button.select-this-option.horizontal {
    max-width: 100%;
    margin: 4px 0;
  }
  body .step-summary {
    margin-bottom: 160px;
    max-width: none;
    width: 100%;
  }
  body[data-step='step-summary'] .container.main-container {
    width: 100%;
  }
  body .step-summary h2.reassurance {
    display: none;
  }
  body .step.step-summary .step-input-data.basket-summary.primary {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: var(--box-shadow);
    padding: 16px 8px;
  }
  body .step-summary .basket-summary-container,
  body .step-summary .tierItem .description {
    min-height: auto;
  }
  body .step-summary .specificationContainer {
    height: 80px;
  }
  body.saved .step-summary .specificationContainer {
    margin-bottom: 16px;
  }
  body .step-summary .specificationContainer .specification {
    margin-bottom: 0;
    min-height: auto;
  }
  body .step-summary .specificationContainer .specification > div,
  body .step-summary .specificationContainer .specification > hr {
    display: none;
  }
  body .step-summary .specificationContainer .specification > div:has(> p.kit-ref) {
    display: block;
    margin-bottom: 0;
  }
  body .step-summary .specificationContainer .specification > div:has(> p.kit-ref) > p {
    display: block;
    margin-bottom: 0;
  }
  body .step-summary .specificationContainer .titleBar,
  body .step-summary .specificationContainer .specification {
    max-width: calc(100% - 110px);
  }
  body .step-summary #your-kit-container .specificationContainer h1 {
    border: none;
    background-color: transparent;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  body .step-summary .tier-item-container .tierItem {
    width: 100%;
    margin-bottom: 16px;
  }
  .upsellItem {
    clear: left;
    width: 100%;
  }

  body .popup {
    width: 75vw;
  }
  /** Navigation Buttons and Price **/

  body .fixed-bottom-toolbutton.nav-toolbar button,
  #btnSaveKit,
  #btnBuyKit {
    float: right;
    font-weight: 600;
    padding: 8px 32px;
    font-size: 14px;
    max-width: fit-content;
  }
  #btnSaveKit {
    padding: 8px 16px;
  }
  #btnBuyKit {
    margin: 0;
    padding: 8px 24px;
    border-width: 1px;
  }
  body .step-summary .basket-summary #total-container {
    float: left;
    text-align: left;
    margin: 2px 0 0 0;
    width: 105px;
  }
  body .step-summary .delivery-container .delivery-info {
    float: right;
    margin: 8px 0 0 0;
  }
  body .step-summary .step-input-data p.leadtime br {
    display: none;
  }
  body .step-summary .basket-summary .totals div {
    font-size: 22px;
    line-height: 16px;
  }
  body .step-summary .basket-summary .subtotalPrice {
    font-size: 12px;
  }
  body .fixed-bottom-toolbutton.nav-toolbar button.previous {
    float: left;
  }
  body .fixed-bottom-toolbutton.nav-toolbar button::before,
  body .fixed-bottom-toolbutton.nav-toolbar button::after {
    font-family: 'Font Awesome 7 Free';
    font-size: 12px;
    margin: 0 0 0 8px;
  }
  body .fixed-bottom-toolbutton.nav-toolbar button.previous::before {
    content: '\f104';
    margin: 0 8px 0 0;
    color: #333;
  }
  body .fixed-bottom-toolbutton.nav-toolbar button.success::after {
    content: '\f105';
  }
}

/***************************************************************************/
/** all screen widths <= 767px **/
@media (max-width: 768px) {
  .alert {
    margin-bottom: 35px;
  }
  body .step-summary .kit-container .description ul {
    column-count: 1;
  }
  body {
    overflow: visible;
  }
  body header .logo {
    text-align: center;
  }
  body .main-container {
    padding-left: 0;
    padding-right: 0;
  }
  body .main-container .step-container,
  body .main-container .step > .row {
    margin: 0;
  }
  body .step-summary .step-input-data.basket {
    margin-bottom: 8px;
  }
  body .step-summary .kit-container .specification,
  body .step-summary .description {
    min-height: auto;
  }
  body .step-summary .tierItem:not(:only-child) {
    width: 100%;
    margin: 0 0 16px 0;
  }
  body .step-summary .basket-summary.secondary-buttons button {
    margin-bottom: 8px;
  }
  body .main-container .step .step-input-data {
    box-shadow: none;
    border: none;
    padding: 0;
  }
  /** Navigation Buttons **/
  body .fixed-bottom-toolbutton.nav-toolbar {
  }
  body .fixed-bottom-toolbutton.nav-toolbar button#create_new_native_kit {
    padding: 8px 30px;
  }
  body .fixed-bottom-toolbutton.nav-toolbar button.previous {
    float: left;
    font-weight: 400;
    border-color: #777;
    color: #333;
  }
  body.mode-embed .main-container .step .step-input-data.basket {
    background-color: transparent;
  }
  /** Summary Step **/
  body .step-summary .step-input-data h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  body .step-summary .step-input-data p {
    line-height: 20px;
  }
  body .step-summary .basket-summary.secondary-buttons button {
    width: 100%;
  }
  /** Save Kit form */
  #modalSaveKit .modal-dialog,
  #modalFeedback .modal-dialog {
    width: 100%;
  }
  #modalSaveKit .modal-dialog .modal-content,
  #modalFeedback .modal-dialog .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 100vh;
  }
  .modal-lg {
    width: auto;
  }
  /* Roof Designer */
  body .modal,
  body .roof-designer.modal,
  body .roof-designer.void.modal {
    margin: 0;
    border-radius: 0;
    height: 100vh;
    width: 100%;
    padding: 16px;
  }
  body .modal {
    padding: 0;
  }
  body .roof-designer.modal .input-fields .options {
    column-count: 1;
  }
  body .roof-designer.modal .options button {
    height: 80px;
  }
  body .roof-designer.modal .options img {
    width: 56px;
  }
  body .roof-designer.modal .options p {
    width: calc(100% - 70px);
  }

  /* EPOS */
  .epos a.button img {
    max-width: 100%;
    margin: 10px 0;
  }
  .epos a.button span {
    display: none;
  }
  /* Video Modal */
  body #modalRoofImage {
    top: 0 !important;
    z-index: 99999;
  }
  body #modalRoofImage .modal-content {
    box-shadow: none;
    border: none;
    height: 100vh;
  }
  body #modalRoofImage .modal-footer {
    bottom: 0;
    width: 100%;
  }

  /*************************************************************/
  /** Upsell Item for Mobile with carousel **/
  .upsells-container {
    padding: 0;
    background-color: #fff;
    width: calc(100% - 30px);
    margin-left: 15px;
  }
  body.saved .upsells-container,
  body.basket .upsells-container {
    padding: 0;
    border: none;
    background-color: transparent;
  }
  #upsells-container-header {
    margin: 0 0 12px;
  }
  #upsells-container {
    overflow-x: scroll;
  }
  #upsells-container > div {
    display: inline-flex;
    width: max-content;
  }
  #upsells-container.scrollable i {
    display: inline-block;
    color: #888;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 8px;
    top: 50%;
    right: 8px;
    border-radius: 50px;
    backdrop-filter: blur(2px);
  }
  .upsellItem {
    border-width: 1px;
    margin: 0 8px 0 0 !important;
  }
  body.saved .upsellItem,
  body.basket .upsellItem {
    border-width: 2px;
  }
  .upsellItem,
  .upsells-container .upsellItem div {
    width: 100%;
    max-width: 250px;
  }
  .upsellItem img {
    margin: 0 50%;
    translate: -50% 0%;
  }
  .upsellItem p.upsellProductName {
    font-size: 18px;
    margin-top: 8px;
  }
  .upsellItem .pill {
    display: none !important;
  }
}

/***************************************************************************/
/** all screen widths <= 536px **/
@media (max-width: 536px) {
  body .roof-designer .toolbox .tool label {
    display: none;
  }
  body.saved .step-summary p.kit-locked {
    margin-top: 16px;
  }
  body.mode-embed .step-summary .tier-item-container {
    margin-top: 70px;
  }
  body .step-summary .kit-container .specificationContainer h2.titleBar {
    font-size: 19px;
  }
  body .step-summary .kit-container .specification p.kit-ref + p {
    width: calc(100% - 80px);
  }
  body .step-summary .kit-container .specificationContainer {
    position: fixed;
    top: 0;
    left: 0;
    height: 77px;
    box-shadow: var(--box-shadow);
    z-index: 2;
    border: none;
    border-radius: 0;
    margin: 0;
  }
  body.mode-embed .step-summary .kit-container .specificationContainer {
    padding-left: 0;
    padding-right: 0;
  }
  body .step-summary .tier-item-container {
    margin-top: 16px;
  }
  body #loader_btnBuyKit {
    width: 60%;
  }
  body .popup {
    width: 100vw;
    transition-duration: .2s;
  }
  .step-edge .introPara .skylightVoids,
  .step-edge .introPara .MembraneCuts {
    display: none;
  }
  .step-edge .more-info {
    display: block;
  }
  body #kitbuildrPopup .introPara .info {
    border: none;
    margin: 0;
  }
  body #kitbuildrPopup .introPara .info p {
    padding-bottom: 0;
  }
}

/***************************************************************************/
/** all screen widths <= 400px **/
@media (max-width: 420px) {
  body .step-summary .description ul {
    column-count: 1;
  }
  body .roof-designer.modal .options img {
    width: 48px;
    margin-right: 4px;
  }
  body .roof-designer.modal .options p {
    width: calc(100% - 56px);
  }
  body #btnBuyKit {
    padding: 8px 16px;
  }
}
