@charset "UTF-8";
/*
$bluegrey: #dde1e6;
$navy: #123350;
//$blue: #0082ca; 
//$blue: #0470ac; 
$blue: #01598a; 
$babyblue: #46bfea;
$pink: #ff4f8d;
$sharppink: #d6187e;
$teal: #00c9a9;
*/
/*
.bg-sand{
    background: $sand;
}

.bg-gold{
    background: $gold;
}

.bg-blue{
    background: $blue;
}

.bg-black{
    background: $black;
}

.bg-grey{
    background: $grey;
}

.bg-stone{
    background: $stone;
}

.bg-cream{
    background: $cream;
}

.bg-purple{
    background: $purple;
}
*/
.no-border {
  border: none;
}

.fullwidth {
  max-width: 100% !important;
}

.top-banner.bg-loggedout {
  background: #b9a0ee;
}

.wl-txt span.subtitle {
  margin-top: 25px;
  padding-left: 50px;
}

.wl-header .swiper .swiper-pagination {
  position: relative;
  top: auto;
  margin-bottom: 0px;
}

.container {
  max-width: 1400px;
}
.container.swiper {
  max-width: 1200px;
}
@media only screen and (max-width: 1200px) {
  .container.swiper {
    max-width: 90% !important;
  }
}

@media only screen and (max-width: 767px) {
  .wl-header .swiper .swiper-pagination {
    width: revert;
  }
}
.basket-page .saved-items .items .item {
  width: revert;
}

@media only screen and (max-width: 767px) {
  .basket-page .saved-items .items .item {
    width: revert;
  }
}
@media only screen and (max-width: 1024px) {
  .basket-page .saved-items .items .item {
    width: revert;
  }
}
table.attribs {
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  margin: 0px;
  font-size: 13px;
  width: 100%;
  min-width: 1116px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  table.attribs {
    font-size: 15px;
    width: 1600px !important;
  }
}
table.attribs .orange-blob {
  background: red;
  position: absolute;
  left: 4px;
  background: url(/images/icons/gradient-circle.png) no-repeat center;
  background-size: contain;
  display: block;
  visibility: visible;
  opacity: 100;
  z-index: 4;
  width: 16px;
  height: 16px;
  background: #f58522;
  border-radius: 8px;
  text-align: center;
}
table.attribs .blue-blob {
  background: blue;
  position: relative;
  background: url(/images/icons/gradient-circle.png) no-repeat center;
  background-size: contain;
  display: block;
  visibility: visible;
  opacity: 100;
  z-index: 4;
  width: 16px;
  height: 16px;
  background: blue;
  border-radius: 8px;
  text-align: center;
}
table.attribs thead tr th {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #025102;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-weight: normal;
  font-size: 1.1em;
  border-right: 1px solid rgba(91, 91, 91, 0.5);
}
table.attribs thead tr th:hover {
  background: #609F36;
}
table.attribs thead tr th.up::after {
  content: " ↑";
}
table.attribs thead tr th.down::after {
  content: " ↓";
}
table.attribs tbody tr:nth-of-type(2n+1) {
  background: #F7FAF2;
}
table.attribs tbody tr.header {
  background: #025102;
  color: white;
  text-align: center;
  padding: 2px 4px;
}
table.attribs tbody tr.header td:hover {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px;
  font-size: 1.1em;
  text-align: center;
  background: #609f36;
}
table.attribs tbody tr.popular {
  background-color: #609f36;
  color: #fff;
}
table.attribs tbody tr.popular a {
  color: #fff;
}
table.attribs tbody tr.popular button.wl-btn {
  color: #fff !important;
}
table.attribs tbody tr td {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px;
  font-size: 1.1em;
  text-align: center;
}
table.attribs tbody tr td span.popular {
  font-weight: 600;
  display: block;
  color: #fff;
}
table.attribs tbody tr td span.offer {
  color: #f58522;
}
table.attribs tbody tr td.image img {
  max-width: 75px;
}

.category-selector .container .cat-choices .choices .item .logo img {
  height: 120px;
  max-height: 120px;
}

div#searchProds a.item img {
  height: 100px !important;
  object-fit: contain;
}
div#searchProds a.item .search-stock-code {
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 0;
}

div#test {
  transition: filter 0.2s linear;
}

.blur {
  filter: blur(20px);
}

div.down span::after {
  content: " v";
}

div.up span:after {
  content: " ^";
}

.products .container .sort-view .filter-reveal {
  display: block;
}

.news-category:hover {
  cursor: pointer;
}

.featured-manufacturers:hover {
  cursor: pointer;
}

.validation-message {
  font-size: 14px;
  margin-top: 4px;
}

.grant-estimator-card {
  display: inherit;
  padding-top: 20px;
}
.grant-estimator-card > .row {
  padding-bottom: 20px;
}
.grant-estimator-card .grant-estimator-buttons {
  display: flex;
  justify-content: space-evenly;
}

