/* ── Self-Hosted Fonts ────────────────────────────── */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
  src: url('/assets/fonts/dm-sans-latin-wght-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 100 1000;
  src: url('/assets/fonts/dm-sans-latin-wght-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url('/assets/fonts/open-sans-latin-wght-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 300 800;
  src: url('/assets/fonts/open-sans-latin-wght-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── End Self-Hosted Fonts ───────────────────────── */
.max {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box
}

@media screen and (max-width: 800px) {
  .max {
    padding: 0 30px
  }
}

@media screen and (max-width: 400px) {
  .max {
    padding: 0 15px
  }
}

.max0 {
  max-width: none;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box
}

@media screen and (max-width: 800px) {
  .max0 {
    padding: 0 30px
  }
}

@media screen and (max-width: 400px) {
  .max0 {
    padding: 0 15px
  }
}

body,
body * {
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.noAnimate,
.info,
.viewQuote .options .content,
.orderSteps .options,
.myAccount .options,
.orderSteps .new,
.myAccount .new,
.orderSteps #deleteBtn,
.myAccount #deleteBtn,
.accordian>div>a+div {
  transition: none .01s linear;
  -o-transition: none .01s linear;
  -moz-transition: none .01s linear;
  -webkit-transition: none .01s linear
}

.btn {
  background: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  padding: 5px 20px;
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 10px
}

.btn:hover {
  background: #fc6644;
  color: #fff !important
}

.btn .icon {
  vertical-align: middle;
  transform: translate(10px, -1px)
}

p {
  padding: 0;
  margin: 1.2rem 0px;
  line-height: 170%
}

ul,
ol {
  margin: 1.2rem 0px;
  padding: 0 0 0 35px
}

ul li,
ol li {
  margin: 4px 0;
  line-height: 170%
}

p strong,
ul strong,
ol strong {
  color: #000;
  font-weight: 600
}

a {
  color: #1e6bcd;
  text-decoration: underline
}

a:hover {
  color: #fc6644;
  text-decoration: none
}

img {
  border: none;
  max-width: 100%;
  height: auto
}

.rightimg {
  float: right;
  margin: 0 0 20px 40px;
  position: relative;
  display: block;
  max-width: 50%
}

.leftimg {
  float: left;
  margin: 0 40px 20px 0;
  position: relative;
  display: block;
  max-width: 50%
}

@media screen and (max-width: 790px) {

  .rightimg,
  .leftimg {
    float: none;
    display: block;
    margin: 0 0 40px 0;
    max-width: 100%
  }
}

img.border {
  border: 10px solid #fff;
  box-sizing: border-box
}

h1,
h2 {
  font-weight: 600;
  font-size: 36px;
  color: #000;
  line-height: 120%;
  margin: 1.2rem 0;
  font-family: "DM Sans", serif
}

h1+h3,
h2+h3 {
  margin: -1rem 0 1.6rem
}

h3,
h4,
h5 {
  font-size: 24px;
  line-height: 140%;
  padding: 0;
  margin: 1.2rem 0;
  color: #575550;
  font-weight: 400
}

h3 strong,
h4 strong,
h5 strong {
  color: #000;
  font-weight: 600
}

h4 {
  font-size: 20px
}

h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: #000;
  font-weight: 600
}

h5 a {
  text-decoration: none;
  color: #000 !important
}

h5 a .icon {
  font-variation-settings: 'opsz' 20, 'wght' 700, 'FILL' 1;
  transform: scale(0.8)
}

h5 a:hover .icon {
  color: #1e6bcd;
  font-variation-settings: 'opsz' 20, 'wght' 700, 'FILL' 0
}

p+h1,
p+h2,
ul+h1,
ul+h2 {
  margin-top: 3.6rem
}

p+h3,
p+h4,
p+h5,
ul+h3,
ul+h4,
ul+h5 {
  margin-top: 2.4rem
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth
}

body {
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  background: #f0f0f0;
  color: #575550;
  padding: 0;
  -webkit-text-size-adjust: none;
  overflow: auto;
  overflow-x: hidden;
  min-width: 360px;
  height: auto
}

@media screen and (max-width: 550px) {
  body {
    font-size: 16px
  }
}

.black {
  background: #000
}

.black * {
  color: #fff
}

.black a {
  color: #fff
}

.black a:hover {
  color: #fc6644
}

.black .btn:hover {
  color: #000 !important;
  background: #fff !important
}

.grey {
  background: #575550
}

.black,
.grey {
  color: #fff
}

.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey h5 {
  color: #fff;
  font-weight: 200;
  margin-top: 0
}

.icon {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 140%;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: bottom;
  font-variation-settings: 'wght' 300;
  overflow: hidden;
  width: 1em;
  height: 1em
}

main>section {
  padding: 0 0 40px
}

main>section .flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px
}

@media screen and (max-width: 490px) {
  main>section .flex {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important
  }

  main>section .flex.mobReverse {
    flex-direction: column-reverse
  }

  main>section .flex>* {
    width: 100%
  }
}

main>section .flex.center {
  justify-content: center;
  align-items: center
}

main>section .flex>* {
  flex-grow: 1;
  flex-shrink: 1
}

main>section .flex.col2>* {
  width: 100%
}

main>section .flex .large,
main>section .flex.large1>*:first-child,
main>section .flex.large2>*:last-child {
  width: 64%;
  flex-shrink: 0;
  max-width: 810px
}

main>section .flex .large:only-child {
  width: 100%;
  max-width: none;
  margin: 0 auto
}

@media screen and (max-width: 790px) {

  main>section .flex .large,
  main>section .flex.large1>*:first-child,
  main>section .flex.large2>*:last-child {
    width: 100%
  }
}

main>section .flex.max {
  gap: 60px
}

@media screen and (max-width: 790px) {
  main>section>.flex {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important
  }

  main>section>.flex.mobReverse {
    flex-direction: column-reverse
  }
}

main>section div.black,
main>section div.grey {
  padding: 10px 20px;
  box-sizing: border-box
}

main>section .round {
  border-radius: 30px
}

.triWarm,
.triCool {
  height: 100%;
  display: inline-block;
  aspect-ratio: 100/86;
  position: relative
}

.triWarm span,
.triCool span {
  margin: 0;
  height: 100%;
  aspect-ratio: 100/86;
  background: #000;
  display: inline-block;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute
}

.triWarm span:nth-child(1),
.triCool span:nth-child(1) {
  right: 50%;
  opacity: .25;
  display: none;
  transform-origin: top center;
  transform: skew(-10deg)
}

.triWarm span:nth-child(2),
.triCool span:nth-child(2) {
  left: 50%;
  opacity: .25;
  display: none;
  transform-origin: top center;
  transform: skew(10deg)
}

.triWarm span:nth-child(3),
.triCool span:nth-child(3) {
  position: absolute;
  right: 50%;
  background: linear-gradient(235deg, #fed054 0%, #fecb1a 100%)
}

.triWarm span:nth-child(4),
.triCool span:nth-child(4) {
  position: absolute;
  left: 0;
  transform: rotate(180deg);
  background: linear-gradient(235deg, #fd9825 0%, #ffb71b 100%)
}

.triWarm span:nth-child(5),
.triCool span:nth-child(5) {
  position: absolute;
  left: 50%;
  background: linear-gradient(95deg, #fc4426 0%, #fc8862 100%)
}

.triWarm.shadowL span:nth-child(1),
.triCool.shadowL span:nth-child(1) {
  display: block
}

.triWarm.shadowR span:nth-child(2),
.triCool.shadowR span:nth-child(2) {
  display: block
}

.triWarm.hide3 span:nth-child(5),
.triCool.hide3 span:nth-child(5) {
  display: none
}

.triWarm.hide3 span:nth-child(2),
.triCool.hide3 span:nth-child(2) {
  display: none
}

.triWarm.hide1 span:nth-child(1),
.triCool.hide1 span:nth-child(1) {
  display: none
}

.triWarm.hide1 span:nth-child(3),
.triCool.hide1 span:nth-child(3) {
  display: none
}

.triWarm.flip,
.triCool.flip {
  transform: rotate(180deg)
}

.triCool span:nth-child(3) {
  background: linear-gradient(235deg, #25d5f3 0%, #21cfeb 100%)
}

.triCool span:nth-child(4) {
  background: linear-gradient(235deg, #38acfa 0%, #299afa 100%)
}

.triCool span:nth-child(5) {
  background: linear-gradient(95deg, #5596e9 0%, #3182ea 100%)
}

@media screen and (max-width: 790px) {

  .hideMobile,
  .hideMobile1>*:first-child,
  .hideMobile2>*:last-child {
    display: none !important
  }

  .mobNoGap {
    gap: 0 !important
  }
}

#popUp,
#popUpEmail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000
}

#popUp .overlay,
#popUpEmail .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999
}

#popUp .content,
#popUpEmail .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1140px;
  overflow-y: auto;
  max-height: calc(100vh - 60px);
  min-width: 300px;
  box-sizing: border-box;
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000
}

@media screen and (max-width: 1200px) {

  #popUp .content,
  #popUpEmail .content {
    max-width: calc(100vw - 60px)
  }
}

#popUp .content .loading,
#popUpEmail .content .loading {
  font-size: 40px;
  text-align: center
}

@keyframes spin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

#popUp .content .loading .icon,
#popUpEmail .content .loading .icon {
  color: #1e6bcd;
  animation: spin 3s linear infinite;
  font-variation-settings: 'wght' 600
}

#popUp .content .icon.close,
#popUpEmail .content .icon.close {
  padding: 10px;
  font-variation-settings: 'wght' 600;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer
}

#popUp .content .icon.close:hover,
#popUpEmail .content .icon.close:hover {
  color: #000
}

