/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./dev/nexustheme.scss ***!
  \**************************************************************************************************************************************/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  margin-top: var(--bs-gutter-y);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (max-width: 768px) {
  .row > * {
    width: 100%;
  }
}

.zonebottom [role=row-section] > .row,
.zonebottom [role=row-section] [role=row-wrapper] > .row,
.catalog-grid [role=row-section] > .row,
.catalog-grid [role=row-section] [role=row-wrapper] > .row,
.page-content [role=row-section] > .row,
.page-content [role=row-section] [role=row-wrapper] > .row,
.zonetop [role=row-section] > .row,
.zonetop [role=row-section] [role=row-wrapper] > .row {
  --bs-gutter-y: calc(50px / 4);
}

img {
  image-rendering: optimize-contrast;
}

.flex-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-custom--center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-custom {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-custom li {
  margin: 0;
  padding: 0;
}

.ex-loggedout .logged-out-hide,
.ex-loggedin .logged-in-hide {
  display: none !important;
}

.catalog-grid .container {
  padding: 0 15px;
}

.container .container {
  padding: 0;
  width: auto;
}

.visually-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.g-recaptcha {
  max-width: 304px;
  width: 100%;
  overflow: hidden;
}
.g-recaptcha > div {
  width: 100% !important;
}
.g-recaptcha iframe {
  width: 100% !important;
}

.var-content:empty {
  display: none;
}
.var-content:not(:empty) + .var-default {
  display: none;
}

@media (min-width: 768px) {
  .dashboard-sortable {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}
.form-group label {
  display: block;
  color: var(--theme-label-color, var(--theme-colour-darkgrey, #1c1c1c));
  font-weight: 500;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=date],
.form-group input[type=password],
.form-group textarea {
  color: var(--theme-input-color, var(--theme-colour-darkgrey, #1c1c1c));
  font-size: var(--theme-input-font-size, 16px);
  line-height: var(--theme-input-font-size, 16px);
  background-color: var(--theme-input-bg, var(--theme-colour-lightgrey, #eee));
  border: var(--theme-input-border, 1px solid var(--theme-colour-lightgrey, #eee));
  border-radius: var(--theme-input-border-radius, 16px);
  padding: var(--theme-input-padding, 12px 16px);
  outline: none;
  width: 100%;
}
.form-group input[type=text]:hover, .form-group input[type=text]:focus,
.form-group input[type=email]:hover,
.form-group input[type=email]:focus,
.form-group input[type=date]:hover,
.form-group input[type=date]:focus,
.form-group input[type=password]:hover,
.form-group input[type=password]:focus,
.form-group textarea:hover,
.form-group textarea:focus {
  border: var(--theme-input-hover-border, 1px solid var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
}
.form-group input[type=text]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=date]::placeholder,
.form-group input[type=password]::placeholder,
.form-group textarea::placeholder {
  color: var(--theme-input-placeholder-color, var(--theme-colour-darkgrey, #1c1c1c));
  opacity: 1;
}
.form-group select {
  color: var(--theme-input-color, var(--theme-colour-darkgrey, #1c1c1c));
  font-size: var(--theme-input-font-size, 16px);
  line-height: var(--theme-input-font-size, 16px);
  background-color: var(--theme-input-bg, var(--theme-colour-lightgrey, #eee));
  border: var(--theme-input-border, 1px solid var(--theme-colour-lightgrey, #eee));
  border-radius: var(--theme-input-border-radius, 16px);
  padding: var(--theme-input-padding, 12px 16px);
  outline: none;
  width: 100%;
}
.form-group select:hover, .form-group select:focus {
  border: var(--theme-input-hover-border, 1px solid var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
}
.form-group select::placeholder {
  color: var(--theme-input-placeholder-color, var(--theme-colour-darkgrey, #1c1c1c));
  opacity: 1;
}
.form-group select {
  padding: var(--theme-select-padding, 17px 16px);
  appearance: none;
}
.form-group:has(select) {
  position: relative;
}
.form-group:has(select)::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 78%;
  right: 20px;
  transform: translateY(-78%);
  pointer-events: none;
}
.form-group:has(.select2) {
  margin-bottom: 15px;
}
.form-group:has(.select2)::after {
  content: "";
  position: relative;
}

.text-color {
  color: var(--theme-text-col, var(--theme-colour-darkgrey, #1c1c1c)) !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: var(--theme-brand-default, var(--theme-colour-orange, #db7719)) !important;
}

.text-secondary {
  color: var(--theme-brand-secondary, var(--theme-colour-purple, #9225eb)) !important;
}

.text-tertiary {
  color: var(--theme-brand-tertiary, var(--theme-colour-darkgrey, #1c1c1c)) !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.bg-black {
  background: #000;
}

.bg-white {
  background: #fff;
}

.bg-primary {
  background: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
}

.bg-secondary {
  background: var(--theme-brand-secondary, var(--theme-colour-purple, #9225eb));
}

.bg-tertiary {
  background: var(--theme-brand-tertiary, var(--theme-colour-darkgrey, #1c1c1c));
}

.btn-custom.primary {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1em);
  line-height: var(--theme-btn-font-size, 1em);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
  border-radius: var(--theme-btn-border-radius, 8px);
  padding: var(--theme-btn-padding, 12px 24px);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.btn-custom.primary:hover, .btn-custom.primary:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-brand-secondary, var(--theme-colour-purple, #9225eb)));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-purple, #9225eb)));
}
.btn-custom.primary:focus {
  outline: none;
}
.btn-custom.primary:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn-custom.primary.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.btn-custom.primary.btn-right-icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.btn-custom.primary.action-icon {
  font-size: 0;
  line-height: 0;
}
.btn-custom.primary.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.btn-custom.primary.action-link {
  text-align: center;
}
.btn-custom.primary.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}

.btn-custom.secondary {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1em);
  line-height: var(--theme-btn-font-size, 1em);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
  border-radius: var(--theme-btn-border-radius, 8px);
  padding: var(--theme-btn-padding, 12px 24px);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.btn-custom.secondary:hover, .btn-custom.secondary:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-brand-secondary, var(--theme-colour-purple, #9225eb)));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-purple, #9225eb)));
}
.btn-custom.secondary:focus {
  outline: none;
}
.btn-custom.secondary:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn-custom.secondary.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.btn-custom.secondary.btn-right-icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.btn-custom.secondary.action-icon {
  font-size: 0;
  line-height: 0;
}
.btn-custom.secondary.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.btn-custom.secondary.action-link {
  text-align: center;
}
.btn-custom.secondary.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.btn-custom.secondary {
  color: var(--theme-btn-secondary-color, var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
  background-color: var(--theme-btn-secondary-bg, var(--theme-colour-white, #fff));
  border: var(--theme-btn-secondary-border, 1px solid var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
}
.btn-custom.secondary:hover, .btn-custom.secondary:focus-visible {
  color: var(--theme-btn-secondary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-secondary-hover-bg, var(--theme-brand-secondary, var(--theme-colour-purple, #9225eb)));
  border: var(--theme-btn-secondary-hover-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-purple, #9225eb)));
}

.btn-custom.white {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1em);
  line-height: var(--theme-btn-font-size, 1em);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
  border-radius: var(--theme-btn-border-radius, 8px);
  padding: var(--theme-btn-padding, 12px 24px);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.btn-custom.white:hover, .btn-custom.white:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-brand-secondary, var(--theme-colour-purple, #9225eb)));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-purple, #9225eb)));
}
.btn-custom.white:focus {
  outline: none;
}
.btn-custom.white:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn-custom.white.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.btn-custom.white.btn-right-icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.btn-custom.white.action-icon {
  font-size: 0;
  line-height: 0;
}
.btn-custom.white.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.btn-custom.white.action-link {
  text-align: center;
}
.btn-custom.white.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.btn-custom.white {
  color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
  background-color: #fff;
  border: #fff;
}
.btn-custom.white:hover, .btn-custom.white:focus-visible {
  color: #fff;
  background-color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
  border: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
}

.radio-group p {
  display: block;
  color: var(--theme-colour-darkgrey, #1c1c1c);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.radio-group label {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  margin-right: 60px;
  gap: 15px;
  color: var(--theme-colour-darkgrey, #1c1c1c);
  cursor: pointer;
}
.radio-group label input[type=radio] {
  display: none;
}
.radio-group label input[type=radio] + .custom-radio {
  position: relative;
  width: var(--theme-radio-width, 24px);
  height: var(--theme-radio-height, 24px);
  background-color: var(--theme-radio-bg, var(--theme-colour-lightgrey, #eee));
  border: var(--theme-radio-border, 1px solid var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
  border-radius: var(--theme-radio-border-radius, 50%);
  cursor: pointer;
}
.radio-group label input[type=radio] + .custom-radio::after {
  content: "";
  width: var(--theme-radio-checked-width, 14px);
  height: var(--theme-radio-checked-height, 14px);
  background-color: var(--theme-radio-checked-bg, var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
  border-radius: var(--theme-radio-checked-border-radius, 50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
}
.radio-group label input[type=radio]:checked + .custom-radio::after {
  opacity: 1;
}

.checkbox-group p {
  display: block;
  color: var(--theme-colour-darkgrey, #1c1c1c);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.checkbox-group input[type=checkbox] {
  appearance: none;
  width: var(--theme-checkbox-width, 24px);
  height: var(--theme-checkbox-height, 24px);
  border: var(--theme-checkbox-border, 1px solid var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
  border-radius: var(--theme-checkbox-border-radius, 4px);
  background-color: var(--theme-checkbox-bg, var(--theme-colour-lightgrey, #eee));
  cursor: pointer;
  position: relative;
  margin: 0 10px 0 0;
}
.checkbox-group input[type=checkbox]:checked {
  background-color: var(--theme-checkbox-checked-bg, var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
  border: var(--theme-checkbox-checked-border, 1px solid var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
}
.checkbox-group input[type=checkbox]:checked::after {
  content: "\f00c";
  font-family: FontAwesome;
  color: var(--theme-colour-white, #fff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checkbox-group input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(var(--theme-brand-default, var(--theme-colour-orange, #db7719)), 0.5);
}
.checkbox-group .form-group {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.checkbox-group label {
  cursor: pointer;
  color: var(--theme-colour-darkgrey, #1c1c1c);
  margin: 0 60px 0 0;
  font-weight: 400;
}

.p-default {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .p-default {
    padding-top: calc(50px / 2);
    padding-bottom: calc(50px / 2);
  }
}

.p-top-default {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .p-top-default {
    padding-top: calc(50px / 2);
  }
}

.p-bot-default {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .p-bot-default {
    padding-bottom: calc(50px / 2);
  }
}

.m-default {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .m-default {
    margin-top: calc(50px / 2);
    margin-bottom: calc(50px / 2);
  }
}

.m-top-default {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .m-top-default {
    margin-top: calc(50px / 2);
  }
}

.m-bot-default {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .m-bot-default {
    margin-bottom: calc(50px / 2);
  }
}

.p-half {
  padding-top: calc(50px / 2);
  padding-bottom: calc(50px / 2);
}
@media (max-width: 768px) {
  .p-half {
    padding-top: calc(calc(50px / 2) / 2);
    padding-bottom: calc(calc(50px / 2) / 2);
  }
}

.p-top-half {
  padding-top: calc(50px / 2);
}
@media (max-width: 768px) {
  .p-top-half {
    padding-top: calc(calc(50px / 2) / 2);
  }
}

.p-bot-half {
  padding-bottom: calc(50px / 2);
}
@media (max-width: 768px) {
  .p-bot-half {
    padding-bottom: calc(calc(50px / 2) / 2);
  }
}

.m-half {
  margin-top: calc(50px / 2);
  margin-bottom: calc(50px / 2);
}
@media (max-width: 768px) {
  .m-half {
    margin-top: calc(calc(50px / 2) / 2);
    margin-bottom: calc(calc(50px / 2) / 2);
  }
}

.m-top-half {
  margin-top: calc(50px / 2);
}
@media (max-width: 768px) {
  .m-top-half {
    margin-top: calc(calc(50px / 2) / 2);
  }
}

.m-bot-half {
  margin-bottom: calc(50px / 2);
}
@media (max-width: 768px) {
  .m-bot-half {
    margin-bottom: calc(calc(50px / 2) / 2);
  }
}

.row-align-items-start > .row,
.row-align-items-start [role=row-wrapper] > .row,
.row-align-items-center > .row,
.row-align-items-center [role=row-wrapper] > .row,
.row-align-items-end > .row,
.row-align-items-end [role=row-wrapper] > .row,
.row-align-items-stretch > .row,
.row-align-items-stretch [role=row-wrapper] > .row {
  display: flex;
  flex-wrap: wrap;
}
.zonetop .row-align-items-start > .row > * > *, .zonebottom .row-align-items-start > .row > * > *,
.zonetop .row-align-items-start [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-start [role=row-wrapper] > .row > * > *,
.zonetop .row-align-items-center > .row > * > *,
.zonebottom .row-align-items-center > .row > * > *,
.zonetop .row-align-items-center [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-center [role=row-wrapper] > .row > * > *,
.zonetop .row-align-items-end > .row > * > *,
.zonebottom .row-align-items-end > .row > * > *,
.zonetop .row-align-items-end [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-end [role=row-wrapper] > .row > * > *,
.zonetop .row-align-items-stretch > .row > * > *,
.zonebottom .row-align-items-stretch > .row > * > *,
.zonetop .row-align-items-stretch [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-stretch [role=row-wrapper] > .row > * > * {
  height: 100%;
}

.row-align-items-start > .row,
.row-align-items-start [role=row-wrapper] > .row {
  align-items: flex-start;
}

.row-align-items-center > .row,
.row-align-items-center [role=row-wrapper] > .row {
  align-items: center;
}

.row-align-items-end > .row,
.row-align-items-end [role=row-wrapper] > .row {
  align-items: flex-end;
}

.row-align-items-stretch > .row,
.row-align-items-stretch [role=row-wrapper] > .row {
  align-items: stretch;
}

.r-gx-0 > .row,
.r-gx-0 [role=row-wrapper] > .row {
  --bs-gutter-x: 0 !important;
}

.r-gy-0 > .row,
.r-gy-0 [role=row-wrapper] > .row {
  --bs-gutter-y: 0 !important;
}

.bg-parallax {
  background-attachment: fixed;
}
.bg-parallax::before {
  background-attachment: fixed;
}

[class*=bg-img] {
  position: relative;
}
[class*=bg-img]::before {
  content: "";
  z-index: -1;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-img1::before {
  background-image: url("https://picsum.photos/1920");
}

[class*=bg-blurred] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
[class*=bg-blurred]::before {
  filter: blur(5px);
  transform: scale(1.05);
}
[class*=bg-blurred]::after {
  content: "";
  opacity: 0.8;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-blurred2::after {
  background-color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
}

@media only screen and (max-width: 991px) {
  .flex-col-sm {
    flex-direction: column;
  }
  .flex-col-sm > div {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .flex-col-xs {
    flex-direction: column;
  }
  .flex-col-xs > div {
    width: 100%;
  }
  .p-top-default {
    padding-top: calc(50px / 2);
  }
  .p-bot-default {
    padding-bottom: calc(50px / 2);
  }
  .m-top-default {
    margin-top: calc(50px / 2);
  }
  .m-bot-default {
    margin-bottom: calc(50px / 2);
  }
}
.text-green {
  color: #124e28;
}

.text-red {
  color: #c34244;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* stylelint-disable no-duplicate-selectors */
.header-full {
  padding-top: 12px;
  padding-bottom: 12px;
}
.header-full .vertical-align {
  justify-content: space-between;
}
.header-full .vertical-align::before, .header-full .vertical-align::after {
  display: none;
}
.header-full .vertical-align > div {
  width: auto;
}

.minicart_container,
.search_container,
.headersection-2 {
  display: none !important;
}

.ex-loggedout .shoppingtools_container {
  display: none !important;
}

.header-full .logo:focus-visible, .header-full .logo:focus {
  outline: 2px solid var(--theme-brand-default, var(--theme-colour-orange, #db7719));
}
.header-full .logo img {
  width: 280px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
}

.ex-loggedin .header-full .logo img {
  width: 100px !important;
}

.header-full .search_container {
  flex-grow: 1;
}
.header-full .search_container section.search .search-form .form-group input:focus {
  border-color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
}
.header-full .search_container section.search .search-form button[type=submit] i::before {
  z-index: "example";
}

.toolbar .account-btn .user-icon {
  padding: 0;
}

.toolbar .cart-btn {
  margin: 0;
}
.toolbar .cart-btn > .btn {
  padding: 0;
  background: transparent;
}
.toolbar .cart-btn > .btn a {
  color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
}
.toolbar .cart-btn > .btn i {
  color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
}
.toolbar .cart-btn:hover > .btn {
  background: transparent;
}

.menu ul.catalog > li.has-submenu > a {
  letter-spacing: 0;
}
.menu ul.catalog > li:not(.hide) {
  display: inline-block !important;
}

.header-mobile {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-mobile .header-search,
.header-mobile .header-cart,
.header-mobile .header-menu {
  display: none;
}
.header-mobile .account-btn > span {
  display: none;
}
.header-mobile .account-btn i {
  padding: 0;
  font-size: 3em;
}

/* stylelint-disable max-nesting-depth */
/* stylelint-disable selector-id-pattern */
/* stylelint-disable selector-max-id */
.contact-list li {
  font-size: 0.875em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.contact-list li a {
  color: var(--theme-text-col, var(--theme-colour-darkgrey, #1c1c1c));
}
.contact-list li a:hover, .contact-list li a:focus-visible {
  text-decoration: underline !important;
}
.contact-list li::before {
  content: "";
  font-family: FontAwesome;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-list li.contact-list__email::before {
  content: "\f0e0";
}
.contact-list li.contact-list__phone::before {
  content: "\f095";
}
.contact-list li.contact-list__address::before {
  content: "\f041";
}

@media (max-width: 768px) {
  .table-responsive > .table-account-overview > tbody > tr > td,
  .table-responsive > .table-account-overview > tbody > tr > th,
  .table-responsive > .table-account-overview > tfoot > tr > td,
  .table-responsive > .table-account-overview > tfoot > tr > th,
  .table-responsive > .table-account-overview > thead > tr > td,
  .table-responsive > .table-account-overview > thead > tr > th {
    white-space: initial;
  }
}
#totalToPay .row {
  margin-bottom: 10px;
}

#remittancePaymentsModal_AccountSummary .items-list td,
#remittancePaymentsModal_AccountSummary .items-list th {
  padding-left: 10px;
  padding-right: 10px;
}

/* stylelint-disable no-duplicate-selectors */
footer.footer {
  padding: 0;
  font-size: 1em;
}
.footersection-1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footersection-1 div[role=row-wrapper] > .row {
  gap: 20px;
  display: flex;
  justify-content: space-between;
}
.footersection-1 div[role=row-wrapper] > .row > div {
  width: auto;
}
.footersection-1 div[role=row-wrapper] > .row::before, .footersection-1 div[role=row-wrapper] > .row::after {
  display: none;
}
@media (max-width: 991px) {
  .footersection-1 div[role=row-wrapper] > .row {
    flex-direction: column;
  }
}

footer.footer .dealerdetails_container .info {
  padding: 0;
}
footer.footer .dealerdetails_container .logo {
  border: 0;
  padding: 0;
  margin: 0 0 30px;
}
footer.footer .dealerdetails_container .logo img {
  max-width: 300px !important;
}
footer.footer .dealerdetails_container h2 {
  text-transform: none;
  font-weight: 600;
  font-size: 1.5em;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  footer.footer .dealerdetails_container h2 {
    text-align: left;
  }
}
@media (max-width: 768px) {
  footer.footer .dealerdetails_container li {
    border: 0;
    padding: 0;
    display: flex;
  }
}
footer.footer .dealerdetails_container a {
  color: #fff;
}
footer.footer .dealerdetails_container a:hover {
  color: var(--theme-text-col, var(--theme-colour-darkgrey, #1c1c1c));
}
footer.footer .dealerdetails_container a.btn-custom {
  color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
  border-radius: 30px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 991px) {
  footer.footer .dealerdetails_container a.btn-custom {
    min-width: 250px;
    width: fit-content;
  }
}
footer.footer .dealerdetails_container a.btn-custom:hover, footer.footer .dealerdetails_container a.btn-custom:focus {
  background-color: var(--theme-brand-secondary, var(--theme-colour-purple, #9225eb));
  color: #fff;
  text-decoration: none;
}
footer.footer .dealerdetails_container li {
  margin: 15px 0;
}

footer.footer .quicklinks .title {
  font-size: 1.25em;
  text-transform: none;
  margin: 0 0 30px;
}
footer.footer .quicklinks ul {
  font-size: 1em;
}
footer.footer .quicklinks ul li {
  margin: 0 0 22px;
}
footer.footer .quicklinks ul li:last-child {
  margin: 0;
}
footer.footer .quicklinks ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.footer .quicklinks ul li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 991px) {
  footer.footer .foot-menu {
    padding-top: 0;
  }
  footer.footer .foot-menu .title {
    cursor: pointer;
    margin: 0 !important;
    background: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
    padding: 20px;
    color: #fff;
  }
  footer.footer .foot-menu .title::after {
    content: "+";
    float: right;
  }
  footer.footer .foot-menu ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out;
    padding: 0;
    margin: 0;
  }
  footer.footer .foot-menu ul li {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
  }
  footer.footer .foot-menu ul li a {
    display: block;
    margin: 10px 0;
    padding: 20px;
    border: 1px solid #fff;
    font-size: 16px;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer.footer .foot-menu.open h4::after {
    content: "-";
  }
  footer.footer .foot-menu.open ul {
    height: auto;
    max-height: 500px;
    transition: max-height 1s ease-in-out !important;
  }
}
.footersection-2 {
  background-color: #fafafa;
  margin-top: -1px;
  padding: 15px 0;
}
.footersection-2 p {
  font-size: 0.875em;
}

.ex-loggedin .footersection-2 {
  background-color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
  margin-top: -1px;
  position: relative;
}
.ex-loggedin .footersection-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 1px;
  background-color: #fff;
}
.ex-loggedin footer .container-fluid {
  max-width: 1450px;
}

.ex-loggedout footer .footersection-1,
.ex-loggedout footer .paymentmethodslogos_container {
  display: none !important;
}
.ex-loggedout footer .copyright_container {
  width: 100%;
  text-align: center;
}
.ex-loggedout footer .copyright_container p {
  color: var(--theme-text-col, var(--theme-colour-darkgrey, #1c1c1c));
}
.ex-loggedout footer .copyright_container a {
  color: var(--theme-text-col, var(--theme-colour-darkgrey, #1c1c1c));
}
.ex-loggedout footer .copyright_container a:hover {
  color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
}
.ex-loggedout footer .dealerdetails_container {
  display: none !important;
}

.accordion-tab + .accordion-tab {
  border-top: 1px solid var(--theme-text-col, var(--theme-colour-darkgrey, #1c1c1c));
  padding-top: 20px;
  margin-top: 25px;
}
.accordion-tab[data-title=""] {
  display: none;
  visibility: hidden;
}
.accordion-title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  transition: color 0.35s, margin-bottom 0.35s;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.accordion-title::after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  top: calc(50% - 6px);
  font-size: 12px;
  right: 10px;
}
.accordion-title.nActive, .accordion-title:hover, .accordion-title:focus {
  color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
}
.accordion-title.nActive {
  margin-bottom: 25px;
}
.accordion-title.nActive::after {
  content: "\f077";
}
.accordion-title.nActive + .accordion-panel {
  grid-template-rows: 1fr;
}

.accordion-panel {
  transition: grid-template-rows 0.35s;
  display: grid;
  grid-template-rows: 0fr;
}
.accordion-panel .inner {
  overflow: hidden;
}

.module-accordion.theme-dark {
  color: #fff;
}
.module-accordion.theme-dark h2,
.module-accordion.theme-dark h3,
.module-accordion.theme-dark p {
  color: #fff;
}
.module-accordion.theme-dark .accordion-tab {
  border-color: #fff;
}

.login-help-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.login-help-wrapper .help-button {
  position: relative;
}
.login-help-wrapper .help-button button {
  width: 46px;
  height: 46px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: var(--theme-brand-lighter);
  border: 0;
  transition: 0.35s;
  cursor: default;
}
.login-help-wrapper .help-button button svg path {
  stroke: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
  transition: 0.35s;
}
.login-help-wrapper .help-button__inner {
  position: absolute;
  top: calc(100% + 5px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  z-index: -1;
  display: none;
}
@media (max-width: 768px) {
  .login-help-wrapper .help-button__inner {
    left: 50%;
    transform: translateX(-50%);
  }
}
.login-help-wrapper .help-button__inner::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 23px;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
@media (max-width: 768px) {
  .login-help-wrapper .help-button__inner::before {
    left: 50%;
  }
}
.login-help-wrapper .help-button__inner::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 20px;
  width: 60px;
  display: none;
}
@media (max-width: 768px) {
  .login-help-wrapper .help-button__inner::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.login-help-wrapper .help-button:hover button, .login-help-wrapper .help-button:active button, .login-help-wrapper .help-button:focus button, .login-help-wrapper .help-button:focus-within button {
  background-color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
}
.login-help-wrapper .help-button:hover button svg path, .login-help-wrapper .help-button:active button svg path, .login-help-wrapper .help-button:focus button svg path, .login-help-wrapper .help-button:focus-within button svg path {
  stroke: var(--theme-colour-white, #fff);
}
.login-help-wrapper .help-button:hover .help-button__inner, .login-help-wrapper .help-button:active .help-button__inner, .login-help-wrapper .help-button:focus .help-button__inner, .login-help-wrapper .help-button:focus-within .help-button__inner {
  display: block;
  z-index: 1;
}
.login-help-wrapper .help-button:hover .help-button__inner::after, .login-help-wrapper .help-button:active .help-button__inner::after, .login-help-wrapper .help-button:focus .help-button__inner::after, .login-help-wrapper .help-button:focus-within .help-button__inner::after {
  display: block;
}
.login-help-wrapper .login-button button {
  min-width: 195px;
}
@media (max-width: 768px) {
  .login-help-wrapper .login-button button {
    min-width: 0;
  }
}

.homepage {
  display: flex;
  align-items: stretch;
  position: relative;
}
.homepage__text {
  width: 50%;
  min-height: 730px;
  background: var(--theme-brand-lighter);
  padding: 50px clamp(30px, 10vw, 110px) 50px clamp(30px, 12vw, 300px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .homepage__text {
    width: 100%;
    min-height: 0;
  }
}
.homepage__text h1 {
  font-size: 2.5rem;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .homepage__text h1 {
    font-size: 2rem;
    margin: 0 0 20px;
  }
}
.homepage__text p {
  font-size: 1.125em;
  color: #939598;
  line-height: 1.5;
  max-width: 540px;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .homepage__text p {
    font-size: 1em;
    margin: 0 0 20px;
  }
}
.homepage__text a,
.homepage__text button {
  min-width: 195px;
}
.homepage__image {
  flex: 1;
}
.homepage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage[data-style="Image full width"] .homepage__text {
  width: 100%;
  z-index: 1;
  background: transparent;
}
.homepage[data-style="Image full width"] .homepage__text h1 {
  color: #fff;
}
.homepage[data-style="Image full width"] .homepage__text p {
  color: #fff;
}
.homepage[data-style="Image full width"] .homepage__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.homepage[data-style="Image full width"] .homepage__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.homepage .payment-methods:not(:empty) {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .homepage .payment-methods:not(:empty) {
    margin-top: 15px;
  }
}
.homepage .payment-methods:not(:empty) .payment {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}
.homepage .payment-methods:not(:empty) img {
  max-width: 60px;
}

.account-overview-widget {
  position: relative;
  min-height: 250px;
  background: var(--theme-brand-lighter, #f8f8f8);
  border-radius: 30px;
  overflow: hidden;
  padding: 30px 40px;
  margin-bottom: 35px;
}
@media (max-width: 550px) {
  .account-overview-widget {
    padding: 20px 25px;
  }
}
.account-overview-widget--card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(161, 161, 161, 0.15);
  padding: 16px;
  flex: 1;
}
@media (max-width: 550px) {
  .account-overview-widget--card {
    flex: auto;
    width: 100%;
  }
}
.account-overview-widget--card h2 {
  color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin: 0 0 15px;
}
.account-overview-widget--card h5 {
  color: #939598;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
  margin: 0;
}
.account-overview-widget--card p {
  margin: 0;
  line-height: 22px;
}
.account-overview-widget.loaded .account-overview-widget__loader {
  display: none;
}
.account-overview-widget__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.account-overview-widget__loader::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.account-overview-widget__content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: clamp(10px, 2vw, 25px);
  flex-wrap: wrap;
}
.account-overview-widget__content .account-summary-select {
  font-size: 1.5em;
  font-weight: 600;
  background: none;
  outline: 0;
  padding: 0;
}
.account-overview-widget__content .account-summary-select option {
  font-size: 1rem;
  font-weight: 400;
}
.account-overview-widget__content .account-number {
  font-size: 0.75em;
}
.account-overview-widget .account-selection {
  margin-right: clamp(10px, 2vw, 25px);
}
@media (max-width: 1200px) {
  .account-overview-widget .account-selection {
    width: 100%;
  }
}
.account-overview-widget .account-selection__buttons {
  margin-top: 30px;
}
.account-overview-widget .account-selection__buttons .btn-custom {
  width: 100%;
  max-width: 300px;
}
.account-overview-widget .account-selection__buttons a:not(.btn-custom) {
  margin-top: 15px;
  display: block;
  text-decoration: underline;
}
.account-overview-widget .account-selection__buttons a:not(.btn-custom) i {
  font-size: 12px;
  margin-left: 15px;
}
.account-overview-widget .billing-details {
  display: flex;
  flex-direction: column;
}
.account-overview-widget .billing-details__phone {
  margin-top: 26px;
}
.account-overview-widget .account-credit {
  display: flex;
  flex-direction: column;
  flex: 0.75;
}
@media (max-width: 550px) {
  .account-overview-widget .account-credit {
    flex: auto;
  }
}
.account-overview-widget .account-credit__available {
  margin-top: 26px;
}
.account-overview-widget .account-balance {
  flex: 2;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: clamp(10px, 4vw, 60px);
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .account-overview-widget .account-balance {
    width: 100%;
    flex: auto;
  }
}
.account-overview-widget .account-balance__left {
  flex: 1;
  min-width: 140px;
}
@media (max-width: 550px) {
  .account-overview-widget .account-balance__left {
    flex: auto;
    width: 100%;
  }
}
.account-overview-widget .account-balance__right {
  flex: 2;
  display: flex;
  flex-direction: column;
}
@media (max-width: 550px) {
  .account-overview-widget .account-balance__right {
    flex: auto;
    width: 100%;
  }
}
.account-overview-widget .account-balance .table-account-overview-wrapper {
  display: none;
}
.account-overview-widget .account-balance__outstanding {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.account-overview-widget .account-balance__outstanding p {
  padding: 4px 3px;
  font-size: 0.75em;
  border-radius: 4px;
  font-weight: 600;
  line-height: 1.2;
}
.account-overview-widget .account-balance__outstanding p span {
  font-size: 9px;
  font-weight: 400;
}
.account-overview-widget .account-balance__outstanding--credits {
  background: #dff7e9;
  color: #124e28;
}
.account-overview-widget .account-balance__outstanding--finance-charges {
  background: #f8e6e5;
  color: #c34244;
}
.account-overview-widget .account-balance__totaldue {
  font-weight: 700;
  font-size: 1.25em;
}
.account-overview-widget .account-balance__totaldue h5 {
  font-size: 0.75rem;
}
.account-overview-widget .account-balance .account-balance-select-wrapper {
  margin-top: auto;
}
.account-overview-widget .account-balance .account-balance-select-wrapper h5 {
  margin-bottom: 5px;
}
.account-overview-widget .account-balance .account-balance-select-wrapper select {
  width: 100%;
  background: none;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 6px 12px;
}
.account-overview-widget .account-balance .custom-amount-wrapper .title {
  font-size: 0.75em;
}
.account-overview-widget .account-balance .custom-amount-wrapper .form-control {
  height: 30px;
}
.account-overview-widget .account-balance .custom-amount-wrapper span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-overview-widget .account-balance .make-payment {
  margin: 0;
}
.account-overview-widget .account-balance .make-payment .btn-custom {
  width: 100%;
  margin-top: 10px;
}
.account-overview-widget .account-balance .select-invoices {
  padding: 0;
  margin-top: 10px;
}
.account-overview-widget .account-balance .select-invoices a {
  width: 100%;
}
.account-overview-widget .highlighted-currency {
  font-size: 1.25em;
}

.ex-invoices .account-overview-widget .account-balance__right > :not(.account-balance__totaldue),
.ex-statements .account-overview-widget .account-balance__right > :not(.account-balance__totaldue) {
  display: none !important;
}

.myaccount table {
  color: var(--theme-text-col, var(--theme-colour-darkgrey, #1c1c1c));
}
.myaccount .section-title {
  color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
  font-weight: 700;
  margin-bottom: 10px;
}
.myaccount .myaccount-title {
  font-size: 1em;
}
.myaccount .myaccount-title .nav-title {
  box-shadow: none;
  gap: 24px;
}
.myaccount .myaccount-title .nav-title::before, .myaccount .myaccount-title .nav-title::after {
  display: none;
}
.myaccount .myaccount-title .nav-title li a {
  border: 1px solid var(--theme-colour-lightgrey, #eee) !important;
  border-radius: 8px;
  padding: 18px 24px;
  font-weight: 600;
}
.myaccount .myaccount-title .nav-title li.active a {
  background-color: transparent;
  border: 0 !important;
  border-bottom: 2px solid var(--theme-brand-default, var(--theme-colour-orange, #db7719)) !important;
  border-radius: 0;
  color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
}
.myaccount .myaccount-title .breadcrumb {
  font-size: 0.75em;
}
.myaccount .myaccount-title .breadcrumb > li + li::before {
  content: ">";
  color: var(--theme-text-col, var(--theme-colour-darkgrey, #1c1c1c));
}
.myaccount .myaccount-title .breadcrumb > li a {
  color: var(--theme-text-col, var(--theme-colour-darkgrey, #1c1c1c));
}
.myaccount .myaccount-title .breadcrumb > li a:hover, .myaccount .myaccount-title .breadcrumb > li a:focus, .myaccount .myaccount-title .breadcrumb > li a:active {
  color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
}
.myaccount .account-summary-select {
  width: 100%;
  background: none;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 6px 12px;
  outline: 0;
}
.myaccount .account-summary-table {
  padding: 20px 40px;
  border: 1px solid #eee;
  border-radius: 30px;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .myaccount .account-summary-table {
    padding: 20px 16px;
  }
}
.myaccount .account-summary-table .panel-default {
  background: var(--theme-brand-lighter, #f8f8f8);
}
.myaccount .account-summary-table .panel-default > .panel-heading {
  background: none;
  font-size: 0.875em;
  border: 0;
}
.myaccount .account-summary-table .table-account-overview-border {
  border-color: var(--theme-brand-lighter, #f8f8f8);
  border-left-width: 16px;
  border-right-width: 16px;
}
.myaccount .account-summary-table tbody {
  font-size: 0.925em;
}
.myaccount .account-summary-table tr {
  background: #fff;
}
.myaccount .account-summary-table tr.table-account-overview-empty-row {
  background-color: var(--theme-brand-lighter, #f8f8f8);
}
.myaccount .account-summary-table tr.table-account-overview-empty-row td {
  padding: 5px !important;
}
.myaccount .account-summary-table tr td {
  padding: 15px 25px !important;
}
.myaccount .account-balance-select-wrapper {
  background: #fff;
  margin: 0 16px;
}
.myaccount .account-balance-select-wrapper span {
  color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
  font-weight: 700;
  margin-bottom: 10px;
}
.myaccount .account-balance-select {
  width: 100%;
  background: none;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 6px 12px;
  outline: 0;
  font-size: 0.925em;
}
.myaccount .account-overview-payments {
  display: none;
}
.myaccount .make-paymment a {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1em);
  line-height: var(--theme-btn-font-size, 1em);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
  border-radius: var(--theme-btn-border-radius, 8px);
  padding: var(--theme-btn-padding, 12px 24px);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.myaccount .make-paymment a:hover, .myaccount .make-paymment a:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-brand-secondary, var(--theme-colour-purple, #9225eb)));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-purple, #9225eb)));
}
.myaccount .make-paymment a:focus {
  outline: none;
}
.myaccount .make-paymment a:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.myaccount .make-paymment a.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.myaccount .make-paymment a.btn-right-icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.myaccount .make-paymment a.action-icon {
  font-size: 0;
  line-height: 0;
}
.myaccount .make-paymment a.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.myaccount .make-paymment a.action-link {
  text-align: center;
}
.myaccount .make-paymment a.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.myaccount .make-paymment a {
  width: 100%;
}
.myaccount .table-account-overview-billing {
  margin: 0;
}
.myaccount .table-account-overview-billing tr {
  border-left: 16px solid var(--theme-brand-lighter, #f8f8f8);
  border-right: 16px solid var(--theme-brand-lighter, #f8f8f8);
}

/* stylelint-disable selector-id-pattern */
/* stylelint-disable selector-max-id */
.myaccount #erpGridVue {
  padding: 20px 40px;
  border: 1px solid #eee;
  border-radius: 30px;
  margin-bottom: 36px;
}
.myaccount #erpStatements thead th {
  border: 0;
}

/* stylelint-disable selector-id-pattern */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable selector-max-id */
body.has-myaccount-2 .invoice-modal .modal-dialog {
  width: 90%;
}
@media (max-width: 1200px) {
  body.has-myaccount-2 .invoice-modal .modal-dialog {
    width: calc(100% - 30px);
  }
}
body.has-myaccount-2 .invoice-modal .modal-content {
  padding: 32px clamp(15px, 3vw, 48px) !important;
}
body.has-myaccount-2 .invoice-modal .modal-header {
  position: relative;
  padding: 0 !important;
  border: 0 !important;
  min-height: 0;
}
body.has-myaccount-2 .invoice-modal .modal-header .btn-close {
  border: 0;
  background: none;
  position: absolute;
  right: 0;
  top: -20px;
  font-size: 3em;
  font-weight: 700;
  color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
  z-index: 1;
}
body.has-myaccount-2 .invoice-modal .modal-body {
  padding: 0;
}
body.has-myaccount-2 .invoice-modal .myaccount {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.has-myaccount-2 .invoice-modal .myaccount > * {
  width: 100%;
}
body.has-myaccount-2 .invoice-modal .myaccount > .row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.has-myaccount-2 .invoice-modal .myaccount > .row::before, body.has-myaccount-2 .invoice-modal .myaccount > .row::after {
  display: none;
}
body.has-myaccount-2 .invoice-modal .myaccount > .row > * {
  padding: 0;
}
body.has-myaccount-2 .invoice-modal .myaccount > .row .col-md-6 {
  width: 100%;
  margin-bottom: 15px;
}
body.has-myaccount-2 .invoice-modal .myaccount-title {
  padding-bottom: 10px;
}
body.has-myaccount-2 .invoice-modal .myaccount-grid-title {
  margin: 0 !important;
  font-size: 1.5rem !important;
}
body.has-myaccount-2 .invoice-modal .myaccount-grid-title h2 {
  font-weight: 600;
  margin: 0;
}
body.has-myaccount-2 .invoice-modal .myaccount-grid-title h2 span {
  margin: 0;
}
body.has-myaccount-2 .invoice-modal .breadcrumb {
  display: none;
}
body.has-myaccount-2 .invoice-modal table {
  font-size: 0.935em;
}
body.has-myaccount-2 .invoice-modal table thead th {
  padding-left: 20px;
  padding-right: 20px;
  border-color: var(--theme-colour-lightgrey, #eee);
  font-weight: 600;
}
body.has-myaccount-2 .invoice-modal table tbody td {
  padding: 10px 20px;
}
body.has-myaccount-2 .invoice-modal #order-top {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 10px;
}
body.has-myaccount-2 .invoice-modal #order-top .right {
  text-align: left;
  font-size: 0.75em;
}
body.has-myaccount-2 .invoice-modal #order-top .download-order {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1em);
  line-height: var(--theme-btn-font-size, 1em);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-orange, #db7719)));
  border-radius: var(--theme-btn-border-radius, 8px);
  padding: var(--theme-btn-padding, 12px 24px);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
body.has-myaccount-2 .invoice-modal #order-top .download-order:hover, body.has-myaccount-2 .invoice-modal #order-top .download-order:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-brand-secondary, var(--theme-colour-purple, #9225eb)));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-purple, #9225eb)));
}
body.has-myaccount-2 .invoice-modal #order-top .download-order:focus {
  outline: none;
}
body.has-myaccount-2 .invoice-modal #order-top .download-order:disabled {
  opacity: 0.3;
  pointer-events: none;
}
body.has-myaccount-2 .invoice-modal #order-top .download-order.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
body.has-myaccount-2 .invoice-modal #order-top .download-order.btn-right-icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
body.has-myaccount-2 .invoice-modal #order-top .download-order.action-icon {
  font-size: 0;
  line-height: 0;
}
body.has-myaccount-2 .invoice-modal #order-top .download-order.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
body.has-myaccount-2 .invoice-modal #order-top .download-order.action-link {
  text-align: center;
}
body.has-myaccount-2 .invoice-modal #order-top .download-order.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
body.has-myaccount-2 .invoice-modal #order-top .download-order i {
  margin-right: 10px;
}
body.has-myaccount-2 .invoice-modal .order-addresses,
body.has-myaccount-2 .invoice-modal #invoice-details {
  width: 49.5%;
}
@media (max-width: 991px) {
  body.has-myaccount-2 .invoice-modal .order-addresses,
  body.has-myaccount-2 .invoice-modal #invoice-details {
    width: 100%;
  }
}
body.has-myaccount-2 .invoice-modal #invoice-details,
body.has-myaccount-2 .invoice-modal .order-addresses,
body.has-myaccount-2 .invoice-modal #invoices-items,
body.has-myaccount-2 .invoice-modal #invoices-items + .row > div {
  padding: 16px;
  background: var(--theme-brand-lighter, #f8f8f8);
  border: 0;
  border-radius: 5px;
  box-shadow: none;
}
body.has-myaccount-2 .invoice-modal #invoice-details table,
body.has-myaccount-2 .invoice-modal .order-addresses table {
  background: none;
  font-size: 1em;
}
body.has-myaccount-2 .invoice-modal #invoice-details thead tr,
body.has-myaccount-2 .invoice-modal #invoice-details tbody tr,
body.has-myaccount-2 .invoice-modal .order-addresses thead tr,
body.has-myaccount-2 .invoice-modal .order-addresses tbody tr {
  display: flex;
  justify-content: space-between;
}
body.has-myaccount-2 .invoice-modal #invoice-details thead tr > *,
body.has-myaccount-2 .invoice-modal #invoice-details tbody tr > *,
body.has-myaccount-2 .invoice-modal .order-addresses thead tr > *,
body.has-myaccount-2 .invoice-modal .order-addresses tbody tr > * {
  width: 48%;
  background: #fff;
}
body.has-myaccount-2 .invoice-modal #invoice-details thead th,
body.has-myaccount-2 .invoice-modal .order-addresses thead th {
  border-radius: 8px 8px 0 0;
  border: 0;
  color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
  font-size: 1em;
  box-shadow: 0 4px 8px 0 rgba(161, 161, 161, 0.15);
  padding: 16px 16px 8px;
  font-weight: 700;
}
body.has-myaccount-2 .invoice-modal #invoice-details tbody td,
body.has-myaccount-2 .invoice-modal .order-addresses tbody td {
  border-radius: 0 0 8px 8px;
  font-size: 0.875em;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(161, 161, 161, 0.15);
  padding: 8px 16px 16px;
}
body.has-myaccount-2 .invoice-modal #invoice-details tbody td b,
body.has-myaccount-2 .invoice-modal .order-addresses tbody td b {
  font-size: 0.875em;
  color: #939598;
  font-weight: 400;
}
body.has-myaccount-2 .invoice-modal #invoice-details tbody td b ~ b,
body.has-myaccount-2 .invoice-modal .order-addresses tbody td b ~ b {
  margin-top: 20px;
}
body.has-myaccount-2 .invoice-modal #invoice-details tbody td br,
body.has-myaccount-2 .invoice-modal .order-addresses tbody td br {
  display: block !important;
}
body.has-myaccount-2 .invoice-modal .product-summary tr:last-child td {
  border-bottom: 0;
}
body.has-myaccount-2 .invoice-modal .subtotals td {
  border-bottom: 1px solid var(--theme-colour-lightgrey, #eee);
}
body.has-myaccount-2 .invoice-modal .subtotals td b {
  font-weight: 600;
}
body.has-myaccount-2 .invoice-modal .subtotals tr b {
  font-weight: 400;
}
body.has-myaccount-2 .invoice-modal .subtotals tr:last-child b {
  color: var(--theme-brand-default, var(--theme-colour-orange, #db7719));
  font-weight: 700;
}
body.has-myaccount-2 .invoice-modal .panel-default > .panel-heading {
  background: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.875em;
}
body.has-myaccount-2 .invoice-modal .panel {
  box-shadow: none;
  border: 0;
}
body.has-myaccount-2 .invoice-modal table {
  background: #fff;
  border-radius: 8px;
}

/*# sourceMappingURL=nexustheme.css.map*/