.btn-icon {
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 0px;
  padding: 0px;
  text-align: center;
  border-radius: 10%;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.btn-icon:hover {
  background-color: #F58522;
}

.btn-wrap .item-counter .plus, .btn-wrap .item-counter .minus {
  border: none !important;
  background-image: none !important;
  padding: 0px;
}

.remove-icon {
  background: #2DA71F url(../images/icons/remove.svg) no-repeat center center;
}

.customise-icon {
  background: #2DA71F url("../images/icons/customise-white.svg") no-repeat center center;
}

.filters-wrap .filters .title {
  font-size: 0.9em;
}
.filters-wrap .filters .item .options {
  font-size: 0.9em;
  overflow: auto;
}
.filters-wrap .filters.modal-view {
  width: 300px;
}

.personal-details .form-group,
.billing-address .form-group,
.delivery-address .form-group,
.your-order .form-group {
  margin-bottom: 1rem;
}
.personal-details .form-group.read,
.billing-address .form-group.read,
.delivery-address .form-group.read,
.your-order .form-group.read {
  margin-bottom: 0.25rem;
}

.feedback-account-request h3 {
  color: #2DA71F;
  margin-bottom: 24px;
}
.feedback-account-request div {
  margin-bottom: 0;
}
.feedback-account-request div p {
  margin-bottom: 8px;
}

.my-profile h3 {
  color: #2DA71F;
}
.my-profile > div {
  margin-bottom: 2.3rem;
}
@media screen and (min-width: 576px) {
  .my-profile {
    display: flex;
  }
  .my-profile > div {
    margin-bottom: 0;
    flex: 0 0 50%;
  }
}

.sidebar-head-subtitle {
  color: #2DA71F;
}

.calculator-sidebar a:before {
  background: url(../images/icons/tiny-calc.svg) no-repeat center center;
  background-size: 16px;
}

/*.sidebar {*/
/*height: 60px;*/
/*@media only screen and (max-width: 767px) {
        position: fixed;
        top: 0;
        left: 0;
        background: $white;
        width: calc(90vw) !important;
        height: 90vh;
        z-index: 100;
        transform: translateX(-100%);
        display: flex;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        padding-top: 18px;
        padding-left: 20px;
        padding-right: 20px;
        backdrop-filter: blur(16px);
        visibility: hidden;
        -webkit-transition: transform 300ms $bezier, visibility 300ms $bezier;
        -moz-transition: transform 300ms $bezier, visibility 300ms $bezier;
        -o-transition: transform 300ms $bezier, visibility 300ms $bezier;
        transition: transform 300ms $bezier, visibility 300ms $bezier;
        overflow-y: auto;

        &.reveal {
            transform: translateX(0%);
            visibility: visible;
        }
    }
}*/
.account-summary {
  margin-bottom: 0.8rem;
}
.account-summary p:nth-child(1) {
  font-weight: 600;
}
.account-summary p:nth-child(2) {
  text-transform: capitalize;
}
.account-summary p {
  margin-bottom: 0;
}

.billing-details p {
  margin-bottom: 4px;
}
.billing-details p:nth-child(1) {
  margin-bottom: 8px;
  font-weight: 600;
}

.address-container {
  margin-bottom: 16px;
  border: 1px solid black;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}
.address-container:hover {
  cursor: pointer;
  background: #F7FAF2;
}
.address-container .address-details {
  gap: 16px;
}
.address-container .address-details .info-container p {
  margin-bottom: 4px;
}
.address-container .address-details .info-container > div:first-child p {
  margin-bottom: 8px;
  font-weight: 600;
}

.delete-btn {
  border: none;
  background: none;
  color: #F58522;
  text-decoration: underline;
}
.delete-btn:hover {
  color: #025102;
}

.make-default-address button {
  border: none;
  background: none;
  color: #F58522;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.make-default-address button:hover {
  color: #2DA71F;
}

.address-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .address-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
  }
}
@media screen and (min-width: 768px) {
  .address-list > div {
    flex: 0 0 48%;
  }
}
@media screen and (min-width: 992px) {
  .address-list > div {
    flex: 0 0 31%;
  }
}

.address-tab h3 {
  color: #2DA71F;
  margin-bottom: 16px;
}
.address-tab > div {
  margin-bottom: 2.3rem;
}
@media screen and (min-width: 576px) {
  .address-tab > div {
    margin-bottom: 0;
  }
}

/*.form-elements-container {
    & > div {
        margin-top: 16px;

    }

    @media screen and (min-width: 768px) {
        display: grid;
        grid-template-columns: 2fr 2fr;

        & > div {
            width: 100%;
                padding-right: 8px;

            &:nth-child(n+6) {
                padding-left: 8px;
                padding-right: 0;
            }
            &:nth-child(1) {
                order: 1;
            }

            &:nth-child(2) {
                order: 3;
            }

            &:nth-child(3) {
                order: 5;
            }

            &:nth-child(4) {
                order: 7;
            }

            &:nth-child(5) {
                order: 9;
            }

            &:nth-child(6) {
                order: 2;
            }

            &:nth-child(7) {
                order: 4;
            }

            &:nth-child(8) {
                order: 6;
            }

            &:nth-child(9) {
                order: 8;
            }

            &:nth-child(10) {
                order: 10;
            }

        }
    }
}*/
.personal-details-field {
  margin-top: 16px;
}
.personal-details-field input {
  height: 36px;
}

@media screen and (max-width: 767px) {
  .personal-details-container:nth-child(4) {
    margin-top: 0;
  }
}

.default-address {
  background: #F7FAF2;
}

.account-section, .my-details-section {
  background: white;
  padding: 24px;
  border-radius: 10px;
}

.billing-change-reason {
  margin-bottom: 16px;
}
.billing-change-reason label {
  margin-bottom: 4px;
  color: #2DA71F;
}
.billing-change-reason .form-control {
  height: 160px;
}

div:has(.click-link) {
  position: relative;
}