#popUp .content p,
#popUpEmail .content p {
  word-wrap: break-word
}

#popUp .addresses,
#popUpEmail .addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

#popUp .address,
#popUpEmail .address {
  display: block;
  border-radius: 5px;
  border: 2px solid #f0f0f0;
  padding: 40px 20px 20px;
  overflow: hidden;
  position: relative
}

#popUp .address strong,
#popUpEmail .address strong {
  display: block;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 4px 20px;
  font-size: 70%;
  letter-spacing: 2px;
  text-transform: uppercase
}

#popUp .address .missing,
#popUp .address .unconfirmed,
#popUp .address .inferred,
#popUp .address .replaced,
#popUp .address .unexpected,
#popUpEmail .address .missing,
#popUpEmail .address .unconfirmed,
#popUpEmail .address .inferred,
#popUpEmail .address .replaced,
#popUpEmail .address .unexpected {
  background: #f9cc43;
  font-weight: bold
}

header {
  background: #fff;
  padding: 0;
  max-width: 1296px;
  margin: 0 auto 30px;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px
}

header .logo {
  grid-area: 1 / 1 / 3 / 2
}

header .utility {
  grid-area: 1 / 2 / 2 / 3
}

header .call {
  grid-area: 2 / 2 / 3 / 3
}

header nav {
  grid-area: 3 / 1 / 4 / 3
}

@media screen and (max-width: 1160px) {
  header {
    margin-left: -34px;
    margin-right: -34px
  }
}

header .logo {
  align-self: center;
  margin-left: 60px
}

header .logo img {
  display: block
}

header .utility {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  gap: 30px
}

header .utility .time {
  color: #575550
}

header .utility .time em {
  font-style: normal
}

header .utility .time strong {
  color: #000
}

@media screen and (max-width: 1100px) {
  header .utility .time {
    font-size: 16px
  }

  header .utility .time em {
    display: none
  }
}

@media screen and (max-width: 990px) {
  header .utility .time {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right
  }

  header .utility .time strong {
    display: block;
    line-height: 90%;
    font-size: 14px;
    text-transform: none
  }
}

header .utility ul {
  list-style: none;
  padding: 0 40px;
  margin: 0;
  position: relative;
  text-align: right;
  background: #f0f0f0
}

header .utility ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: inherit;
  font-size: 14px;
  position: relative
}

header .utility ul li a {
  display: block;
  color: #000;
  padding: 0 15px;
  text-decoration: none;
  line-height: 28px;
  position: relative;
  z-index: 100
}

header .utility ul li a .icon {
  vertical-align: middle;
  font-size: 150%;
  transform: translateY(-1px)
}

header .utility ul li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  transform: skewX(-30deg)
}

header .utility ul li:hover:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%)
}

header .utility ul li:hover a {
  color: #fff
}

header .utility ul li.triWarm,
header .utility ul li.triCool {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 200
}

header .utility ul li.triWarm:after,
header .utility ul li.triCool:after {
  display: none
}

header .utility ul li.triCool {
  left: auto;
  right: 0
}

header .call {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  margin-right: 50px;
  gap: 20px;
  box-sizing: border-box
}

header .call>* {
  padding-left: 46px;
  position: relative;
  font-size: 16px;
  line-height: 120%;
  color: #575550
}

header .call>* strong {
  color: #000;
  font-weight: normal
}

header .call>* .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 42px;
  color: #000
}

header .call>* a {
  color: #000;
  text-decoration: none;
  font-size: 30px
}

header .call .quote {
  display: none
}

header nav {
  background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.05) 100%)
}

header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center
}

header nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: inherit;
  position: relative
}

header nav ul li a {
  display: block;
  color: #000;
  padding: 10px 40px;
  margin: 0 -13px;
  text-decoration: none;
  position: relative;
  z-index: 100;
  clip-path: polygon(26px 0, 100% 0, calc(100% - 26px) 100%, 0 100%)
}

@media screen and (max-width: 1100px) {
  header nav ul li a {
    padding: 10px 30px;
    font-size: 16px
  }
}