.click-link {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.my-details {
  align-items: start;
}
.my-details > div {
  margin-bottom: 16px;
  flex: 0 0 48%;
}
@media screen and (max-width: 1085px) {
  .my-details > div {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1086px) {
  .my-details > div {
    margin-bottom: 0;
  }
}
.my-details > div > div {
  margin-bottom: 16px;
}
@media screen and (min-width: 1086px) {
  .my-details > div:nth-child(1) div:last-child {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1085px) {
  .my-details > div:nth-child(2) div:last-child {
    margin-bottom: 4px;
  }
}
.my-details > div label {
  margin-bottom: 4px;
  color: #2DA71F;
}
.my-details select {
  border: 1px solid #2DA71F;
  border-radius: 0;
  line-height: 25px;
}
@media screen and (min-width: 1086px) {
  .my-details {
    display: flex;
    justify-content: space-between;
  }
}

.billing-details-screen {
  margin: 32px 0;
  align-items: center;
}
.billing-details-screen label {
  margin-bottom: 4px;
  color: #2DA71F;
}
.billing-details-screen .form-group {
  flex: 0 0 48%;
  margin-bottom: 8px;
}
.billing-details-screen select {
  border: 1px solid #2DA71F;
  border-radius: 0;
  line-height: 25px;
}
@media screen and (min-width: 1086px) {
  .billing-details-screen {
    display: flex;
    justify-content: space-between;
  }
}

.btn-container {
  margin-top: 24px;
  display: flex;
}
.btn-container button, .btn-container a {
  flex-basis: 100%;
}
@media screen and (min-width: 1086px) {
  .btn-container button, .btn-container a {
    flex-basis: auto;
  }
}

.filter-headers, .filter-body {
  display: flex;
  align-items: center;
  padding: 8px 0;
  gap: 8px;
}
.filter-headers h3, .filter-body h3 {
  flex: 0 0 40%;
}
.filter-headers h3:nth-child(3), .filter-body h3:nth-child(3) {
  flex: 0 0 18%;
}
.filter-headers p, .filter-headers a, .filter-body p, .filter-body a {
  margin: 0;
  flex: 0 0 40%;
}
.filter-headers button, .filter-body button {
  flex: 0 0 18%;
}
@media screen and (max-width: 575px) {
  .filter-headers h3, .filter-body h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  .filter-headers h3, .filter-body h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .filter-headers h3, .filter-body h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .filter-headers h3, .filter-body h3 {
    font-size: 24px;
  }
}

.filter-headers {
  border-bottom: 1px solid #2DA71F;
}

.filter-category-filters:focus {
  background: red;
}

.filter-body:nth-child(even) {
  border-bottom: 1px solid #2DA71F;
}
.filter-body:nth-child(odd) {
  border-bottom: 1px solid #2DA71F;
}
.filter-body:last-child {
  border: none;
}

.filter-btn {
  border: none;
}

.manage-filters-section {
  padding: 0;
}
.manage-filters-section > div:nth-child(1) {
  padding: 24px 24px 0 24px;
}
.manage-filters-section > div p:nth-child(1), .manage-filters-section > div h3:nth-child(1) {
  padding-left: 24px;
}
.manage-filters-section > div button {
  flex: 0 0 15%;
}

.confirm-btn {
  flex: 0 0 100% !important;
}

.img-link {
  color: transparent;
  position: absolute;
  padding: 20px 50px;
}
.img-link:hover {
  color: transparent;
}

.swiper-button-next {
  z-index: 1;
}

.swiper-button-prev {
  z-index: 1;
}

footer li a {
  color: #fff;
}
footer li a:hover {
  color: #2DA71F;
}

.selected-menu-item {
  color: #2DA71F !important;
  font-weight: 700 !important;
}
.selected-menu-item.wl-btn {
  color: #fff !important;
  font-weight: 500 !important;
}

.footer-contact {
  text-transform: uppercase;
  font-weight: 700;
  color: #2DA71F;
}
.footer-contact:hover {
  color: #025102;
}

div:has(.living-wage-link) {
  position: relative;
}

.living-wage-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.banner-overlay-green {
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  display: grid;
  position: relative;
  overflow: hidden;
}
.banner-overlay-green .container {
  height: 100%;
  max-height: 100%;
  display: grid;
  position: relative;
  /*
  &:before{
      content: "";
      width: 2000px;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 100%;
      bottom: 0px;
      background: #025102;
  }
  */
}
.banner-overlay-green .container .box-right {
  padding-left: 120px;
  padding-top: 170px;
  padding-right: 0px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .banner-overlay-green .container .box-right {
    padding-left: 10px;
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    padding-bottom: 40px;
  }
}
.banner-overlay-green .bg-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: -10px;
  width: 50%;
  -webkit-mask: url(../images/backgrounds/banner-side-2.svg);
  -webkit-mask-size: cover !important;
  -webkit-mask-repeat: repeat-x !important;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .banner-overlay-green .bg-image {
    -webkit-mask-position: -100px 0px;
    width: 100%;
    bottom: -330px;
  }
}
.banner-overlay-green .full-image-background {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .banner-overlay-green .full-image-background {
    bottom: inherit;
    height: 350px;
    position: relative;
    margin-bottom: -200px;
  }
}
.banner-overlay-green {
  /*.bg-custom-image {
      @media screen and (max-width: 767px)
      {
          display: none;
      }

      position: absolute;
      right: 0;
      top: 0;
      bottom: -10px;
      width: 37vw;*/
  /*-webkit-mask: url(../images/backgrounds/banner-side-2.svg);*/
  /*-webkit-mask-size: cover !important;
      -webkit-mask-repeat: repeat-x !important;
      background-size: cover;
      background-position: center left;
      z-index: 10;
      transform: scale(0.5vw);
  }*/
}

.image-custom-mobile {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.image-custom-mobile .custom-bg {
  background: #28681E;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.image-custom-mobile .custom-bg:nth-child(1) {
  /*height: 38%;*/
}
@media screen and (min-width: 768px) {
  .image-custom-mobile .custom-bg {
    display: none;
  }
}
.image-custom-mobile img {
  flex-basis: 100%;
  object-fit: cover;
  z-index: 10;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  .image-custom-mobile img {
    margin-top: 0;
    position: absolute;
    top: 26%;
    right: 0;
    object-fit: cover;
    width: 45%;
  }
}
@media screen and (min-width: 1140px) {
  .image-custom-mobile img {
    width: 513px;
  }
}
@media screen and (min-width: 1400px) {
  .image-custom-mobile img {
    width: 545px;
    top: 22%;
  }
}

.evolution-image {
  background: #fff !important;
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.evolution-image img {
  flex-basis: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .evolution-image img {
    margin-top: 0;
    position: static;
    width: 100%;
    object-fit: contain;
  }
}
@media screen and (min-width: 1028px) {
  .evolution-image img {
    object-fit: cover;
  }
}
@media screen and (min-width: 1140px) {
  .evolution-image img {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .evolution-image img {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .bg-for-custom-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: -10px;
    width: 55vw;
    background: #28681E;
    -webkit-mask: url(../images/backgrounds/banner-side-2.svg);
    -webkit-mask-size: cover !important;
    -webkit-mask-repeat: repeat-x !important;
    z-index: 5;
  }
}

.image-container {
  /*display: flex;*/
  /*justify-content: space-between;*/
}
.image-container div {
  padding: 2vw 10vw;
}
@media screen and (min-width: 576px) {
  .image-container div {
    padding: 0 0;
    align-content: center;
    flex: 0 0 28%;
  }
}
.image-container div img {
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .image-container {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .image-container {
    flex-direction: column !important;
    justify-content: space-between;
    align-items: center;
  }
  .image-container div {
    padding: 16px;
    width: 50%;
  }
}

.image-grid-container {
  display: grid;
  grid-template-columns: 2fr 2fr;
  justify-items: center;
  align-items: center;
  gap: 16px;
}
.image-grid-container div {
  text-align: center;
}
.image-grid-container div img {
  /*flex: 0 0 33%;*/
  object-fit: contain;
  width: 80%;
}
@media screen and (min-width: 576px) {
  .image-grid-container {
    grid-template-columns: 2fr 2fr 2fr 2fr;
  }
}
@media screen and (min-width: 768px) {
  .image-grid-container {
    grid-template-columns: 2fr 2fr;
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-cta-container {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .about-us-cta-container a {
    width: 100%;
  }
}

.about-us-section .subtitle, .about-us-section .about-us-cta-container {
  text-align: center;
}
.about-us-section .subtitle {
  /*text-transform: uppercase;*/
  /*font-size: 48px;*/
  /*letter-spacing: 1px;*/
}
@media screen and (max-width: 767px) {
  .about-us-section .container {
    order: 2;
    padding-top: 0 !important;
  }
  .about-us-section .bg-image-shape {
    -webkit-mask: none;
    left: 0 !important;
    top: 50px;
    order: 1 !important;
  }
}

.bg-green-corrected {
  background: #285523 !important;
}

.orders:has(.item) {
  position: relative;
  overflow-y: auto;
  height: 70vh;
  /*
  .blur-div {
      position: sticky;
      top: 0px;
      height: 30px;
      background: $white;
      z-index: 200;
      filter: blur(3px);
      opacity:0.9;
  }*/
}

.orders-container {
  max-height: 80vh;
  overflow-y: auto;
}

.my-orders {
  display: flex;
}
.my-orders h3 {
  color: #2DA71F;
  text-transform: capitalize;
  font-size: 1rem;
}
.my-orders > div {
  /*margin-bottom: 2.3rem;*/
  flex: 0 0 14.2857142857%;
}
@media screen and (min-width: 576px) {
  .my-orders {
    display: flex;
    justify-content: space-between;
  }
  .my-orders > div {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  div:has(.enquiry-btn) {
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .enquiry-btn {
    width: 100%;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

.request-info-btn, .cancel-quote-btn {
  outline: none;
  border: none;
  background: none;
  text-decoration: underline;
  color: #F58522;
}
.request-info-btn:hover, .cancel-quote-btn:hover {
  color: #2DA71F;
}
.request-info-btn, .cancel-quote-btn {
  padding: 0;
}

.order-detail p {
  margin-bottom: 8px;
}
@media screen and (min-width: 576px) {
  .order-detail div {
    display: flex;
    gap: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .order-detail div {
    margin-bottom: 16px;
  }
}

.quote-dates-container {
  display: flex;
  align-items: center;
}
.quote-dates-container p {
  flex: 0 0 50%;
}
@media screen and (min-width: 768px) {
  .quote-dates-container {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .quote-dates-container {
    display: flex;
    gap: 1rem;
  }
}

.quote-detail p {
  margin-bottom: 8px;
  flex: 0 0 50%;
}
@media screen and (min-width: 576px) {
  .quote-detail div:nth-child(1) {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .quote-detail div:nth-child(1) {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .quote-detail div:nth-child(1) {
    display: flex;
    gap: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .quote-detail div:nth-child(1) {
    margin-bottom: 16px;
  }
}
.quote-detail div:nth-child(2) p {
  font-weight: 600;
}

.modal-message {
  line-height: 1.5;
}

.modal-btn button {
  border: 0;
}

.modal-btn-container {
  text-align: center;
}

.modal-msg-btn {
  margin-bottom: 8px;
  width: 100% !important;
}
@media screen and (min-width: 992px) {
  .modal-msg-btn {
    width: 70% !important;
  }
}

@media screen and (min-width: 768px) {
  .order-details-row {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
}
.order-details-row .order-details-col {
  margin-bottom: 24px;
}
.order-details-row .order-details-col p {
  font-weight: 400;
  margin-bottom: 4px;
}
.order-details-row .order-details-col .order-information, .order-details-row .order-details-col .order-value {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #025102;
}
.order-details-row .order-details-col .order-value p:nth-child(3) {
  font-weight: 700;
}

.order-details-background {
  background: #F7FAF2;
  padding-bottom: 24px;
}

.order-info-section {
  padding: 24px;
  background: #fff;
  margin-bottom: 24px;
  border-end-start-radius: 20px;
  border-end-end-radius: 20px;
}

.order-lines-header {
  padding: 0 24px;
}

.order-lines-properties {
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.order-lines-properties div p:first-child {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}
.order-lines-properties div:nth-child(2) p:last-child {
  line-height: 1.3;
}

.order-lines-section-title {
  background: #2DA71F;
  padding: 12px 24px;
}
.order-lines-section-title .order-details-data * {
  margin: 0;
  font-weight: 600 !important;
  color: #fff;
}

.order-lines-title {
  background: #025102;
  padding: 12px 24px;
}
.order-lines-title .order-details-data * {
  margin: 0;
  font-weight: 600 !important;
  color: #fff;
}

@media screen and (max-width: 767px) {
  div:has(.back-to-orders-btn) {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 768px) {
  div:has(.back-to-orders-btn) {
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .back-to-orders-btn {
    width: 100%;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .back-to-orders-btn {
    padding-top: 16px !important;
    width: 20%;
    padding-bottom: 16px !important;
  }
}

.order-information p span {
  font-weight: 700;
}

.order-lines-container:nth-child(2) .order-lines-properties {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-lines-container:nth-child(2) .order-lines-properties .order-details-data {
  flex: 0 0 10%;
}
.order-lines-container:nth-child(2) .order-lines-properties .order-details-data:nth-child(2) {
  flex: 0 0 25%;
}
@media screen and (min-width: 992px) {
  .order-lines-container:nth-child(2) .order-lines-properties:nth-child(n) {
    border-radius: 0;
    border-bottom: 1px solid #025102;
    margin-bottom: 0;
  }
  .order-lines-container:nth-child(2) .order-lines-properties:nth-child(n) p {
    font-size: 16px;
    font-weight: 400;
  }
  .order-lines-container:nth-child(2) .order-lines-properties:nth-child(2) {
    margin-bottom: 0;
    border-radius: 24px 24px 0 0;
    border-bottom: 1px solid #025102;
  }
  .order-lines-container:nth-child(2) .order-lines-properties:nth-child(2) p {
    font-size: 16px;
  }
  .order-lines-container:nth-child(2) .order-lines-properties:last-child {
    border-end-start-radius: 24px;
    border-end-end-radius: 24px;
    border-bottom: 0px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 992px) {
  .order-details-row:has(.order-details-col) {
    justify-content: start;
  }
  .order-details-row:has(.order-details-col) .order-details-col {
    flex: 0 0 33.3333333333%;
  }
}

.quote-actions-container div:nth-child(1) {
  margin-bottom: 16px;
}
.quote-actions-container div:nth-child(2) {
  text-align: center;
}
.quote-actions-container div:nth-child(2) a {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .quote-actions-container {
    display: flex;
    justify-content: center !important;
    align-items: center;
    gap: 2rem;
  }
  .quote-actions-container div {
    flex: 0 0 25%;
    margin-bottom: 0 !important;
  }
  .quote-actions-container div a, .quote-actions-container div button {
    width: 100%;
  }
}

.cookies-table {
  border: 1px solid #025102;
  border-radius: 4px;
  margin-bottom: 24px;
  background: #F7FAF2;
  color: #063A00;
}
.cookies-table a {
  color: #2DA71F;
}

.table-title {
  border-bottom: 1px solid #025102;
  margin-bottom: 8px;
  padding: 16px;
}

.table-top-row {
  padding: 16px;
  border-bottom: 1px solid #025102;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.table-top-row div {
  flex: 0 0 25%;
}

.table-container {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.table-container .table-container-child-top {
  flex: 0 0 75%;
}
.table-container .table-column-fields {
  padding: 32px 0;
  margin: 16px 0;
}
.table-container .table-2-column-fields {
  padding: 12px 0;
  margin: 8px 0;
}
.table-container .table-2-column-fields:first-child {
  margin-top: 0;
  padding-top: 0;
}
.table-container .table-container-child-bottom {
  flex: 0 0 25%;
}
.table-container .table-column-fields {
  display: flex;
  justify-content: space-between;
}
.table-container .table-column-fields .table-column {
  flex: 0 0 33%;
}

.table-3-top-row {
  display: flex;
  justify-content: space-between;
}
.table-3-top-row div {
  flex: 0 0 30%;
}

.table-3-container {
  display: block;
}

.table-3-container-child-top {
  display: flex;
  justify-content: space-between;
}
.table-3-container-child-top .table-3-column {
  flex: 0 0 30%;
  margin-bottom: 16px;
}

.table-3-top-row {
  padding: 16px;
  border-bottom: 1px solid #025102;
  margin-bottom: 8px;
}

.table-3-container {
  padding: 16px;
}

.content-page-image {
  width: 100%;
}

.image-container:has(.content-page-image) {
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
}
.image-container:has(.content-page-image) .content-page-image {
  max-width: 500px;
}

.invalid {
  border-color: #e50000 !important;
}

.invalid-text {
  position: absolute;
  color: #F50D0D;
  font-size: 12px;
  margin-top: 4px;
}

.form-select {
  border-radius: 0;
  border: none;
  outline: none;
}
.form-select:focus {
  border: none;
  outline: none;
}

.custom-file-input {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #025102;
  border-radius: 4px;
  padding: 16px;
  gap: 12px;
  margin-bottom: 8px;
}
.custom-file-input:hover {
  /*background: $green;*/
  /*cursor: pointer;*/
}
.custom-file-input p {
  margin: 0;
}

.custom-file-hidden {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 10%;
  height: 100%;
  cursor: pointer;
}

.custom-file-label {
  padding: 10px 20px;
  background-color: #2DA71F;
  color: #fff;
  cursor: pointer;
  text-align: center;
  flex: 0 0 100%;
  order: 2;
}
@media screen and (min-width: 576px) {
  .custom-file-label {
    flex: 0 0 20%;
    order: 0;
    min-width: 160px;
  }
}

.custom-spinner {
  color: #F58522;
  display: none;
}

#upload-feedback-msg {
  display: none;
}

.form-submit-btn {
  flex: 0 0 100%;
}
@media screen and (min-width: 576px) {
  .form-submit-btn {
    flex: 0 0 25%;
    min-width: 160px !important;
  }
}

.dropHover {
  background: #f9f9f9;
}

.icon-calculator-green::before {
  content: "";
  background: url("../images/icons/calculator-green.svg") no-repeat center center !important;
  width: 16px;
  height: 18px;
  display: inline-block;
  position: relative;
  left: 2px;
  top: 1px;
}

.calculator.icon-calculator-green {
  background: none !important;
}

.custom-hidden {
  display: none;
}

.important-hidden {
  display: none !important;
}

.manual-search-address-btn-container, .find-address-btn-container, .reset-address-btn-container, .delivery-manual-search-address-btn-container, .delivery-find-address-btn-container, .delivery-reset-address-btn-container, .billing-manual-search-address-btn-container, .billing-find-address-btn-container, .billing-reset-address-btn-container {
  align-self: end;
}
.manual-search-address-btn-container a, .find-address-btn-container a, .reset-address-btn-container a, .delivery-manual-search-address-btn-container a, .delivery-find-address-btn-container a, .delivery-reset-address-btn-container a, .billing-manual-search-address-btn-container a, .billing-find-address-btn-container a, .billing-reset-address-btn-container a {
  width: 100%;
}
.manual-search-address-btn-container, .find-address-btn-container, .reset-address-btn-container, .delivery-manual-search-address-btn-container, .delivery-find-address-btn-container, .delivery-reset-address-btn-container, .billing-manual-search-address-btn-container, .billing-find-address-btn-container, .billing-reset-address-btn-container {
  min-width: 200px;
}

.similar-products {
  margin-top: 32px;
}

.related-product-img {
  background: none !important;
}

div:has(.top-categories-link) {
  position: relative;
}

.top-categories-link {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.image-in-concertina {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.image-in-concertina img {
  width: 60px;
}

/*.job-opportunity {
    transition: background 0.2s ease;
    transition: padding 0.2s ease;
    &:hover {
        background: $palegreen;
        padding: 0 12px;
        border-radius: 4px;
    }
}*/
/*h3, .title {
    user-select: none;
}*/
.news-image {
  /*background-image: url(../images/backgrounds/bg-4.jpg);*/
  display: flex;
  justify-content: center;
  align-content: center;
  max-height: 350px;
}

.product-news-links p span {
  font-weight: 600 !important;
}
.product-news-links p a {
  text-decoration: none;
}
.product-news-links p a:hover {
  cursor: pointer;
  color: #2DA71F;
}

.product-news-image img {
  width: 100%;
  max-height: 435px;
}

.products .container .products-header .logo-wrap img {
  max-height: 200px !important;
}

.sustainability .title, .people-performance .title, .health-safety .title {
  text-align: center;
}

.profile img {
  object-fit: cover;
  object-position: top;
}

/*.row.set {
    &:nth-child(2) {
        div:nth-child(3) {
            .profile img {
                object-position: 0 -33px;
            }
        }
    }

    &:nth-child(6) {
        div:nth-child(2) {
            .profile img {
                object-position: 0 -55px;
            }
        }
    }
}*/
/*.row.set {
    .col-6 {
        #becca-craven {
            img {
                object-position: 0 -55px;
            }
        }
        #jenny-foss {
            img {
                object-position: 0 -33px;
            }
        }
    }
}*/
.team-member-image {
  background-size: cover;
  background-position: center;
}

/*#Ellie-Sanderson .team-member-image {
    background-position: 0 -50px;
}

#Jenny-Foss .team-member-image {
    background-position: 0 -110px;
}

#Becca-Craven .team-member-image {
    background-position: 0 -150px;
}*/
.team-name-contact-container {
  display: flex;
  justify-content: space-between;
  /*gap: 16px;*/
  align-items: center;
}
.team-name-contact-container > p:nth-child(2) {
  margin-bottom: 10px;
}
.team-name-contact-container > p:nth-child(2) a {
  text-decoration: none;
  font-weight: 600;
}
.team-name-contact-container > p:nth-child(2) a:hover {
  color: #2DA71F;
}

.select-filter-filters {
  outline: 1px solid #2DA71F;
  margin-bottom: 16px;
}
.select-filter-filters:focus {
  outline: 1px solid #2DA71F;
  box-shadow: none;
}

.latest-offer-image {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  margin-bottom: 1rem;
}

div:has(.latest-offer-image) .info {
  margin-bottom: 1rem;
}
div:has(.latest-offer-image) .info .title {
  font-size: 20px !important;
}

div:has(.latest-offers-title) {
  /*margin-bottom: 1rem;*/
}

.latest-offers-title {
  font-size: 20px !important;
  margin-bottom: 0;
}

div:has(.best-sellers-title) {
  margin-bottom: 1rem;
}

.best-sellers-title {
  font-size: 20px !important;
  margin-bottom: 0;
}

.best-sellers-image {
  height: 220px;
  object-fit: cover;
}

.contact-details ul {
  margin-bottom: 0;
}
.contact-details small {
  font-size: 1rem;
}

.form-check-label {
  user-select: none;
}

#create-activation-password {
  display: flex;
  justify-content: center;
  margin: 48px 24px 32px 24px;
}
#create-activation-password .create-activation-password-container {
  border: 1px solid #2DA71F;
  padding: 24px;
}
#create-activation-password .create-activation-password-container h1 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #create-activation-password .create-activation-password-container h1 {
    text-align: left;
  }
}
#create-activation-password .create-activation-password-container p {
  margin-bottom: 24px;
}
#create-activation-password .create-activation-password-container .form-group {
  margin-bottom: 24px;
}
#create-activation-password .create-activation-password-container .form-group:nth-of-type(2) {
  margin-bottom: 12px;
}
#create-activation-password .create-activation-password-container .btn-container {
  display: flex;
  justify-content: center;
}
#create-activation-password .create-activation-password-container .btn-container button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #create-activation-password .create-activation-password-container .btn-container button {
    width: 20px;
  }
}

#reset-password {
  display: flex;
  justify-content: center;
  margin: 48px 24px 32px 24px;
}
#reset-password .reset-password-container {
  border: 1px solid #2DA71F;
  padding: 24px;
}
#reset-password .reset-password-container h1 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #reset-password .reset-password-container h1 {
    text-align: left;
  }
}
#reset-password .reset-password-container p {
  margin-bottom: 24px;
}
#reset-password .reset-password-container .form-group {
  margin-bottom: 24px;
}
#reset-password .reset-password-container .form-group:nth-of-type(2) {
  margin-bottom: 12px;
}
#reset-password .reset-password-container .btn-container {
  display: flex;
  justify-content: center;
}
#reset-password .reset-password-container .btn-container button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #reset-password .reset-password-container .btn-container button {
    width: 20px;
  }
}

.custom-link {
  cursor: pointer;
}

.form-select.dropdown-custom {
  border: 1px solid #2DA71F;
  height: 42px;
  margin-bottom: 16px;
}
.form-select.dropdown-custom:focus {
  /*border: none;*/
  box-shadow: 0 0 0 0;
}

.gdpr-checkbox-container {
  margin-bottom: 1rem;
}

.custom-description-width {
  width: 26% !important;
}

.accessory-image {
  max-height: 70px !important;
}

#cookieBanner {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  transition: all 1s ease-in-out;
}

#cookieBanner.hide-cookie-banner {
  transform: translateY(-200px);
}

.heart:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  nav.wl-main {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 420px) {
  nav.wl-main {
    padding-bottom: 20px;
  }
}

.meet-the-team-person-markup p:has(strong) {
  margin: 0 !important;
}

.icon-tooltip {
  max-width: 25px;
}

span:has(.icon-tooltip) {
  margin-left: 3px;
}

.location-of-manufacturer-0 {
  display: none;
}

.not-found-content h3 {
  margin-bottom: 1.2rem;
}
.not-found-content p {
  font-weight: 500;
}

@media screen and (min-width: 351px) {
  .show-on-mobile {
    display: none !important;
  }
}

.table-element-tooltip-container {
  position: relative;
}
.table-element-tooltip-container .skuname-tooltip, .table-element-tooltip-container .quoter-tooltip {
  background: white;
  position: absolute;
  left: 40px;
  top: 70px;
  border: 1px solid #025102;
  color: #025102;
  overflow: hidden;
  border-radius: 15px;
  height: auto;
  padding: 4px 10px;
  opacity: 0;
  z-index: -1;
  min-width: 400px;
  max-width: 500px;
}
.table-element-tooltip-container:hover .skuname-tooltip, .table-element-tooltip-container:hover .quoter-tooltip {
  opacity: 100;
  z-index: 99;
}
.table-element-tooltip-container:not(:hover) .skuname-tooltip, .table-element-tooltip-container:not(:hover) .quoter-tooltip {
  opacity: 0;
  z-index: -1;
}

.table-responsive {
  overflow-y: hidden;
}
.table-responsive table tbody tr:last-child:hover .skuname-tooltip, .table-responsive table tbody tr:last-child:hover .quoter-tooltip, .table-responsive table tbody tr:nth-last-child(2):hover .skuname-tooltip, .table-responsive table tbody tr:nth-last-child(2):hover .quoter-tooltip, .table-responsive table tbody tr:nth-last-child(3):hover .skuname-tooltip, .table-responsive table tbody tr:nth-last-child(3):hover .quoter-tooltip {
  top: -170px;
}
.table-responsive table tbody tr:nth-child(2):hover .skuname-tooltip, .table-responsive table tbody tr:nth-child(2):hover .quoter-tooltip {
  top: -20px;
  left: 100px;
}
.table-responsive table tbody tr:nth-child(3):hover .skuname-tooltip, .table-responsive table tbody tr:nth-child(3):hover .quoter-tooltip {
  top: -130px;
  left: 100px;
}

#opayo-payment-section {
  display: flex;
  justify-content: center;
}
#opayo-payment-section iframe {
  width: 100%;
  height: 500px;
}

.payment-spinner {
  padding: 80px;
}
.payment-spinner .spinner-border {
  width: 5rem;
  height: 5rem;
  border-width: 0.5em; /* thicker border for proportion */
  color: #F58522 !important;
}

.quoting-notes {
  border: 1px solid #025102;
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 12px;
}
.quoting-notes p {
  margin: 0;
}

.free-delivery {
  font-weight: 600;
}

/* TOAST NOTIFICATION FOR ADDING SKU TO GRANT ESTIMATOR */
.toast {
  visibility: hidden;
  min-width: 150px;
  background-color: #2DA71F;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 12px 8px;
  position: fixed;
  z-index: 1;
  top: 30px;
  right: 7%;
}
@media screen and (min-width: 768px) {
  .toast {
    right: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .toast {
    right: 5%;
  }
}
@media screen and (min-width: 1400px) {
  .toast {
    right: 10%;
  }
}

.toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
  z-index: 100;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
.product-image-wrap .resized-logo {
  max-width: 300px !important;
}

.item-counter:has(.currentQty4Digits) {
  width: 80px;
}

.currentQty4Digits {
  width: 35px !important;
}

.live-search-results {
  margin-top: 0px !important;
}

.search-products:has(#siteSearch) .wl-form .input-group {
  flex-wrap: nowrap;
}

@media screen and (min-width: 320px) {
  .utility-box {
    align-items: center;
  }
  nav.wl-main {
    padding-bottom: 77px;
  }
  .search-products:has(#siteSearch) {
    position: absolute;
    top: 43px;
    width: 85vw;
  }
  .search-products:has(#siteSearch) .wl-form .input-group #searchBox {
    height: 40px;
  }
  .search-products:has(#siteSearch) .wl-form .input-group .input-group-append {
    height: 40px;
  }
  .search-products:has(#siteSearch) .wl-form .input-group .input-group-append .search-icon {
    background-size: 20px !important;
  }
}
@media screen and (min-width: 375px) {
  .search-products:has(#siteSearch) {
    width: 88vw;
  }
}
@media screen and (min-width: 390px) {
  .search-products:has(#siteSearch) {
    width: 89vw;
  }
}
@media screen and (min-width: 576px) {
  .search-products:has(#siteSearch) {
    width: 92vw;
  }
}
@media screen and (min-width: 768px) {
  nav.wl-main {
    padding-bottom: 15px;
  }
  .search-products:has(#siteSearch) {
    position: static;
    width: 325px;
  }
  .search-products:has(#siteSearch) .wl-form .input-group #searchBox {
    height: 30px;
    width: 250px;
    border-color: rgba(0, 0, 0, 0.3) !important;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .search-products:has(#siteSearch) .wl-form .input-group .input-group-append {
    height: 30px;
  }
  .search-products:has(#siteSearch) .wl-form .input-group .input-group-append .search-icon {
    background-size: 15px !important;
  }
}
@media screen and (min-width: 991px) {
  .utility-box {
    top: -27px !important;
    align-items: center;
  }
}
@media screen and (max-width: 319px) {
  .utility-box {
    align-items: center;
  }
  nav.wl-main {
    padding-bottom: 77px;
  }
  .search-products:has(#siteSearch) {
    position: absolute;
    top: 43px;
    width: 82vw;
  }
  .search-products:has(#siteSearch) .wl-form .input-group #searchBox {
    height: 40px;
  }
  .search-products:has(#siteSearch) .wl-form .input-group .input-group-append {
    height: 40px;
  }
  .search-products:has(#siteSearch) .wl-form .input-group .input-group-append .search-icon {
    background-size: 20px !important;
  }
}
.orange-link {
  background: none;
  border: none;
  color: #F58522;
  text-decoration: underline;
}

p:has(.orange-link) {
  margin-left: 1.2rem;
}
p:has(.orange-link) span {
  visibility: hidden;
  margin-left: 0.1rem;
  color: #F58522;
}

p:has(.non-clickable) .non-clickable {
  color: #2DA71F;
  pointer-events: none;
  text-decoration: none;
}
p:has(.non-clickable) span {
  visibility: hidden;
}

p:has(.link-clicked) .link-clicked {
  color: #F58522;
  pointer-events: none;
}
p:has(.link-clicked) span {
  visibility: visible;
}

.live-search-results {
  position: absolute;
}

.item-counter {
  width: 57px !important;
}
.item-counter input {
  width: 32px !important;
}

.ge-card-title {
  font-size: 20px;
  font-weight: 600;
}

.ge-card-title.orange {
  color: #F58522;
}

.ge-card-title.green {
  color: #2DA71F;
}

.newGrantEstimatorBasket .modal-dialog, #grantEstimatorStartModal .modal-dialog {
  max-width: 500px;
}
.newGrantEstimatorBasket .modal-dialog form div input, #grantEstimatorStartModal .modal-dialog form div input {
  height: 50px;
}
.newGrantEstimatorBasket .modal-dialog form div p, #grantEstimatorStartModal .modal-dialog form div p {
  margin-bottom: 0;
  text-align: start;
}
.newGrantEstimatorBasket .modal-dialog form div button, #grantEstimatorStartModal .modal-dialog form div button {
  margin: 0 !important;
  height: 50px;
}
.newGrantEstimatorBasket .modal-dialog form div a, #grantEstimatorStartModal .modal-dialog form div a {
  margin: 0 !important;
  height: 50px;
}
.newGrantEstimatorBasket .modal-dialog form, #grantEstimatorStartModal .modal-dialog form {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
@media screen and (min-width: 576px) {
  .newGrantEstimatorBasket .modal-dialog form, #grantEstimatorStartModal .modal-dialog form {
    flex-direction: row;
    align-items: center;
  }
}