header nav ul li:last-child a {
  background: linear-gradient(135deg, #ee4a9a 0%, #db006d 100%);
  clip-path: polygon(26px 0, calc(100% - 26px) 0, 100% 100%, 0 100%);
  color: #fff
}

header nav ul li:last-child a:hover {
  background: linear-gradient(135deg, #37a6fc 0%, #3281ea 100%);
  color: #fff
}

header nav ul li:hover a {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
  color: #000
}

header nav .mob {
  display: none;
  background: linear-gradient(165deg, #fd9825 0%, #ffb71b 100%);
  clip-path: polygon(36px 0, 100% 0, 100% 100%, 0 100%);
  color: #fff;
  padding: 3px 10px 0 36px
}

header nav .mob:hover {
  background: linear-gradient(165deg, #fd9825 0%, #ffb71b 100%);
  color: #fff
}

header nav .mob .icon {
  font-size: 50px;
  font-variation-settings: 'wght' 500
}

header:after,
header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(50%);
  height: 100%;
  aspect-ratio: 100/86;
  background: #f0f0f0;
  display: inline-block;
  clip-path: polygon(50% 0, 100% 100%, 0 100%)
}

header:before {
  left: 0;
  transform: translateX(-50%)
}

@media screen and (max-width: 900px) {
  header {
    margin: 0 0 30px
  }

  header .logo {
    grid-area: 2 / 1 / 3 / 2
  }

  header .utility {
    grid-area: 1 / 1 / 2 / 3
  }

  header .call {
    grid-area: 3 / 1 / 4 / 3
  }

  header nav {
    grid-area: 2 / 2 / 3 / 3
  }

  header .logo {
    padding: 10px 20px;
    margin: 0
  }

  header .utility {
    margin: 0 -20px 0 0;
    justify-content: flex-start;
    flex-direction: row-reverse;
    position: relative
  }

  header .utility ul {
    flex-grow: 1;
    text-align: left
  }

  header .utility .time {
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 1000;
    line-height: 28px
  }

  header .utility .time strong {
    display: inline
  }

  header nav {
    background: none;
    text-align: right;
    align-self: center;
    position: relative
  }

  header nav ul {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 260px;
    padding: 10px;
    transform-origin: top center;
    background: linear-gradient(65deg, #fd9825 0%, #ffb71b 100%);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transform: scaleY(0)
  }

  header nav ul li {
    display: block;
    clip-path: none;
    background: #fff
  }

  header nav ul li a {
    margin: 0;
    clip-path: none
  }

  header nav ul li:last-child a {
    background: linear-gradient(65deg, #fd9825 0%, #ffb71b 100%)
  }

  header nav .mob {
    display: inline-block
  }

  header nav .mob.open+ul {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    transform: scaleY(1)
  }

  header .call {
    margin: 0;
    padding: 10px 20px;
    background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.05) 100%);
    justify-content: center;
    padding-right: 200px;
    position: relative
  }

  header .call .quote {
    display: flex;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: stretch
  }

  header .call .quote a {
    background: linear-gradient(65deg, #ee4a9a 0%, #db006d 100%);
    padding: 0 10px 0 40px;
    color: #fff;
    font-size: 26px;
    display: block;
    line-height: 54px;
    clip-path: polygon(36px 0, 100% 0, 100% 100%, 0 100%)
  }

  header .call .quote a:hover {
    background: linear-gradient(135deg, #37a6fc 0%, #3281ea 100%)
  }

  header:after,
  header:before {
    display: none
  }
}

@media screen and (max-width: 720px) {
  header .call .hours {
    display: none
  }

  header .call .quote a {
    line-height: 42px;
    clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%)
  }

  header .call .quote a:hover {
    background: linear-gradient(135deg, #37a6fc 0%, #3281ea 100%)
  }
}

@media screen and (max-width: 650px) {
  header .logo img {
    max-width: 230px
  }

  header .utility .time {
    top: calc(100% + 10px);
    right: 110px;
    text-align: left
  }

  header .utility .time strong {
    display: block;
    line-height: 20%
  }

  header .utility ul {
    white-space: nowrap
  }

  header .utility ul li:nth-child(2),
  header .utility ul li:nth-child(3),
  header .utility ul li:nth-child(4) {
    width: 33.3%;
    text-align: center
  }
}

@media screen and (max-width: 530px) {

  header .utility ul li:nth-child(2),
  header .utility ul li:nth-child(3),
  header .utility ul li:nth-child(4) {
    width: auto
  }

  header .utility ul li:nth-child(2) .icon,
  header .utility ul li:nth-child(3) .icon,
  header .utility ul li:nth-child(4) .icon {
    display: none
  }

  header .call .hours {
    display: none
  }

  header .call .phone {
    transform: scale(0.8)
  }
}

@media screen and (max-width: 460px) {
  header {
    margin-bottom: 50px
  }

  header .call {
    padding: 10px 20px
  }

  header .call .quote {
    right: 50%;
    top: 100%;
    bottom: auto;
    transform: translateX(50%)
  }

  header .call .quote a {
    font-size: 18px;
    line-height: 36px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 26px) 100%, 26px 100%);
    padding: 0 30px
  }
}

@media screen and (max-width: 430px) {
  header .logo img {
    max-width: 150px
  }

  header .utility ul li a {
    font-size: 3.2vw
  }
}

footer {
  background: #84827e;
  font-size: 14px;
  color: #fff;
  margin-top: 60px
}

footer .flex {
  display: flex;
  align-items: center;
  justify-content: center
}

footer .flex ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block
}

@media screen and (max-width: 920px) and (min-width: 470px) {
  footer .flex ul {
    align-self: flex-start
  }
}

footer .flex ul.nav {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2
}

footer .flex ul li {
  margin: 0 30px 10px 0;
  padding: 0;
  display: block
}

footer .flex ul li a {
  color: #fff;
  text-decoration: none
}

footer .flex ul li a:hover {
  text-decoration: underline
}

footer .flex ul li strong {
  color: #fff
}

footer .flex .flex {
  gap: 20px
}

footer .flex .phone,
footer .flex .hours,
footer .flex .addrs {
  padding: 5px 0 5px 46px;
  margin: 10px 0;
  position: relative;
  font-size: 16px;
  line-height: 120%
}

footer .flex .phone .icon,
footer .flex .hours .icon,
footer .flex .addrs .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 42px;
  color: #fff
}

footer .flex .phone a,
footer .flex .hours a,
footer .flex .addrs a {
  text-decoration: none
}

footer .flex .phone {
  font-size: 30px
}

footer>div {
  position: relative
}

footer>div:last-child {
  background: #575550;
  color: #fff;
  text-align: center;
  padding: 10px 20px
}

footer .max {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  min-height: 250px
}

footer .max .triWarm,
footer .max .triCool {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 200
}

footer .max .triWarm:after,
footer .max .triCool:after {
  display: none
}

footer .max .triWarm span:nth-child(1),
footer .max .triCool span:nth-child(1) {
  opacity: .1;
  transform: skew(-7deg)
}

footer .max .triWarm span:nth-child(2),
footer .max .triCool span:nth-child(2) {
  opacity: .1;
  transform: skew(7deg)
}

footer .max .triCool {
  left: auto;
  right: 100%
}

@media screen and (max-width: 1080px) {
  footer .max .triWarm {
    left: calc(100% + 80px)
  }

  footer .max .triCool {
    right: calc(100% + 80px)
  }
}

@media screen and (max-width: 720px) {
  footer .max .triWarm {
    height: 200px;
    left: 100%;
    top: auto;
    bottom: 0
  }

  footer .max .triCool {
    height: 200px;
    right: 100%
  }
}

@media screen and (max-width: 560px) {
  footer .max .triWarm {
    height: 100px
  }

  footer .max .triCool {
    height: 100px
  }
}

@media screen and (max-width: 920px) {
  footer .max>.flex {
    flex-direction: column-reverse;
    max-width: 550px;
    margin: 0 auto;
    align-items: flex-end;
    gap: 40px
  }
}

@media screen and (max-width: 470px) {
  footer .max>.flex {
    align-items: center
  }

  footer .max>.flex ul li {
    margin: 0 10px 10px 0
  }

  footer .max>.flex .flex {
    flex-direction: column-reverse
  }
}

hr {
  height: 1px;
  width: 100%;
  display: block;
  border: none;
  background: rgba(87, 85, 80, 0.3)
}

input,
textarea,
select {
  max-width: none;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #0000001a;
  background: #fff;
  font-size: 16px;
  outline: none;
  margin: 8px 0 0;
  outline: 2px solid transparent
}

input[type="submit"],
textarea[type="submit"],
select[type="submit"] {
  width: auto;
  margin: 15px auto 0;
  border: none;
  text-transform: none;
  min-width: 140px
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #1e6bcd
}

.quoteBtns {
  flex-direction: row !important
}

.quoteBtns a {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  padding: 0 0 10px;
  margin: 0 0 10px
}

.quoteBtns a:hover {
  transform: scale(1.05)
}

.sidebar {
  max-width: 320px
}

.sidebar .box {
  background: #fff;
  padding: 0;
  --clip-size: 37px;
  clip-path: polygon(0 0, calc(100% - var(--clip-size)) 0, 100% calc(1.7 * var(--clip-size)), 100% 100%, 0 100%);
  overflow: hidden;
  margin-bottom: 3rem
}

.sidebar .box>div {
  padding: 0 30px 10px
}

.sidebar .box h2 {
  background: linear-gradient(235deg, #fed054 0%, #fecb1a 100%);
  padding: 15px 30px;
  position: relative;
  margin-top: 0
}

.sidebar .box h2:after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.1);
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 20%, 0% 100%)
}

.sidebar>div:not(.box) {
  padding: 0 15px 10px
}

.sidebar form {
  display: flex;
  gap: 10px;
  align-content: stretch
}

.sidebar form .btn {
  padding: 7px 10px !important;
  background: #000;
  color: #fff !important;
  flex-grow: 0;
  flex-shrink: 1;
  width: auto;
  min-width: 70px
}

.sidebar form .btn:hover {
  background: #fc6644
}

.sidebar form>* {
  margin: 0
}

.info {
  display: none
}

.loginForm form {
  display: block
}

.loginForm form .btns {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 15px
}

.loginForm form .btns .btn {
  margin: 0
}

.loginForm form .btns a {
  font-size: 15px
}

.whiteBox {
  background: #fff;
  padding: 20px;
  overflow: hidden;
  margin: 2rem 0;
  position: relative
}

.whiteBox h5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: #575550;
  padding: 5px 10px;
  font-weight: bold;
  color: #fff
}

.whiteBox h5+* {
  margin-top: 30px
}

.form .field h4 {
  margin: 1rem 0 .4rem
}

.form .field input {
  margin: 0
}

.form .field>label {
  position: relative;
  display: block;
  max-width: 300px
}

.form .field>label em {
  position: absolute;
  top: 0;
  left: 6px;
  font-style: normal;
  font-size: 12px;
  padding: 0 6px;
  line-height: 1px;
  height: 1px;
  background: #f0f0f0;
  display: block
}

.form .field>label input,
.form .field>label select,
.form .field>label textarea {
  margin: 0
}

.form .field>label input.error,
.form .field>label select.error,
.form .field>label textarea.error {
  border-color: #e52885
}

.form .field>label span.error,
.form .field>label label.error {
  position: absolute;
  bottom: 0;
  right: 6px;
  font-style: normal;
  font-size: 12px;
  padding: 0 6px;
  line-height: 1px;
  height: 1px;
  background: #f0f0f0;
  display: block;
  color: #e52885
}

.form .field>label span.error+input,
.form .field>label label.error+input {
  border-color: #e52885
}

.form .btn {
  padding: 7px 10px !important;
  margin-top: 30px
}

.myAccount .large .box,
.admin .large .box {
  padding: 20px;
  margin: 0 0 20px;
  background: #fff;
  border-radius: 15px
}

.myAccount .large .box h5,
.admin .large .box h5 {
  background: #575550;
  color: #fff;
  padding: 5px 15px;
  margin: -20px -20px 20px -20px
}

.myAccount .large .box p,
.myAccount .large .box ul,
.admin .large .box p,
.admin .large .box ul {
  margin: 0
}

.viewQuote .box {
  padding: 20px;
  margin: 0 0 20px;
  background: #fff
}

.viewQuote .box h5 {
  background: #575550;
  color: #fff;
  padding: 5px 15px;
  margin: -20px -20px 20px -20px
}

.viewQuote .box p,
.viewQuote .box ul {
  margin: 0
}

.viewQuote .details p {
  margin: 0
}

.viewQuote .details blockquote {
  margin: 0 0 0 2rem
}

.viewQuote .options {
  margin-top: 20px;
  background: #fff;
  padding: 20px
}

.viewQuote .options .title {
  position: relative;
  margin: 0;
  padding-right: 60px
}

.viewQuote .options .title h3,
.viewQuote .options .title p {
  margin: 0
}

.viewQuote .options .title a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.viewQuote .options .title a .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: center center;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: bold;
  font-variation-settings: 'wght' 700
}

.viewQuote .options .content {
  display: none;
  padding-top: 20px
}

.viewQuote .options .content p {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 20px
}

.viewQuote .options .content label {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 10px
}

/* ── Trade discount styling for all delivery option rows ── */
.viewQuote .options .content label strong:last-child {
  text-align: right
}

.viewQuote .options .content label strong em.discountNote {
  font-size: 12px;
  color: #c62828;
  font-weight: 600;
  font-style: italic;
  display: block;
  margin-top: 1px
}

.viewQuote .options .content label strong em.discountNote .discountType {
  text-transform: uppercase;
  font-weight: 700
}

.viewQuote .options .content label+label {
  border-top: solid 1px #f0f0f0
}

.viewQuote .options .content label+label strong {
  font-weight: normal;
  text-align: left;
  padding-left: 30px;
  position: relative
}

.viewQuote .options .content label+label strong em {
  font-size: 10px;
  display: block;
  font-style: normal
}

.viewQuote .options .content label+label strong:last-child {
  text-align: right;
  padding-left: 0
}

.viewQuote .options .content label+label strong em.discountNote {
  font-size: 12px;
  color: #c62828;
  font-weight: 600;
  font-style: italic;
  display: block;
  margin-top: 1px
}

.viewQuote .options .content label+label strong em.discountNote .discountType {
  text-transform: uppercase;
  font-weight: 700
}

.viewQuote .options .content label input {
  position: absolute;
  left: -9999px;
  white-space: nowrap
}

.viewQuote .options .content label input+strong .icon {
  display: inline-block;
  font-variation-settings: 'wght' 400;
  opacity: .5;
  position: absolute;
  left: 0
}

.viewQuote .options .content label input+strong .icon+.icon {
  display: none
}

.viewQuote .options .content label input:checked+strong {
  color: #000
}

.viewQuote .options .content label input:checked+strong .icon {
  display: none
}

.viewQuote .options .content label input:checked+strong .icon+.icon {
  display: inline-block;
  color: #1e6bcd;
  font-variation-settings: 'wght' 600;
  opacity: 1
}

.viewQuote .options .content label input:checked+strong+strong {
  color: #000;
  font-weight: bold
}

.viewQuote .options .content label:hover {
  cursor: pointer
}

.viewQuote .options .content label:hover input+strong {
  color: #000
}

.viewQuote .options .content label:hover input+strong .icon {
  font-variation-settings: 'wght' 600
}

.viewQuote .options .content label:hover input+strong+strong {
  color: #000;
  font-weight: bold
}

.viewQuote .options .content .error {
  color: #e52885;
  font-weight: bold;
  text-align: right;
  display: block
}

.viewQuote .options~.btn {
  float: right;
  clear: both;
  margin: 2rem 0 0
}

.viewQuote .options.open .title a .icon {
  transform: translateY(-50%) rotate(225deg)
}

.accountGrid {
  list-style: none;
  margin: 0 0 4rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px
}

.accountGrid li {
  display: flex
}

.accountGrid li>a,
.accountGrid li>span {
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 0 100%);
  background: #fff;
  padding: 30px;
  text-decoration: none;
  color: #575550;
  font-size: 16px;
  line-height: 160%;
  width: 100%
}