.confirmation-message {
  text-align: center;
  margin-bottom: 0;
}
.confirmation-message a {
  color: #F58522;
}
.confirmation-message a:hover {
  color: red;
}

.addr-dropdown {
  position: relative;
  width: 100%;
  user-select: none;
  font-family: "DM Sans", sans-serif;
}

.addr-dropdown-btn {
  width: 100%;
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.addr-dropdown-btn:hover,
.addr-dropdown-open .addr-dropdown-btn {
  border-color: #4a7cf6;
  box-shadow: 0 0 0 3px rgba(74, 124, 246, 0.12);
}

.addr-dropdown-btn-label {
  text-align: left;
  flex: 1;
  min-width: 0;
}

.addr-dropdown-btn-label .line1 {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.addr-dropdown-btn-label .line2 {
  display: block;
  font-size: 0.78rem;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.addr-dropdown-btn-label.placeholder .line1 {
  color: #aaa;
  font-weight: 400;
}

.addr-dropdown-chevron {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #aaa;
  transition: transform 0.2s;
}

.addr-dropdown-open .addr-dropdown-chevron {
  transform: rotate(180deg);
  color: #4a7cf6;
}

.addr-dropdown-list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  z-index: 100;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.15s, transform 0.15s;
}

.addr-dropdown-open .addr-dropdown-list {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.addr-dropdown-list-inner {
  max-height: 280px;
  overflow-y: auto;
  padding: 6px;
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
}

.addr-option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.1s;
}

.addr-option:hover {
  background: #f5f7ff;
}

.addr-option-selected {
  background: #eef2ff;
}

.addr-option-icon {
  flex-shrink: 0;
  margin-top: 2px;
  width: 28px;
  height: 28px;
  background: #eef2ff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a7cf6;
}

.addr-option--selected .addr-option-icon {
  background: #4a7cf6;
  color: #fff;
}

.addr-option-text {
  flex: 1;
  min-width: 0;
}

.addr-option-street {
  font-size: 0.88rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.3;
}

.addr-option-city {
  font-size: 0.78rem;
  color: #888;
  margin-top: 1px;
}

.addr-option-check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #4a7cf6;
  margin-top: 3px;
}

.addr-dropdown-empty {
  padding: 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  color: #aaa;
}

.basket-items-wrap .basket-grid > div span.required-accessory {
  margin-top: 0.5rem;
  color: #f38322;
  font-weight: bold;
}

.basket-items-wrap .basket-grid > div span.recommended-accessory {
  margin-top: 0.5rem;
  color: #9ec757;
  font-weight: bold;
}

/*# sourceMappingURL=override.css.map */