.accountGrid li>a>.icon,
.accountGrid li>a .iconContainer .icon,
.accountGrid li>span>.icon,
.accountGrid li>span .iconContainer .icon {
  display: block;
  font-size: 40px;
  color: #1e6bcd
}

.accountGrid li>a strong,
.accountGrid li>span strong {
  display: block;
  font-size: 24px;
  padding: 10px 0 20px;
  color: #000
}

.accountGrid li>a em,
.accountGrid li>span em {
  display: block;
  font-style: normal;
  text-align: right;
  color: #1e6bcd;
  padding: 20px 0 0
}

.accountGrid li>a em .icon,
.accountGrid li>span em .icon {
  vertical-align: text-bottom
}

.accountGrid li:hover {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3))
}

.accountGrid li:hover>a,
.accountGrid li:hover>span {
  --clip-size: 60px;
  clip-path: polygon(0 0, calc(100% - var(--clip-size)) 0, 100% calc(1.7 * var(--clip-size)), 100% 100%, 0 100%);
  transform: scale(1.05)
}

.accountGrid li:hover>a>.icon,
.accountGrid li:hover>a em,
.accountGrid li:hover>span>.icon,
.accountGrid li:hover>span em {
  color: #fc6644
}

.accountGrid li.alert,
.accountGrid li.quote {
  grid-column: 1 / -1
}

.accountGrid li.alert>a,
.accountGrid li.alert>span,
.accountGrid li.quote>a,
.accountGrid li.quote>span {
  position: relative;
  padding: 10px 10px 10px 100px;
  line-height: 200%
}

.accountGrid li.alert>a .iconContainer,
.accountGrid li.alert>span .iconContainer,
.accountGrid li.quote>a .iconContainer,
.accountGrid li.quote>span .iconContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #f9cc43;
  width: 80px
}

.accountGrid li.alert>a .iconContainer .icon,
.accountGrid li.alert>span .iconContainer .icon,
.accountGrid li.quote>a .iconContainer .icon,
.accountGrid li.quote>span .iconContainer .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1.2);
  font-variation-settings: 'wght' 600;
  color: #000
}

.accountGrid li.alert>a a .icon,
.accountGrid li.alert>span a .icon,
.accountGrid li.quote>a a .icon,
.accountGrid li.quote>span a .icon {
  vertical-align: text-bottom
}

.accountGrid li.alert>a strong,
.accountGrid li.alert>span strong,
.accountGrid li.quote>a strong,
.accountGrid li.quote>span strong {
  padding: 10px 0
}

.accountGrid li.alert>a em,
.accountGrid li.alert>span em,
.accountGrid li.quote>a em,
.accountGrid li.quote>span em {
  padding: 10px 0 0
}

.accountGrid li.alert:hover>a,
.accountGrid li.alert:hover>span,
.accountGrid li.quote:hover>a,
.accountGrid li.quote:hover>span {
  --clip-size: 40px;
  clip-path: polygon(0 0, calc(100% - var(--clip-size)) 0, 100% calc(1.7 * var(--clip-size)), 100% 100%, 0 100%);
  transform: scale(1)
}

.accountGrid li.alert:hover>a .iconContainer,
.accountGrid li.alert:hover>span .iconContainer,
.accountGrid li.quote:hover>a .iconContainer,
.accountGrid li.quote:hover>span .iconContainer {
  background: #fc6644
}

.accountGrid li.quote>a .iconContainer,
.accountGrid li.quote>span .iconContainer {
  background: #25d5f3
}

.accountSidebar h2 a {
  color: #000;
  text-decoration: none
}

.accountSidebar h2 a .icon {
  font-variation-settings: 'wght' 700;
  font-size: 40px;
  transform: translateX(-10px) scaleY(0.8) scaleX(0)
}

.accountSidebar h2 a:hover .icon {
  transform: translateX(10px) scaleY(0.8) scaleX(0.8)
}

.accountSidebar ul {
  padding: 0 10px 10px;
  margin: 0;
  list-style: none
}

.accountSidebar ul li {
  padding: 0;
  margin: 0;
  display: block;
  border-top: 1px solid #f0f0f0
}

.accountSidebar ul li:first-child {
  border: none
}

.accountSidebar ul li a {
  padding: 10px;
  display: block
}

.accountSidebar ul li.active a {
  text-decoration: none;
  color: rgba(87, 85, 80, 0.8)
}

.orderSteps .options,
.myAccount .options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  position: relative;
  margin-top: 15px
}

.orderSteps .options label,
.myAccount .options label {
  display: flex;
  align-items: stretch;
  align-content: stretch
}

.orderSteps .options label input,
.myAccount .options label input {
  position: absolute;
  width: 10px;
  left: -9999px;
  visibility: hidden;
  z-index: -1
}

.orderSteps .options label input:checked~span,
.myAccount .options label input:checked~span {
  border-color: #1e6bcd !important
}

.orderSteps .options label:hover,
.myAccount .options label:hover {
  cursor: pointer
}

.orderSteps .options label:hover>span,
.myAccount .options label:hover>span {
  border-color: #575550;
  transform: scale(1.05)
}

.orderSteps .options label>span,
.myAccount .options label>span {
  display: block;
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  font-size: 16px;
  line-height: 120%;
  border: 3px solid #fff;
  width: 100%;
  min-height: 50px;
  position: relative
}

.orderSteps .options label>span .icon,
.myAccount .options label>span .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 60px;
  transform: translate(-50%, -50%);
  font-variation-settings: 'wght' 600
}

.orderSteps .options label.error,
.myAccount .options label.error {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 9999;
  color: #e52885
}

.orderSteps .new,
.myAccount .new {
  display: none;
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  font-size: 16px;
  line-height: 120%;
  position: relative
}

.orderSteps .new .icon,
.myAccount .new .icon {
  padding: 10px;
  font-variation-settings: 'wght' 600;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer
}

.orderSteps .new .icon:hover,
.myAccount .new .icon:hover {
  color: #000
}

.orderSteps #deleteBtn,
.myAccount #deleteBtn {
  margin-top: 20px
}

.orderSteps div.error label.error,
.myAccount div.error label.error {
  padding: 15px;
  border: 2px solid #e52885;
  display: block;
  color: #e52885;
  border-radius: 15px;
  background: rgba(229, 40, 133, 0.05)
}

.activeQuotes,
.orderHistory {
  display: table;
  width: 100%;
  box-sizing: border-box
}

.activeQuotes>*,
.orderHistory>* {
  display: table-row
}

.activeQuotes>* strong,
.orderHistory>* strong {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding: 10px 15px;
  box-sizing: border-box
}

.activeQuotes>* strong+strong,
.orderHistory>* strong+strong {
  text-align: center
}

.activeQuotes>* strong:last-child,
.orderHistory>* strong:last-child {
  width: auto;
  white-space: normal;
  text-align: right
}

.activeQuotes>a,
.activeQuotes>div,
.orderHistory>a,
.orderHistory>div {
  text-decoration: none
}

.activeQuotes>a strong,
.activeQuotes>div strong,
.orderHistory>a strong,
.orderHistory>div strong {
  border-top: solid 1px #f0f0f0;
  font-weight: normal;
  text-decoration: none;
  color: #575550
}

.activeQuotes>a strong.link,
.activeQuotes>div strong.link,
.orderHistory>a strong.link,
.orderHistory>div strong.link {
  color: #1e6bcd;
  text-decoration: underline
}

.activeQuotes>a:hover strong,
.activeQuotes>div:hover strong,
.orderHistory>a:hover strong,
.orderHistory>div:hover strong {
  color: #000
}

.activeQuotes>a:hover strong.link,
.activeQuotes>div:hover strong.link,
.orderHistory>a:hover strong.link,
.orderHistory>div:hover strong.link {
  color: #fc6644
}

.orderHistory>a strong,
.orderHistory>div strong {
  font-size: 14px
}

.orderHistory>a strong .icon,
.orderHistory>div strong .icon {
  font-size: 24px
}

.filesMenu {
  display: flex;
  gap: 10px;
  position: relative
}

.filesMenu .icon {
  vertical-align: text-top
}

.filesMenu .upload {
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.gridTable {
  display: grid
}

.gridTable.gridCols2 {
  grid-template-columns: repeat(2, auto)
}

.gridTable.gridCols3 {
  grid-template-columns: repeat(3, auto)
}

.gridTable.gridCols4 {
  grid-template-columns: repeat(4, auto)
}

.gridTable.gridCols5 {
  grid-template-columns: repeat(5, auto)
}

.gridTable.gridCols6 {
  grid-template-columns: repeat(6, auto)
}

.gridTable.gridCols7 {
  grid-template-columns: repeat(7, auto)
}

.gridTable.gridCols8 {
  grid-template-columns: repeat(8, auto)
}

.gridTable.gridCols9 {
  grid-template-columns: repeat(9, auto)
}

.gridTable>* {
  display: contents
}

.gridTable>* em {
  display: none
}

.gridTable>* strong {
  white-space: nowrap;
  width: auto;
  padding: 10px;
  box-sizing: border-box
}

.gridTable>* strong.break {
  white-space: normal;
  word-break: break-all
}

.gridTable>* strong:last-child {
  text-align: right
}

@media screen and (max-width: 720px) {
  .gridTable {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 20px;
    padding: 0 !important;
    background: none !important
  }

  .gridTable>* {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 10px;
    background: #fff;
    border-radius: 10px
  }

  .gridTable>* em {
    display: block;
    font-weight: bold;
    font-style: normal
  }

  .gridTable>*>* {
    padding: 5px !important;
    font-size: 14px !important;
    border: none !important;
    text-align: left !important
  }

  .gridTable>span {
    display: none
  }
}

.gridTable>a,
.gridTable>div {
  text-decoration: none
}

.gridTable>a strong,
.gridTable>div strong {
  border-top: solid 1px #f0f0f0;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  color: #575550
}

.gridTable>a strong.link,
.gridTable>div strong.link {
  color: #1e6bcd;
  text-decoration: underline
}

.gridTable>a strong .icon,
.gridTable>div strong .icon {
  font-size: 24px
}

.gridTable>a em,
.gridTable>div em {
  color: #575550
}

.gridTable>a:hover strong,
.gridTable>div:hover strong {
  color: #000
}

.gridTable>a:hover strong.link,
.gridTable>div:hover strong.link {
  color: #fc6644
}

.errorBox {
  padding: 15px;
  border: 2px solid #e52885;
  display: block;
  color: #e52885;
  border-radius: 15px;
  background: rgba(229, 40, 133, 0.05);
  font-size: 20px;
  margin-bottom: 20px
}

.successBox {
  padding: 15px;
  border: 2px solid #32a852;
  display: block;
  color: #32a852;
  border-radius: 15px;
  background: rgba(50, 168, 82, 0.05);
  font-size: 20px;
  margin-bottom: 20px
}

.fileUploadForm .btn.disabled,
.fileUploadSaltForm .btn.disabled {
  cursor: not-allowed;
  opacity: .5
}

.fileUploadForm .btn.disabled:hover,
.fileUploadSaltForm .btn.disabled:hover {
  background: #fc6644
}

.fileUploadForm .btn:hover,
.fileUploadSaltForm .btn:hover {
  background: #1e6bcd
}

.hasTooltip {
  position: relative
}

.hasTooltip .tooltip {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 3px 6px;
  visibility: hidden;
  opacity: 0;
  z-index: -1
}

.hasTooltip:hover .tooltip {
  visibility: visible;
  opacity: 1;
  z-index: 1
}

.hasTooltip.requote {
  border: 1px solid #fff
}

.hasTooltip.requote .tooltip {
  left: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 1px 3px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  border-radius: 4px 0 0 4px;
  border-right: none
}

.hasTooltip.requote:hover {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px
}

.hasTooltip.requote:hover .tooltip {
  right: 100%;
  transform: translateY(-50%) translateX(1px)
}

#reQuoteForm h4 {
  color: #000
}

#reQuoteForm span.field h4,
#reQuoteForm span.field .flex h4 {
  margin: 1.2rem 0 .8rem
}

#reQuoteForm span.field>label,
#reQuoteForm span.field .flex>label {
  position: relative;
  display: block;
  max-width: none
}

#reQuoteForm span.field>label em,
#reQuoteForm span.field .flex>label em {
  position: absolute;
  top: -2px;
  left: 6px;
  font-style: normal;
  font-size: 12px;
  padding: 0 6px;
  line-height: 3px;
  height: 3px;
  background: #f0f0f0;
  display: block
}

#reQuoteForm span.field>label input,
#reQuoteForm span.field>label select,
#reQuoteForm span.field>label textarea,
#reQuoteForm span.field .flex>label input,
#reQuoteForm span.field .flex>label select,
#reQuoteForm span.field .flex>label textarea {
  margin: 0
}

#reQuoteForm span.field>label input.error,
#reQuoteForm span.field>label select.error,
#reQuoteForm span.field>label textarea.error,
#reQuoteForm span.field .flex>label input.error,
#reQuoteForm span.field .flex>label select.error,
#reQuoteForm span.field .flex>label textarea.error {
  border-color: #e52885
}

#reQuoteForm span.field>label label.error,
#reQuoteForm span.field .flex>label label.error {
  position: absolute;
  bottom: 0;
  right: 6px;
  font-style: normal;
  font-size: 12px;
  padding: 0 6px;
  line-height: 1px;
  height: 1px;
  background: #f0f0f0;
  display: block;
  color: #e52885
}

#reQuoteForm input[type="number"]::-webkit-outer-spin-button,
#reQuoteForm input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

#reQuoteForm input[type="number"] {
  -moz-appearance: textfield
}

.ui-datepicker {
  max-width: 280px;
  transform: translateX(6px) translateY(-1px)
}

.copyLink {
  background: #575550;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  position: relative
}

.copyLink .btn {
  white-space: nowrap;
  line-height: 30px
}

.copyLink input {
  margin: 0;
  text-overflow: ellipsis
}

.copyLink div {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 10px 5px;
  color: #000;
  display: block;
  text-align: right
}

.accordian>div {
  margin-bottom: 20px
}

.accordian>div>a {
  padding: 20px;
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
  background: #fff
}

.accordian>div>a span:first-child {
  color: #575550;
  width: 100%
}

.accordian>div>a span:first-child strong {
  display: block;
  font-size: 24px;
  color: #000;
  font-weight: normal
}

.accordian>div>a .icon {
  font-size: 44px;
  margin-left: auto
}

.accordian>div>a+div {
  display: none;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px
}

.accordian>div>a+div h3 {
  margin: 2rem 0 0;
  color: #000;
  font-size: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2rem
}

.accordian>div>a+div h3:first-child {
  margin-top: 10px;
  border-top: 0;
  padding-top: 0
}

.accordian>div>a+div h3+* {
  margin-top: 10px
}

.accordian>div>a:hover,
.accordian>div>a.open {
  transform: scale(1.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.accordian>div>a.open .icon {
  transform: rotate(225deg)
}

.paperGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 20px
}

.paperGrid>* {
  background: #fff;
  padding: 10px
}

.paperGrid>* dl {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px
}

.paperGrid>* dl dd {
  margin-left: auto
}

.paperGrid>* h4 {
  color: #000;
  font-size: 18px;
  border-bottom: #575550 1px solid;
  margin-top: 0
}

.quotePage {
  margin-top: 60px
}

@media screen and (max-width: 1000px) {
  .quotePage {
    margin-top: 0;
    flex-direction: column-reverse !important
  }

  .quotePage .sidebar {
    display: flex;
    max-width: none;
    gap: 40px;
    align-items: center
  }

  .quotePage .large {
    width: 100% !important
  }
}

@media screen and (max-width: 1000px) {
  .quotePage .sidebar {
    flex-direction: column;
    gap: 0
  }
}

@media screen and (max-width: 1000px) {
  .myAccount>.flex {
    flex-direction: column
  }

  .myAccount .large {
    width: 100% !important
  }

  .myAccount .accountSidebar {
    max-width: none
  }

  .myAccount .accountSidebar ul li {
    display: inline-block;
    border: none
  }

  .myAccount .accountSidebar .box {
    margin-bottom: 0
  }
}

/* ── Add info to fix lock on order page. ───────────────────────── */
.icon {
  font-family: 'Material Symbols Outlined';
}

/* ── Price Breakdown Panel ───────────────────────── */
.breakdownBtn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 0 0 6px;
  vertical-align: middle;
  line-height: 1;
  color: #575550;
  opacity: 0.5;
}

.breakdownBtn:hover,
.breakdownBtn.active {
  opacity: 1;
  color: #1e6bcd;
}

.breakdownBtn .icon {
  font-size: 110%;
  vertical-align: middle;
}

.priceBreakdown {
  display: none;
  background: #f4f7fb;
  border-left: 3px solid #1e6bcd;
  padding: 8px 20px;
  font-size: 15px;
}

.priceBreakdown div {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  color: #575550;
}

.priceBreakdown div em {
  font-style: normal;
  opacity: 0.7;
  font-size: 13px;
}

.priceBreakdown .breakdownTotal {
  border-top: 1px solid #ccc;
  margin-top: 4px;
  padding-top: 6px;
  color: #000;
}

.priceBreakdown.open {
  display: block;
}

/* ── Checkbox icon fix ───────────────────────── */
.viewQuote .options .content label strong:first-of-type {
  position: relative;
}

.viewQuote .options .content label strong:first-of-type {
  position: relative;
  padding-left: 30px;
}

.viewQuote .options .content label:first-child strong:first-of-type {
  padding-left: 0;
}

.viewQuote .options .content label~label strong {
  font-weight: normal;
}

.viewQuote .options .content label:hover strong:first-of-type,
.viewQuote .options .content label:has(input:checked) strong:first-of-type {
  font-weight: bold;
  color: #000;
}