@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";
.splide__container {
  box-sizing: border-box;
  position: relative;
}

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

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

.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 {
  cursor: pointer;
  height: 2em;
  opacity: .7;
  width: 2em;
  z-index: 1;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.splide__arrow:disabled {
  opacity: .3;
}

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

.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-offset: 3px;
  outline: 3px solid #0bf;
}

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

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

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

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

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

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

.splide__slide {
  -webkit-tap-highlight-color: #0000;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@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-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@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, .splide.is-focus-in .splide__toggle:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

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

.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 {
  top: auto;
  bottom: 1em;
}

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

.splide__pagination--ttb {
  flex-direction: column;
  padding: 1em 0;
  display: flex;
  inset: 0 .5em 0 auto;
}

.ui-helper-hidden {
  display: none;
}

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

.ui-helper-reset {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  border-collapse: collapse;
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: Alpha(Opacity= 0);
  position: absolute;
  top: 0;
  left: 0;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  pointer-events: none;
  cursor: default !important;
}

.ui-icon {
  vertical-align: middle;
  text-indent: -99999px;
  background-repeat: no-repeat;
  margin-top: -.25em;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ui-widget-icon-block {
  margin-left: -8px;
  display: block;
  left: 50%;
}

.ui-widget-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  padding: .2em 0;
  position: relative;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  margin-top: -8px;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.ui-datepicker .ui-datepicker-title {
  text-align: center;
  margin: 0 2.3em;
  line-height: 1.8em;
}

.ui-datepicker .ui-datepicker-title select {
  margin: 1px 0;
  font-size: 1em;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 .4em;
  font-size: .9em;
}

.ui-datepicker th {
  text-align: center;
  border: 0;
  padding: .7em .3em;
  font-weight: bold;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: right;
  padding: .2em;
  text-decoration: none;
  display: block;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: .7em 0 0;
  padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  cursor: pointer;
  width: auto;
  margin: .5em .2em .4em;
  padding: .2em .6em .3em;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}

.ui-datepicker .ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
  display: block;
  top: .3em;
  left: .5em;
  overflow: hidden;
}

.ui-slider {
  text-align: left;
  position: relative;
}

.ui-slider .ui-slider-handle {
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
}

.ui-slider .ui-slider-range {
  z-index: 1;
  background-position: 0 0;
  border: 0;
  font-size: .7em;
  display: block;
  position: absolute;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -.6em;
  top: -.3em;
}

.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  margin-bottom: -.6em;
  margin-left: 0;
  left: -.3em;
}

.ui-slider-vertical .ui-slider-range {
  width: 100%;
  left: 0;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  color: #333;
  background: #e9e9e9;
  border: 1px solid #ddd;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  color: #454545;
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  font-weight: normal;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  color: #2b2b2b;
  background: #ededed;
  border: 1px solid #ccc;
  font-weight: normal;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  color: #fff;
  background: #007fff;
  border: 1px solid #003eff;
  font-weight: normal;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  background-color: #fff;
  border: #003eff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  color: #777620;
  background: #fffa90;
  border: 1px solid #dad55e;
}

.ui-state-checked {
  background: #fffa90;
  border: 1px solid #dad55e;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  color: #5f3f3f;
  background: #fddfdf;
  border: 1px solid #f1a899;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity= 70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity= 35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity= 35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start, .ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  opacity: .3;
  filter: Alpha(Opacity= 30);
  background: #aaa;
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*, :before, :after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  font-family: sans-serif;
  line-height: 1.15;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  color: #212529;
  text-align: left;
  background-color: #fff;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
  cursor: help;
  text-decoration-skip-ink: none;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  background-color: #0000;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

pre {
  -ms-overflow-style: scrollbar;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  vertical-align: middle;
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  margin-bottom: .5rem;
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  resize: vertical;
  overflow: auto;
}

fieldset {
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  width: 100%;
  max-width: 100%;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
  margin-bottom: .5rem;
  padding: 0;
  display: block;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  border: 0;
  border-top: 1px solid #0000001a;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

small, .small {
  font-size: .875em;
  font-weight: 400;
}

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.initialism {
  text-transform: uppercase;
  font-size: 90%;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  color: #6c757d;
  font-size: .875em;
  display: block;
}

.blockquote-footer:before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  max-width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  padding: .25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  color: #6c757d;
  font-size: 90%;
}

code {
  color: #e83e8c;
  word-wrap: break-word;
  font-size: 87.5%;
}

a > code {
  color: inherit;
}

kbd {
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
  padding: .2rem .4rem;
  font-size: 87.5%;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  color: #212529;
  font-size: 87.5%;
  display: block;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (width >= 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (width >= 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (width >= 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

.row {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}

.row-cols-1 > * {
  max-width: 100%;
  flex: 0 0 100%;
}

.row-cols-2 > * {
  max-width: 50%;
  flex: 0 0 50%;
}

.row-cols-3 > * {
  max-width: 33.3333%;
  flex: 0 0 33.3333%;
}

.row-cols-4 > * {
  max-width: 25%;
  flex: 0 0 25%;
}

.row-cols-5 > * {
  max-width: 20%;
  flex: 0 0 20%;
}

.row-cols-6 > * {
  max-width: 16.6667%;
  flex: 0 0 16.6667%;
}

.col-auto {
  width: auto;
  max-width: 100%;
  flex: none;
}

.col-1 {
  max-width: 8.33333%;
  flex: 0 0 8.33333%;
}

.col-2 {
  max-width: 16.6667%;
  flex: 0 0 16.6667%;
}

.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

.col-4 {
  max-width: 33.3333%;
  flex: 0 0 33.3333%;
}

.col-5 {
  max-width: 41.6667%;
  flex: 0 0 41.6667%;
}

.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.col-7 {
  max-width: 58.3333%;
  flex: 0 0 58.3333%;
}

.col-8 {
  max-width: 66.6667%;
  flex: 0 0 66.6667%;
}

.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

.col-10 {
  max-width: 83.3333%;
  flex: 0 0 83.3333%;
}

.col-11 {
  max-width: 91.6667%;
  flex: 0 0 91.6667%;
}

.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

@media (width >= 576px) {
  .col-sm {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }

  .row-cols-sm-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .row-cols-sm-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .row-cols-sm-3 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .row-cols-sm-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .row-cols-sm-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .row-cols-sm-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-sm-auto {
    width: auto;
    max-width: 100%;
    flex: none;
  }

  .col-sm-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-sm-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-sm-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-sm-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-sm-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-sm-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-sm-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-sm-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.6667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .offset-sm-5 {
    margin-left: 41.6667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .offset-sm-8 {
    margin-left: 66.6667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .offset-sm-11 {
    margin-left: 91.6667%;
  }
}

@media (width >= 768px) {
  .col-md {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }

  .row-cols-md-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .row-cols-md-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .row-cols-md-3 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .row-cols-md-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .row-cols-md-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .row-cols-md-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-md-auto {
    width: auto;
    max-width: 100%;
    flex: none;
  }

  .col-md-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-md-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-md-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-md-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-md-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-md-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-md-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-md-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.6667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333%;
  }

  .offset-md-5 {
    margin-left: 41.6667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333%;
  }

  .offset-md-8 {
    margin-left: 66.6667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333%;
  }

  .offset-md-11 {
    margin-left: 91.6667%;
  }
}

@media (width >= 992px) {
  .col-lg {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }

  .row-cols-lg-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .row-cols-lg-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .row-cols-lg-3 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .row-cols-lg-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .row-cols-lg-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .row-cols-lg-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-lg-auto {
    width: auto;
    max-width: 100%;
    flex: none;
  }

  .col-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-lg-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-lg-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-lg-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-lg-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-lg-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-lg-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-lg-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.6667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .offset-lg-5 {
    margin-left: 41.6667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .offset-lg-8 {
    margin-left: 66.6667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .offset-lg-11 {
    margin-left: 91.6667%;
  }
}

@media (width >= 1200px) {
  .col-xl {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }

  .row-cols-xl-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .row-cols-xl-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .row-cols-xl-3 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .row-cols-xl-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .row-cols-xl-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }

  .row-cols-xl-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-xl-auto {
    width: auto;
    max-width: 100%;
    flex: none;
  }

  .col-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-xl-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
  }

  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .col-xl-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .col-xl-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .col-xl-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }

  .col-xl-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }

  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .col-xl-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .col-xl-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
  }

  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }
}

.table {
  width: 100%;
  color: #212529;
  margin-bottom: 1rem;
}

.table th, .table td {
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  padding: .75rem;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th, .table-sm td {
  padding: .3rem;
}

.table-bordered, .table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #0000000d;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: #00000013;
}

.table-primary, .table-primary > th, .table-primary > td {
  background-color: #b8daff;
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > th, .table-success > td {
  background-color: #c3e6cb;
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > th, .table-info > td {
  background-color: #bee5eb;
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > th, .table-warning > td {
  background-color: #ffeeba;
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe;
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > th, .table-active > td, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: #00000013;
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff0d;
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: #ffffff13;
}

@media (width <= 575.98px) {
  .table-responsive-sm {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (width <= 767.98px) {
  .table-responsive-md {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (width <= 991.98px) {
  .table-responsive-lg {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (width <= 1199.98px) {
  .table-responsive-xl {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: auto;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control, #stloc_selector_cysel, #stloc_state_sel, #suburb_sl, ._itmspec_opt, .n-wrapper-form-control select {
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .form-control, #stloc_selector_cysel, #stloc_state_sel, #suburb_sl, ._itmspec_opt, .n-wrapper-form-control select {
    transition: none;
  }
}

.form-control::-ms-expand, #stloc_selector_cysel::-ms-expand, #stloc_state_sel::-ms-expand, #suburb_sl::-ms-expand, ._itmspec_opt::-ms-expand, .n-wrapper-form-control select::-ms-expand {
  background-color: #0000;
  border: 0;
}

.form-control:focus, #stloc_selector_cysel:focus, #stloc_state_sel:focus, #suburb_sl:focus, ._itmspec_opt:focus, .n-wrapper-form-control select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem #007bff40;
}

.form-control::placeholder, #stloc_selector_cysel::placeholder, #stloc_state_sel::placeholder, #suburb_sl::placeholder, ._itmspec_opt::placeholder, .n-wrapper-form-control select::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, #stloc_selector_cysel:disabled, #stloc_state_sel:disabled, #suburb_sl:disabled, ._itmspec_opt:disabled, .n-wrapper-form-control select:disabled, .form-control[readonly], [readonly]#stloc_selector_cysel, [readonly]#stloc_state_sel, [readonly]#suburb_sl, [readonly]._itmspec_opt, .n-wrapper-form-control select[readonly] {
  opacity: 1;
  background-color: #e9ecef;
}

input[type="date"].form-control, input[type="date"]#stloc_selector_cysel, input[type="date"]#stloc_state_sel, input[type="date"]#suburb_sl, input[type="date"]._itmspec_opt, input[type="time"].form-control, input[type="time"]#stloc_selector_cysel, input[type="time"]#stloc_state_sel, input[type="time"]#suburb_sl, input[type="time"]._itmspec_opt, input[type="datetime-local"].form-control, input[type="datetime-local"]#stloc_selector_cysel, input[type="datetime-local"]#stloc_state_sel, input[type="datetime-local"]#suburb_sl, input[type="datetime-local"]._itmspec_opt, input[type="month"].form-control, input[type="month"]#stloc_selector_cysel, input[type="month"]#stloc_state_sel, input[type="month"]#suburb_sl, input[type="month"]._itmspec_opt {
  appearance: none;
}

select.form-control:-moz-focusring, select#stloc_selector_cysel:-moz-focusring, select#stloc_state_sel:-moz-focusring, select#suburb_sl:-moz-focusring, select._itmspec_opt:-moz-focusring, .n-wrapper-form-control select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 #495057;
}

select.form-control:focus::-ms-value, select#stloc_selector_cysel:focus::-ms-value, select#stloc_state_sel:focus::-ms-value, select#suburb_sl:focus::-ms-value, select._itmspec_opt:focus::-ms-value, .n-wrapper-form-control select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  width: 100%;
  display: block;
}

.col-form-label {
  font-size: inherit;
  margin-bottom: 0;
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  width: 100%;
  color: #212529;
  background-color: #0000;
  border: 1px solid #0000;
  border-width: 1px 0;
  margin-bottom: 0;
  padding: .375rem 0;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  border-radius: .2rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  border-radius: .3rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size], select[size]#stloc_selector_cysel, select[size]#stloc_state_sel, select[size]#suburb_sl, select[size]._itmspec_opt, .n-wrapper-form-control select[size], select.form-control[multiple], select[multiple]#stloc_selector_cysel, select[multiple]#stloc_state_sel, select[multiple]#suburb_sl, select[multiple]._itmspec_opt, .n-wrapper-form-control select[multiple], textarea.form-control, textarea#stloc_selector_cysel, textarea#stloc_state_sel, textarea#suburb_sl, textarea._itmspec_opt {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  margin-top: .25rem;
  display: block;
}

.form-row {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.form-row > .col, .form-row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.form-check {
  padding-left: 1.25rem;
  display: block;
  position: relative;
}

.form-check-input {
  margin-top: .3rem;
  margin-left: -1.25rem;
  position: absolute;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  align-items: center;
  margin-right: .75rem;
  padding-left: 0;
  display: inline-flex;
}

.form-check-inline .form-check-input {
  margin-top: 0;
  margin-left: 0;
  margin-right: .3125rem;
  position: static;
}

.valid-feedback {
  width: 100%;
  color: #28a745;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.valid-tooltip {
  z-index: 5;
  max-width: 100%;
  color: #fff;
  background-color: #28a745e6;
  border-radius: .25rem;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated #stloc_selector_cysel:valid, .was-validated #stloc_state_sel:valid, .was-validated #suburb_sl:valid, .was-validated ._itmspec_opt:valid, .was-validated .n-wrapper-form-control select:valid, .n-wrapper-form-control .was-validated select:valid, .form-control.is-valid, .is-valid#stloc_selector_cysel, .is-valid#stloc_state_sel, .is-valid#suburb_sl, .is-valid._itmspec_opt, .n-wrapper-form-control select.is-valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem) !important;
}

.was-validated .form-control:valid:focus, .was-validated #stloc_selector_cysel:valid:focus, .was-validated #stloc_state_sel:valid:focus, .was-validated #suburb_sl:valid:focus, .was-validated ._itmspec_opt:valid:focus, .was-validated .n-wrapper-form-control select:valid:focus, .n-wrapper-form-control .was-validated select:valid:focus, .form-control.is-valid:focus, .is-valid#stloc_selector_cysel:focus, .is-valid#stloc_state_sel:focus, .is-valid#suburb_sl:focus, .is-valid._itmspec_opt:focus, .n-wrapper-form-control select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem #28a74540;
}

.was-validated select.form-control:valid, .was-validated select#stloc_selector_cysel:valid, .was-validated select#stloc_state_sel:valid, .was-validated select#suburb_sl:valid, .was-validated select._itmspec_opt:valid, .was-validated .n-wrapper-form-control select:valid, .n-wrapper-form-control .was-validated select:valid, select.form-control.is-valid, select.is-valid#stloc_selector_cysel, select.is-valid#stloc_state_sel, select.is-valid#suburb_sl, select.is-valid._itmspec_opt, .n-wrapper-form-control select.is-valid {
  background-position: right 1.5rem center;
  padding-right: 3rem !important;
}

.was-validated textarea.form-control:valid, .was-validated textarea#stloc_selector_cysel:valid, .was-validated textarea#stloc_state_sel:valid, .was-validated textarea#suburb_sl:valid, .was-validated textarea._itmspec_opt:valid, textarea.form-control.is-valid, textarea.is-valid#stloc_selector_cysel, textarea.is-valid#stloc_state_sel, textarea.is-valid#suburb_sl, textarea.is-valid._itmspec_opt {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center / 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") right 1.75rem center / calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem) !important;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem #28a74540;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label:before, .custom-control-input.is-valid ~ .custom-control-label:before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before, .custom-control-input.is-valid:checked ~ .custom-control-label:before {
  background-color: #34ce57;
  border-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before, .custom-control-input.is-valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem #28a74540;
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem #28a74540;
}

.invalid-feedback {
  width: 100%;
  color: #dc3545;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.invalid-tooltip {
  z-index: 5;
  max-width: 100%;
  color: #fff;
  background-color: #dc3545e6;
  border-radius: .25rem;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated #stloc_selector_cysel:invalid, .was-validated #stloc_state_sel:invalid, .was-validated #suburb_sl:invalid, .was-validated ._itmspec_opt:invalid, .was-validated .n-wrapper-form-control select:invalid, .n-wrapper-form-control .was-validated select:invalid, .form-control.is-invalid, .is-invalid#stloc_selector_cysel, .is-invalid#stloc_state_sel, .is-invalid#suburb_sl, .is-invalid._itmspec_opt, .n-wrapper-form-control select.is-invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem) !important;
}

.was-validated .form-control:invalid:focus, .was-validated #stloc_selector_cysel:invalid:focus, .was-validated #stloc_state_sel:invalid:focus, .was-validated #suburb_sl:invalid:focus, .was-validated ._itmspec_opt:invalid:focus, .was-validated .n-wrapper-form-control select:invalid:focus, .n-wrapper-form-control .was-validated select:invalid:focus, .form-control.is-invalid:focus, .is-invalid#stloc_selector_cysel:focus, .is-invalid#stloc_state_sel:focus, .is-invalid#suburb_sl:focus, .is-invalid._itmspec_opt:focus, .n-wrapper-form-control select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem #dc354540;
}

.was-validated select.form-control:invalid, .was-validated select#stloc_selector_cysel:invalid, .was-validated select#stloc_state_sel:invalid, .was-validated select#suburb_sl:invalid, .was-validated select._itmspec_opt:invalid, .was-validated .n-wrapper-form-control select:invalid, .n-wrapper-form-control .was-validated select:invalid, select.form-control.is-invalid, select.is-invalid#stloc_selector_cysel, select.is-invalid#stloc_state_sel, select.is-invalid#suburb_sl, select.is-invalid._itmspec_opt, .n-wrapper-form-control select.is-invalid {
  background-position: right 1.5rem center;
  padding-right: 3rem !important;
}

.was-validated textarea.form-control:invalid, .was-validated textarea#stloc_selector_cysel:invalid, .was-validated textarea#stloc_state_sel:invalid, .was-validated textarea#suburb_sl:invalid, .was-validated textarea._itmspec_opt:invalid, textarea.form-control.is-invalid, textarea.is-invalid#stloc_selector_cysel, textarea.is-invalid#stloc_state_sel, textarea.is-invalid#suburb_sl, textarea.is-invalid._itmspec_opt {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center / 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") right 1.75rem center / calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem) !important;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem #dc354540;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label:before, .custom-control-input.is-invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before, .custom-control-input.is-invalid:checked ~ .custom-control-label:before {
  background-color: #e4606d;
  border-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before, .custom-control-input.is-invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem #dc354540;
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem #dc354540;
}

.form-inline {
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.form-inline .form-check {
  width: 100%;
}

@media (width >= 576px) {
  .form-inline label {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .form-inline .form-group {
    flex-flow: wrap;
    flex: none;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .form-inline .form-control, .form-inline #stloc_selector_cysel, .form-inline #stloc_state_sel, .form-inline #suburb_sl, .form-inline ._itmspec_opt, .form-inline .n-wrapper-form-control select, .n-wrapper-form-control .form-inline select {
    width: auto;
    vertical-align: middle;
    display: inline-block;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group, .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    width: auto;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .form-inline .form-check-input {
    flex-shrink: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: .25rem;
    position: relative;
  }

  .form-inline .custom-control {
    justify-content: center;
    align-items: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #007bff40;
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 .2rem #268fff80;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #268fff80;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 .2rem #828a9180;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #828a9180;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 .2rem #48b46180;
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #48b46180;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 .2rem #3ab0c380;
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #3ab0c380;
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 .2rem #deaa0c80;
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #deaa0c80;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 .2rem #e1536180;
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #e1536180;
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 .2rem #d8d9db80;
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #d8d9db80;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 .2rem #52585d80;
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #52585d80;
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 .2rem #007bff80;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: #0000;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #007bff80;
}

.btn-outline-secondary, .btn-default {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover, .btn-default:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-default:focus, .btn-outline-secondary.focus, .focus.btn-default {
  box-shadow: 0 0 0 .2rem #6c757d80;
}

.btn-outline-secondary.disabled, .disabled.btn-default, .btn-outline-secondary:disabled, .btn-default:disabled {
  color: #6c757d;
  background-color: #0000;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .show > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus, .show > .dropdown-toggle.btn-default:focus {
  box-shadow: 0 0 0 .2rem #6c757d80;
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 .2rem #28a74580;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: #0000;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #28a74580;
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 .2rem #17a2b880;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: #0000;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #17a2b880;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 .2rem #ffc10780;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: #0000;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #ffc10780;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 .2rem #dc354580;
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: #0000;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #dc354580;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 .2rem #f8f9fa80;
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: #0000;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #f8f9fa80;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 .2rem #343a4080;
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: #0000;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #343a4080;
}

.btn-link {
  color: #007bff;
  font-weight: 400;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  border-radius: .3rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.btn-sm, .btn-group-sm > .btn {
  border-radius: .2rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-block + .btn-block {
  margin-top: .5rem;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  transition: height .35s;
  position: relative;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width .35s;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: .255em;
  display: inline-block;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  z-index: 1000;
  float: left;
  min-width: 10rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00000026;
  border-radius: .25rem;
  margin: .125rem 0 0;
  padding: .5rem 0;
  font-size: 1rem;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

@media (width >= 576px) {
  .dropdown-menu-sm-left {
    left: 0;
    right: auto;
  }

  .dropdown-menu-sm-right {
    left: auto;
    right: 0;
  }
}

@media (width >= 768px) {
  .dropdown-menu-md-left {
    left: 0;
    right: auto;
  }

  .dropdown-menu-md-right {
    left: auto;
    right: 0;
  }
}

@media (width >= 992px) {
  .dropdown-menu-lg-left {
    left: 0;
    right: auto;
  }

  .dropdown-menu-lg-right {
    left: auto;
    right: 0;
  }
}

@media (width >= 1200px) {
  .dropdown-menu-xl-left {
    left: 0;
    right: auto;
  }

  .dropdown-menu-xl-right {
    left: auto;
    right: 0;
  }
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: .125rem;
  top: auto;
  bottom: 100%;
}

.dropup .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top: 0;
  border-bottom-color: currentColor;
  margin-left: .255em;
  display: inline-block;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: .125rem;
  top: 0;
  left: 100%;
  right: auto;
}

.dropright .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: .255em;
  display: inline-block;
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-toggle:after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: .125rem;
  top: 0;
  left: auto;
  right: 100%;
}

.dropleft .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  margin-left: .255em;
  display: none;
}

.dropleft .dropdown-toggle:before {
  vertical-align: .255em;
  content: "";
  border-top: .3em solid #0000;
  border-bottom: .3em solid #0000;
  border-right: .3em solid;
  margin-right: .255em;
  display: inline-block;
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  bottom: auto;
  right: auto;
}

.dropdown-divider {
  height: 0;
  border-top: 1px solid #e9ecef;
  margin: .5rem 0;
  overflow: hidden;
}

.dropdown-item {
  width: 100%;
  clear: both;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: #0000;
  border: 0;
  padding: .25rem 1.5rem;
  font-weight: 400;
  display: block;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  background-color: #e9ecef;
  text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #007bff;
  text-decoration: none;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: #0000;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  color: #6c757d;
  white-space: nowrap;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  display: block;
}

.dropdown-item-text {
  color: #212529;
  padding: .25rem 1.5rem;
  display: block;
}

.btn-group, .btn-group-vertical {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  flex: auto;
  position: relative;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-left: .5625rem;
  padding-right: .5625rem;
}

.dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-left: .375rem;
  padding-right: .375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-left: .75rem;
  padding-right: .75rem;
}

.btn-group-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.input-group {
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  position: relative;
}

.input-group > .form-control, .input-group > #stloc_selector_cysel, .input-group > #stloc_state_sel, .input-group > #suburb_sl, .input-group > ._itmspec_opt, .n-wrapper-form-control .input-group > select, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
  width: 1%;
  min-width: 0;
  flex: auto;
  margin-bottom: 0;
  position: relative;
}

.input-group > .form-control + .form-control, .input-group > #stloc_selector_cysel + .form-control, .input-group > #stloc_state_sel + .form-control, .input-group > #suburb_sl + .form-control, .input-group > ._itmspec_opt + .form-control, .n-wrapper-form-control .input-group > select + .form-control, .input-group > .form-control + #stloc_selector_cysel, .input-group > #stloc_selector_cysel + #stloc_selector_cysel, .input-group > #stloc_state_sel + #stloc_selector_cysel, .input-group > #suburb_sl + #stloc_selector_cysel, .input-group > ._itmspec_opt + #stloc_selector_cysel, .n-wrapper-form-control .input-group > select + #stloc_selector_cysel, .input-group > .form-control + #stloc_state_sel, .input-group > #stloc_selector_cysel + #stloc_state_sel, .input-group > #stloc_state_sel + #stloc_state_sel, .input-group > #suburb_sl + #stloc_state_sel, .input-group > ._itmspec_opt + #stloc_state_sel, .n-wrapper-form-control .input-group > select + #stloc_state_sel, .input-group > .form-control + #suburb_sl, .input-group > #stloc_selector_cysel + #suburb_sl, .input-group > #stloc_state_sel + #suburb_sl, .input-group > #suburb_sl + #suburb_sl, .input-group > ._itmspec_opt + #suburb_sl, .n-wrapper-form-control .input-group > select + #suburb_sl, .input-group > .form-control + ._itmspec_opt, .input-group > #stloc_selector_cysel + ._itmspec_opt, .input-group > #stloc_state_sel + ._itmspec_opt, .input-group > #suburb_sl + ._itmspec_opt, .input-group > ._itmspec_opt + ._itmspec_opt, .n-wrapper-form-control .input-group > select + ._itmspec_opt, .n-wrapper-form-control .input-group > .form-control + select, .n-wrapper-form-control .input-group > #stloc_selector_cysel + select, .n-wrapper-form-control .input-group > #stloc_state_sel + select, .n-wrapper-form-control .input-group > #suburb_sl + select, .n-wrapper-form-control .input-group > ._itmspec_opt + select, .n-wrapper-form-control .input-group > select + select, .input-group > .form-control + .custom-select, .input-group > #stloc_selector_cysel + .custom-select, .input-group > #stloc_state_sel + .custom-select, .input-group > #suburb_sl + .custom-select, .input-group > ._itmspec_opt + .custom-select, .n-wrapper-form-control .input-group > select + .custom-select, .input-group > .form-control + .custom-file, .input-group > #stloc_selector_cysel + .custom-file, .input-group > #stloc_state_sel + .custom-file, .input-group > #suburb_sl + .custom-file, .input-group > ._itmspec_opt + .custom-file, .n-wrapper-form-control .input-group > select + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + #stloc_selector_cysel, .input-group > .form-control-plaintext + #stloc_state_sel, .input-group > .form-control-plaintext + #suburb_sl, .input-group > .form-control-plaintext + ._itmspec_opt, .n-wrapper-form-control .input-group > .form-control-plaintext + select, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + #stloc_selector_cysel, .input-group > .custom-select + #stloc_state_sel, .input-group > .custom-select + #suburb_sl, .input-group > .custom-select + ._itmspec_opt, .n-wrapper-form-control .input-group > .custom-select + select, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + #stloc_selector_cysel, .input-group > .custom-file + #stloc_state_sel, .input-group > .custom-file + #suburb_sl, .input-group > .custom-file + ._itmspec_opt, .n-wrapper-form-control .input-group > .custom-file + select, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus, .input-group > #stloc_selector_cysel:focus, .input-group > #stloc_state_sel:focus, .input-group > #suburb_sl:focus, .input-group > ._itmspec_opt:focus, .n-wrapper-form-control .input-group > select:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child), .input-group > #stloc_selector_cysel:not(:first-child), .input-group > #stloc_state_sel:not(:first-child), .input-group > #suburb_sl:not(:first-child), .input-group > ._itmspec_opt:not(:first-child), .n-wrapper-form-control .input-group > select:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  align-items: center;
  display: flex;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > #stloc_selector_cysel:not(:last-child), .input-group:not(.has-validation) > #stloc_state_sel:not(:last-child), .input-group:not(.has-validation) > #suburb_sl:not(:last-child), .input-group:not(.has-validation) > ._itmspec_opt:not(:last-child), .n-wrapper-form-control .input-group:not(.has-validation) > select:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after, .input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > #stloc_selector_cysel:nth-last-child(n+3), .input-group.has-validation > #stloc_state_sel:nth-last-child(n+3), .input-group.has-validation > #suburb_sl:nth-last-child(n+3), .input-group.has-validation > ._itmspec_opt:nth-last-child(n+3), .n-wrapper-form-control .input-group.has-validation > select:nth-last-child(n+3), .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label, .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend, .input-group-append {
  display: flex;
}

.input-group-prepend .btn, .input-group-append .btn {
  z-index: 2;
  position: relative;
}

.input-group-prepend .btn:focus, .input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  align-items: center;
  margin-bottom: 0;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > #stloc_selector_cysel:not(textarea), .input-group-lg > #stloc_state_sel:not(textarea), .input-group-lg > #suburb_sl:not(textarea), .input-group-lg > ._itmspec_opt:not(textarea), .n-wrapper-form-control .input-group-lg > select:not(textarea), .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > #stloc_selector_cysel, .input-group-lg > #stloc_state_sel, .input-group-lg > #suburb_sl, .input-group-lg > ._itmspec_opt, .n-wrapper-form-control .input-group-lg > select, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  border-radius: .3rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > #stloc_selector_cysel:not(textarea), .input-group-sm > #stloc_state_sel:not(textarea), .input-group-sm > #suburb_sl:not(textarea), .input-group-sm > ._itmspec_opt:not(textarea), .n-wrapper-form-control .input-group-sm > select:not(textarea), .input-group-sm > .custom-select {
  height: calc(1.5em + .5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > #stloc_selector_cysel, .input-group-sm > #stloc_state_sel, .input-group-sm > #suburb_sl, .input-group-sm > ._itmspec_opt, .n-wrapper-form-control .input-group-sm > select, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  border-radius: .2rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  z-index: 1;
  min-height: 1.5rem;
  print-color-adjust: exact;
  padding-left: 1.5rem;
  display: block;
  position: relative;
}

.custom-control-inline {
  margin-right: 1rem;
  display: inline-flex;
}

.custom-control-input {
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
  position: absolute;
  left: 0;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 .2rem #007bff40;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label:before, .custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}

.custom-control-label {
  vertical-align: top;
  margin-bottom: 0;
  position: relative;
}

.custom-control-label:before {
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
  display: block;
  position: absolute;
  top: .25rem;
  left: -1.5rem;
}

.custom-control-label:after {
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
  display: block;
  position: absolute;
  top: .25rem;
  left: -1.5rem;
}

.custom-checkbox .custom-control-label:before {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #007bff;
  border-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: #007bff80;
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: #007bff80;
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label:before {
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
  left: -2.25rem;
}

.custom-switch .custom-control-label:after {
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  top: calc(.25rem + 2px);
  left: calc(2px - 2.25rem);
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: #007bff80;
}

.custom-select {
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  color: #495057;
  vertical-align: middle;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center / 8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem #007bff40;
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  background-image: none;
  padding-right: .75rem;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.custom-file-input {
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  opacity: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem #007bff40;
}

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}

.custom-file-label {
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.custom-file-label:after {
  z-index: 3;
  height: calc(1.5em + .75rem);
  color: #495057;
  content: "Browse";
  border-left: inherit;
  background-color: #e9ecef;
  border-radius: 0 .25rem .25rem 0;
  padding: .375rem .75rem;
  line-height: 1.5;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #007bff40;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #007bff40;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #007bff40;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  margin-top: 0;
  margin-left: .2rem;
  margin-right: .2rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: #0000;
  cursor: pointer;
  background-color: #0000;
  border-width: .5rem;
  border-color: #0000;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
  margin-right: 15px;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label:before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before, .custom-file-label, .custom-select {
    transition: none;
  }
}

.nav {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.nav-link {
  padding: .5rem 1rem;
  display: block;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  background-color: #0000;
  border: 1px solid #0000;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  margin-bottom: -1px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: #0000;
  border-color: #0000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link, .nav-fill .nav-item {
  text-align: center;
  flex: auto;
}

.nav-justified > .nav-link, .nav-justified .nav-item {
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin-right: 1rem;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  display: inline-block;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav .dropdown-menu {
  float: none;
  position: static;
}

.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: inline-block;
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
  display: inline-block;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (width <= 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width >= 576px) {
  .navbar-expand-sm {
    flex-flow: row;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (width <= 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width >= 768px) {
  .navbar-expand-md {
    flex-flow: row;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (width <= 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width >= 992px) {
  .navbar-expand-lg {
    flex-flow: row;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (width <= 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width >= 1200px) {
  .navbar-expand-xl {
    flex-flow: row;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-left: 0;
  padding-right: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-left: .5rem;
  padding-right: .5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  flex-basis: auto;
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #000000e6;
}

.navbar-light .navbar-nav .nav-link {
  color: #00000080;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #000000b3;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: #0000004d;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #000000e6;
}

.navbar-light .navbar-toggler {
  color: #00000080;
  border-color: #0000001a;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: #00000080;
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #000000e6;
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff80;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffffbf;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: #ffffff40;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: #ffffff80;
  border-color: #ffffff1a;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: #ffffff80;
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #00000020;
  border-radius: .25rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.card > hr {
  margin-left: 0;
  margin-right: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  min-height: 1px;
  flex: auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  background-color: #00000008;
  border-bottom: 1px solid #00000020;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-footer {
  background-color: #00000008;
  border-top: 1px solid #00000020;
  padding: .75rem 1.25rem;
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  margin-right: -.625rem;
}

.card-header-pills {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

.card-img-overlay {
  border-radius: calc(.25rem - 1px);
  padding: 1.25rem;
  position: absolute;
  inset: 0;
}

.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
  flex-shrink: 0;
}

.card-img, .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (width >= 576px) {
  .card-deck {
    flex-flow: wrap;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
  }

  .card-deck .card {
    flex: 1 0;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (width >= 576px) {
  .card-group {
    flex-flow: wrap;
    display: flex;
  }

  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: .75rem;
}

@media (width >= 576px) {
  .card-columns {
    column-count: 3;
    orphans: 1;
    widows: 1;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    width: 100%;
    display: inline-block;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  background-color: #e9ecef;
  border-radius: .25rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  list-style: none;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  color: #6c757d;
  content: "/";
  padding-right: .5rem;
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  border-radius: .25rem;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.page-link {
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin-left: -1px;
  padding: .5rem .75rem;
  line-height: 1.25;
  display: block;
  position: relative;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  background-color: #e9ecef;
  border-color: #dee2e6;
  text-decoration: none;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem #007bff40;
}

.page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  margin-left: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  border-radius: 10rem;
  padding-left: .6em;
  padding-right: .6em;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #007bff80;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #6c757d80;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #28a74580;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #17a2b880;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #ffc10780;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #dc354580;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #f8f9fa80;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #343a4080;
}

.jumbotron {
  background-color: #e9ecef;
  border-radius: .3rem;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}

@media (width >= 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.alert {
  border: 1px solid #0000;
  border-radius: .25rem;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  position: relative;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  z-index: 2;
  color: inherit;
  padding: .75rem 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 1rem;
  background-color: #e9ecef;
  border-radius: .25rem;
  font-size: .75rem;
  line-height: 0;
  display: flex;
  overflow: hidden;
}

.progress-bar {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  flex-direction: column;
  justify-content: center;
  transition: width .6s;
  display: flex;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  align-items: flex-start;
  display: flex;
}

.media-body {
  flex: 1;
}

.list-group {
  border-radius: .25rem;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  background-color: #f8f9fa;
  text-decoration: none;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  background-color: #fff;
  border: 1px solid #00000020;
  padding: .75rem 1.25rem;
  display: block;
  position: relative;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: .25rem;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px;
}

@media (width >= 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (width >= 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (width >= 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (width >= 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .25rem;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  color: #000;
  text-shadow: 0 1px #fff;
  opacity: .5;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  background-color: #0000;
  border: 0;
  padding: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  opacity: 0;
  background-color: #ffffffd9;
  background-clip: padding-box;
  border: 1px solid #0000001a;
  border-radius: .25rem;
  flex-basis: 350px;
  font-size: .875rem;
  box-shadow: 0 .25rem .75rem #0000001a;
}

.toast:not(:last-child) {
  margin-bottom: .75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  opacity: 1;
  display: block;
}

.toast.hide {
  display: none;
}

.toast-header {
  color: #6c757d;
  background-color: #ffffffd9;
  background-clip: padding-box;
  border-bottom: 1px solid #0000000d;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  align-items: center;
  padding: .25rem .75rem;
  display: flex;
}

.toast-body {
  padding: .75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  z-index: 1050;
  width: 100%;
  height: 100%;
  outline: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.modal-dialog {
  width: auto;
  pointer-events: none;
  margin: .5rem;
  position: relative;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  max-height: calc(100% - 1rem);
  display: flex;
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  min-height: calc(100% - 1rem);
  align-items: center;
  display: flex;
}

.modal-dialog-centered:before {
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
  display: block;
}

.modal-dialog-centered.modal-dialog-scrollable {
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}

.modal-content {
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: .3rem;
  outline: 0;
  flex-direction: column;
  display: flex;
  position: relative;
}

.modal-backdrop {
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  flex: auto;
  padding: 1rem;
  position: relative;
}

.modal-footer {
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.modal-footer > * {
  margin: .25rem;
}

.modal-scrollbar-measure {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -9999px;
  overflow: scroll;
}

@media (width >= 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (width >= 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}

@media (width >= 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  z-index: 1070;
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  word-wrap: break-word;
  opacity: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  width: .8rem;
  height: .4rem;
  display: block;
  position: absolute;
}

.tooltip .arrow:before {
  content: "";
  border-style: solid;
  border-color: #0000;
  position: absolute;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: .4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow:before, .bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-width: .4rem .4rem 0;
  border-top-color: #000;
  top: 0;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 .4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  width: .4rem;
  height: .8rem;
  left: 0;
}

.bs-tooltip-right .arrow:before, .bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
  right: 0;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: .4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow:before, .bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
  bottom: 0;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 .4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  width: .4rem;
  height: .8rem;
  right: 0;
}

.bs-tooltip-left .arrow:before, .bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
  left: 0;
}

.tooltip-inner {
  max-width: 200px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .25rem .5rem;
}

.popover {
  z-index: 1060;
  max-width: 276px;
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: .3rem;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.popover .arrow {
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
  display: block;
  position: absolute;
}

.popover .arrow:before, .popover .arrow:after {
  content: "";
  border-style: solid;
  border-color: #0000;
  display: block;
  position: absolute;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: .5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-.5rem - 1px);
}

.bs-popover-top > .arrow:before, .bs-popover-auto[x-placement^="top"] > .arrow:before {
  border-width: .5rem .5rem 0;
  border-top-color: #00000040;
  bottom: 0;
}

.bs-popover-top > .arrow:after, .bs-popover-auto[x-placement^="top"] > .arrow:after {
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
  bottom: 1px;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: .5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
  left: calc(-.5rem - 1px);
}

.bs-popover-right > .arrow:before, .bs-popover-auto[x-placement^="right"] > .arrow:before {
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #00000040;
  left: 0;
}

.bs-popover-right > .arrow:after, .bs-popover-auto[x-placement^="right"] > .arrow:after {
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
  left: 1px;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: .5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-.5rem - 1px);
}

.bs-popover-bottom > .arrow:before, .bs-popover-auto[x-placement^="bottom"] > .arrow:before {
  border-width: 0 .5rem .5rem;
  border-bottom-color: #00000040;
  top: 0;
}

.bs-popover-bottom > .arrow:after, .bs-popover-auto[x-placement^="bottom"] > .arrow:after {
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff;
  top: 1px;
}

.bs-popover-bottom .popover-header:before, .bs-popover-auto[x-placement^="bottom"] .popover-header:before {
  width: 1rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
  margin-left: -.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: .5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
  right: calc(-.5rem - 1px);
}

.bs-popover-left > .arrow:before, .bs-popover-auto[x-placement^="left"] > .arrow:before {
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #00000040;
  right: 0;
}

.bs-popover-left > .arrow:after, .bs-popover-auto[x-placement^="left"] > .arrow:after {
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
  right: 1px;
}

.popover-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  color: #212529;
  padding: .5rem .75rem;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}

.carousel-item {
  float: left;
  width: 100%;
  backface-visibility: hidden;
  margin-right: -100%;
  transition: transform .6s ease-in-out;
  display: none;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev, .carousel-control-next {
  z-index: 1;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: opacity .15s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  opacity: .9;
  outline: 0;
  text-decoration: none;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
  display: inline-block;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  z-index: 15;
  justify-content: center;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-indicators li {
  box-sizing: content-box;
  width: 30px;
  height: 3px;
  text-indent: -999px;
  cursor: pointer;
  opacity: .5;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  flex: 0 auto;
  margin-left: 3px;
  margin-right: 3px;
  transition: opacity .6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  z-index: 10;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 20px;
  left: 15%;
  right: 15%;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid;
  border-right-color: #0000;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
  display: inline-block;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  opacity: 0;
  background-color: currentColor;
  border-radius: 50%;
  animation: .75s linear infinite spinner-grow;
  display: inline-block;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: #0000 !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: .2rem !important;
}

.rounded {
  border-radius: .25rem !important;
}

.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.rounded-lg {
  border-radius: .3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.d-none, .hidden {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (width >= 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (width >= 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (width >= 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (width >= 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.embed-responsive:before {
  content: "";
  display: block;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.8571%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center, .products-row {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start, .products-row {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (width >= 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start, .products-row {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (width >= 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (width >= 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (width >= 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (width >= 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (width >= 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (width >= 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (width >= 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  z-index: 1030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.fixed-bottom {
  z-index: 1030;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@supports (position: sticky) {
  .sticky-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}

.sr-only {
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  width: auto;
  height: auto;
  clip: auto;
  white-space: normal;
  position: static;
  overflow: visible;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem #00000013 !important;
}

.shadow {
  box-shadow: 0 .5rem 1rem #00000026 !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: .25rem !important;
}

.mt-1, .my-1 {
  margin-top: .25rem !important;
}

.mr-1, .mx-1 {
  margin-right: .25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
  margin-left: .25rem !important;
}

.m-2 {
  margin: .5rem !important;
}

.mt-2, .my-2 {
  margin-top: .5rem !important;
}

.mr-2, .mx-2 {
  margin-right: .5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
  margin-left: .5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: .25rem !important;
}

.pt-1, .py-1 {
  padding-top: .25rem !important;
}

.pr-1, .px-1 {
  padding-right: .25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
  padding-left: .25rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.pt-2, .py-2 {
  padding-top: .5rem !important;
}

.pr-2, .px-2 {
  padding-right: .5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
  padding-left: .5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -.25rem !important;
}

.m-n2 {
  margin: -.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (width >= 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: .25rem !important;
  }

  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important;
  }

  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important;
  }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important;
  }

  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important;
  }

  .m-sm-2 {
    margin: .5rem !important;
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important;
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important;
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important;
  }

  .ml-sm-2, .mx-sm-2 {
    margin-left: .5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: .25rem !important;
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important;
  }

  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important;
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important;
  }

  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important;
  }

  .p-sm-2 {
    padding: .5rem !important;
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important;
  }

  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important;
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important;
  }

  .pl-sm-2, .px-sm-2 {
    padding-left: .5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -.25rem !important;
  }

  .mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem !important;
  }

  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem !important;
  }

  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem !important;
  }

  .m-sm-n2 {
    margin: -.5rem !important;
  }

  .mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem !important;
  }

  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem !important;
  }

  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (width >= 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: .25rem !important;
  }

  .mt-md-1, .my-md-1 {
    margin-top: .25rem !important;
  }

  .mr-md-1, .mx-md-1 {
    margin-right: .25rem !important;
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important;
  }

  .ml-md-1, .mx-md-1 {
    margin-left: .25rem !important;
  }

  .m-md-2 {
    margin: .5rem !important;
  }

  .mt-md-2, .my-md-2 {
    margin-top: .5rem !important;
  }

  .mr-md-2, .mx-md-2 {
    margin-right: .5rem !important;
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important;
  }

  .ml-md-2, .mx-md-2 {
    margin-left: .5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: .25rem !important;
  }

  .pt-md-1, .py-md-1 {
    padding-top: .25rem !important;
  }

  .pr-md-1, .px-md-1 {
    padding-right: .25rem !important;
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important;
  }

  .pl-md-1, .px-md-1 {
    padding-left: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

  .pt-md-2, .py-md-2 {
    padding-top: .5rem !important;
  }

  .pr-md-2, .px-md-2 {
    padding-right: .5rem !important;
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important;
  }

  .pl-md-2, .px-md-2 {
    padding-left: .5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -.25rem !important;
  }

  .mt-md-n1, .my-md-n1 {
    margin-top: -.25rem !important;
  }

  .mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem !important;
  }

  .mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem !important;
  }

  .m-md-n2 {
    margin: -.5rem !important;
  }

  .mt-md-n2, .my-md-n2 {
    margin-top: -.5rem !important;
  }

  .mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem !important;
  }

  .mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (width >= 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: .25rem !important;
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important;
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important;
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important;
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem !important;
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important;
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important;
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important;
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: .5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: .25rem !important;
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important;
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important;
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important;
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important;
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important;
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: .5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -.25rem !important;
  }

  .mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem !important;
  }

  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem !important;
  }

  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem !important;
  }

  .m-lg-n2 {
    margin: -.5rem !important;
  }

  .mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem !important;
  }

  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem !important;
  }

  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (width >= 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: .25rem !important;
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important;
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important;
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important;
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem !important;
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important;
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important;
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important;
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: .5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: .25rem !important;
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important;
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important;
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -.25rem !important;
  }

  .mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem !important;
  }

  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem !important;
  }

  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem !important;
  }

  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem !important;
  }

  .m-xl-n2 {
    margin: -.5rem !important;
  }

  .mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem !important;
  }

  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem !important;
  }

  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem !important;
  }

  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link:after {
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: #0000;
  position: absolute;
  inset: 0;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (width >= 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (width >= 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (width >= 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (width >= 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: #00000080 !important;
}

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

.text-hide {
  font: 0 / 0 a;
  color: #0000;
  text-shadow: none;
  background-color: #0000;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, :before, :after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #adb5bd;
  }

  tr, img {
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body, .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.navbar {
  border-radius: .25rem;
}

.wrapper-header .navbar-toggler {
  position: relative;
}

.wrapper-header .navbar-toggler .badge {
  font-size: 11px;
  position: absolute;
  top: -5px;
  right: -1px;
}

@media (width <= 767.98px) {
  .wrapper-header .navbar {
    padding: 0;
  }

  .wrapper-header .navbar > .navbar-collapse {
    padding: .5rem;
  }
}

@media (width >= 768px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
  }
}

.dropdown-menu-horizontal {
  top: -1px;
  left: 100%;
}

.dropdown-toggle:before, .dropdown-toggle:after {
  vertical-align: middle;
}

@media (width <= 767.98px) {
  .navbar-nav .dropdown-menu {
    border: 0;
    padding: 0 0 0 .25rem;
  }

  .navbar-nav .dropdown-menu.show .dropdown-menu {
    display: block;
  }
}

#header-cart {
  z-index: 1030;
}

.logo {
  max-width: 100%;
}

.neto-placeholder {
  padding: 110px 0;
  font-size: 30px;
}

.neto-placeholder-rotator {
  color: #6c757d;
  text-align: center;
  background: #e9ecef;
  display: block;
}

.neto-placeholder-rotator:hover {
  color: #adb5bd;
  text-decoration: none;
}

.carousel-caption {
  text-shadow: 0 1px 2px #0009;
}

@media (width <= 767.98px) {
  .carousel-caption {
    padding-bottom: 5px;
    bottom: 5px;
  }
}

.carousel-caption .btn {
  text-shadow: none;
}

@media (width <= 767.98px) {
  .carousel-indicators {
    display: none;
  }
}

.n-responsive-content img {
  max-width: 100% !important;
}

@media (width >= 768px) {
  #filters {
    display: block;
    height: auto !important;
  }
}

.list-group .position-relative.border-bottom:last-of-type {
  border-bottom: none !important;
}

.savings-container {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.thumbnail.card-body {
  padding: .55rem;
}

.thumbnail.card-body img {
  width: 100%;
}

.thumbnail.card-body .card-title {
  min-height: 40px;
}

@media (width <= 767.98px) {
  .main-image a > .zoom {
    pointer-events: none;
  }
}

#n_product .qty {
  text-align: center;
}

#main-image.component-var-thumb {
  width: 100%;
}

.tabbable .nav-tabs {
  display: none;
}

@media (width >= 768px) {
  .tabbable .nav-tabs {
    display: flex;
  }

  .tabbable .card {
    border: none;
  }

  .tabbable .collapse {
    display: block;
  }

  .tabbable .card-header {
    display: none;
  }
}

.cartTable tbody tr td {
  vertical-align: middle;
}

.cartTable .row > div {
  display: inline-block;
}

@media (width >= 768px) {
  .cartTable--column-image, .cartTable--heading-price, .cartTable--heading-quantity, .cartTable--heading-remove {
    width: 100px;
  }
}

.price_range {
  color: inherit !important;
}

.ui-widget-header {
  background: #adb5bd !important;
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  background: #adb5bd !important;
  border: 1px solid #6c757d !important;
}

@media (width <= 767.98px) {
  .wrapper-footer {
    text-align: center;
  }
}

.list-social a {
  color: #474949;
  font-size: 1.25rem;
}

.list-social a:hover {
  color: #000;
  text-decoration: none;
}

.text-facebook {
  color: #3b5998;
}

.text-twitter {
  color: #00acee;
}

.text-google-plus {
  color: #dd4b39;
}

.text-youtube {
  color: #c4302b;
}

.text-instagram {
  color: #3f729b;
}

.text-pinterest {
  color: #c8232c;
}

.text-tumblr {
  color: #34526f;
}

.text-linkedin {
  color: #0e76a8;
}

.payment-icon-container {
  height: 50px;
  background: #efefef;
  border-radius: 3px;
  padding: 10px;
  display: inline-block;
}

.payment-icon {
  width: 60px;
  background-image: url("//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/paymenticons.svg");
  background-size: 60px;
}

.payment-icon-paypal, .payment-icon-paypalexpress {
  height: 16px;
  background-position: 0 0;
  margin-top: 8px;
}

.payment-icon-bpay {
  height: 18px;
  background-position: 0 -17px;
  margin-top: 6px;
}

.payment-icon-moneyorder {
  height: 22px;
  background-position: 0 -35px;
  margin-top: 3px;
}

.payment-icon-cheque, .payment-icon-bankcheque {
  height: 13px;
  background-position: 0 -58px;
  margin-top: 8px;
}

.payment-icon-directdeposit {
  height: 38px;
  background-position: 0 -72px;
  margin-top: -4px;
}

.payment-icon-americanexpress {
  height: 21px;
  background-position: 0 -110px;
  margin-top: 5px;
}

.payment-icon-mastercard {
  height: 36px;
  background-position: 0 -132px;
  margin-top: -3px;
}

.payment-icon-visa {
  height: 18px;
  background-position: 0 -168px;
  margin-top: 6px;
}

.payment-icon-diners, .payment-icon-dinersclub {
  height: 17px;
  background-position: 0 -197px;
  margin-top: 7px;
}

.payment-icon-discover {
  height: 10px;
  background-position: 0 -187px;
  margin-top: 10px;
}

.payment-icon-afterpay {
  height: 13px;
  background-position: 0 -213px;
  margin-top: 10px;
}

.payment-icon-q-card {
  height: 35px;
  background-position: 0 -244px;
  margin-top: 0;
}

.payment-icon-paymark, .payment-icon-paymarkonlineeftpos {
  height: 18px;
  background-position: 0 -226px;
  margin-top: 7px;
}

.payment-icon-zipmoney, .payment-icon-zippay {
  height: 27px;
  background-position: 0 27px;
  margin-top: 2px;
}

.ir {
  text-indent: -999em;
  text-align: left;
  direction: ltr;
  background-color: #0000;
  background-repeat: no-repeat;
  border: 0;
  display: block;
  overflow: hidden;
}

.clear {
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.block-center {
  margin: 0 auto;
}

.float_right {
  float: right !important;
}

.float_left {
  float: left !important;
}

.disable-interactivity, .btn .fa {
  pointer-events: none;
}

[name="google_conversion_frame"] {
  pointer-events: none;
  position: absolute;
}

@media (width <= 767.98px) {
  .btn-stack .col-12 + .col-12 {
    margin-top: 5px;
  }
}

#stloc_selector_cysel, #stloc_state_sel, #suburb_sl, ._itmspec_opt, .n-wrapper-form-control select {
  text-overflow: ellipsis;
  overflow: hidden;
}

input[readonly] {
  color: 666;
  background: #efefef;
}

#neto-dropdown {
  width: 250px;
}

#neto-dropdown a {
  padding: 0;
}

#neto-dropdown #cartcontents {
  padding: 10px;
}

.thumb_cart button {
  margin-top: 20px;
}

.thumb_cart button.checkout {
  float: right;
}

.thumb_cart ul {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.thumb_cart li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  font-size: 11px;
  overflow: auto;
}

.thumb_cart .left {
  float: left;
  width: 50px;
  margin-right: 5px;
}

.thumb_cart .left img {
  width: 50px;
  height: 50px;
}

.thumb_cart .right {
  width: 170px;
  float: left;
}

.thumb_cart .right a {
  white-space: normal;
  clear: none;
}

.successaddmessage {
  width: auto !important;
  padding: 0 !important;
}

.successaddmessage .header {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.successaddmessage .body {
  margin-bottom: 10px;
  padding: 5px;
}

.successaddmessage .body .image {
  width: 20% em;
  float: left;
  height: 3em;
}

.successaddmessage .body .image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.successaddmessage .body .description {
  float: left;
  width: 75%;
  height: 3em;
  line-height: 3em;
  overflow: hidden;
}

.successaddmessage .footer {
  margin-bottom: 5px;
}

.successaddmessage .footer .left {
  float: left;
}

.successaddmessage .footer .right {
  float: right;
  text-align: right;
}

@media (width <= 767.98px) {
  .successaddmessage .left, .successaddmessage .right {
    display: inline;
    float: none !important;
  }
}

.successaddmessageclear {
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.anpopup {
  position: fixed !important;
}

.npopup {
  text-shadow: none;
  height: auto;
  z-index: 10000;
  background: #fff;
  border-radius: 4px;
  margin: 0;
  display: none;
  position: relative;
  box-shadow: 0 10px 25px #00000080;
  width: 500px !important;
}

@media (width <= 767.98px) {
  .npopup {
    max-width: 80%;
    width: auto !important;
  }

  .npopup-checkout, .npopup-continue, .npopup-view {
    width: 100%;
    margin: 0;
    display: block;
  }

  .npopup-continue, .npopup-view {
    margin-bottom: 10px;
  }

  .npopup .footer.modal-footer .left, .npopup .footer.modal-footer .right {
    width: auto;
    float: none;
    display: block;
  }

  .npopup .footer.modal-footer .btn {
    margin: 0 0 10px;
    display: block;
    width: 100% !important;
    float: none !important;
  }
}

.npopup-body {
  height: auto;
  width: auto;
  padding: 10px;
  overflow: auto;
}

.npopup-btn-close {
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background-image: url("//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/npopup_sprite.png");
  position: absolute;
  top: -18px;
  right: -18px;
}

.npopup-continue {
  margin-right: 10px;
}

.nactivity {
  display: none;
}

.search_loading_icon {
  position: absolute;
  display: none !important;
}

.nsearchinput-pl.well {
  z-index: 100001;
  width: 100%;
  background-color: #fff;
  border-color: #00000026;
  padding: 0;
  position: absolute;
}

.nsearchinput-pl.well ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: block;
}

.nsearchinput-pl.well li {
  display: block;
  position: relative;
}

.nsearchinput-pl.well li a {
  padding: 10px 15px;
  display: block;
  position: relative;
}

.nsearchinput-pl.well li a:focus, .nsearchinput-pl.well li a:hover {
  background: #e9ecef;
}

.nsearchinput-pl.well li img {
  margin-right: 10px;
}

.ajaxloader {
  opacity: .7;
  background: #ccc url("//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/ajax-loader.gif") 50% no-repeat;
  border-radius: 5px;
}

#_cpy_checkout_pl, #_cpy_goback_pl, #_cpy_login_pl, #_cpy_login_pl_login, #_cpy_login_pl_none, #_cpy_login_pl_register {
  display: none;
}

#_cpy_payment_pl, #_cpy_plan_pl {
  margin-bottom: 8px;
}

#credit_apply_display, ._cpy_comment, ._cpy_credit_table, ._cpy_paydesc, ._cpy_plandesc, ._cpy_thirdparty_msg, ._cpy_voucher, ._cpy_vouchermsg {
  display: none;
}

._cpy_comment_pl {
  margin-bottom: 5px;
  padding: 5px;
}

._cpy_balancedue {
  color: #090;
}

._cpy_credit_table TD {
  vertical-align: top;
}

._step {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  padding-left: 5px;
}

._step_no {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: bold;
}

._step_desc {
  color: #999;
  font-size: 14px;
}

#_macart_pl table tr td select {
  margin-bottom: 5px;
}

#_macart_pl table tr td {
  padding: 10px 2px 2px;
  vertical-align: middle !important;
}

#_macart_pl table {
  margin-top: 15px;
}

._sh_post_sel {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
}

._sh_post_sel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

._sh_post_sel li {
  padding: 2px;
}

._terms {
  margin-top: 10px;
}

.payment_options ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment_options li {
  float: left;
  width: 55px;
  height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
}

._order_total {
  color: #090;
}

.order-summary-m {
  opacity: 0;
  display: none;
}

@media (width <= 991.98px) {
  .order-summary-m {
    opacity: 1;
    z-index: 1030;
    display: block;
    position: fixed;
    bottom: 2%;
    left: 2%;
    right: 2%;
  }
}

.order-summary-m .card-body {
  padding: .75rem;
  text-decoration: none;
  display: block;
}

.order-summary-m .card-body .link {
  color: #007bff;
}

@media (width <= 991.98px) {
  .order-summary-d {
    opacity: 0;
    z-index: 1030;
    background-color: #fffc;
    display: none;
    position: fixed;
    inset: 0;
  }

  .order-summary-d .order-summary {
    max-width: 80%;
    min-height: 0;
    margin: 0 auto;
    position: absolute;
    inset: 1% 0 2%;
    overflow-y: auto;
  }
}

@media (width <= 767.98px) {
  .order-summary-d .order-summary {
    max-width: 96%;
    min-height: 96vh;
    left: 2%;
    right: 2%;
  }
}

.order-summary-d .order-summary-close {
  float: left;
  padding-right: 5px;
}

.order-summary-d .print-order-link {
  min-width: 61px;
}

.order-summary-d .product-img {
  position: relative;
}

.order-summary-d .product-img .badge {
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: -7px;
  right: 7px;
}

.order-summary-d .product-img img {
  border: 1px solid #cccccc80;
}

@media (width <= 991.98px) {
  body.fixed-body {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
  }

  body.fixed-body .order-summary-d {
    opacity: 1;
    display: block;
  }

  body.fixed-body .order-summary-m {
    opacity: 0;
    display: none;
  }
}

.max-width-sm {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 1250px) {
  .max-width-sm {
    max-width: 1260px;
    margin: 0 auto;
  }
}

.max-width-md {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 1250px) {
  .max-width-md {
    max-width: 1300px;
    margin: 0 auto;
  }
}

.max-width-lg {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 1250px) {
  .max-width-lg {
    max-width: 1545px;
    margin: 0 auto;
  }
}

.max-width-xl {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 1250px) {
  .max-width-xl {
    max-width: 1850px;
    margin: 0 auto;
  }
}

.max-width-full {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 1250px) {
  .max-width-full {
    max-width: 100%;
    margin: 0 auto;
  }
}

.flex-center {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.flex-start {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.flex-between {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.flex-end {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.devider {
  width: 100%;
  height: 1px;
  background-color: #ededed;
  display: block;
}

.text-pink {
  color: #e83e8c !important;
}

.text-orange {
  color: #fd7e14 !important;
}

.text-yellow {
  color: #ffc107;
}

.text-white {
  color: #fff;
}

.text-green {
  color: #55a547 !important;
}

.text-gray {
  color: #d9d9d9 !important;
}

.bg-gray {
  background-color: #d9d9d933 !important;
}

.text-blue {
  color: #052359 !important;
}

.text-center {
  text-align: center !important;
}

.width-100 {
  width: 100%;
}

.position-relative {
  position: relative;
}

.tablet-hide {
  display: none !important;
}

.slider-single-item:not(:first-child) {
  display: none;
}

.slick-initialized .slider-single-item {
  display: block;
}

.full-width-img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.mobile-hide {
  display: none !important;
}

@media (width >= 1250px) {
  .mobile-hide {
    display: block !important;
  }

  .desktop-hide {
    display: none !important;
  }
}

:root {
  --app-height: 100vh;
}

html {
  scroll-behavior: smooth;
  position: relative;
  overscroll-behavior-y: none !important;
}

html.activeClass {
  touch-action: none;
  -ms-touch-action: none;
}

html body {
  color: #1c1c1c;
  overscroll-behavior: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  background-color: #f7f7f7;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  overscroll-behavior-y: none !important;
}

html body .main__wrap, html body .gl-footer, html body .header-main, html body .header-top {
  transition: filter .4s ease-in-out;
}

html body a {
  text-decoration: none;
}

html body a:hover {
  text-decoration: none;
  transition: color .3s ease-in-out;
}

html body .main__wrap.activeClass {
  z-index: 9;
  position: relative;
}

h1, h2, h3, h4, h5 {
  font-family: Roboto, sans-serif;
}

img, iframe {
  max-width: 100%;
}

.hide-map .filter__map {
  display: none;
}

.overlay {
  width: 100vw;
  height: 150vh;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  background-color: #000000b3;
  transition: all .1s ease-in-out;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (width >= 1250px) {
  .overlay {
    z-index: 999;
  }
}

.overlay.activeClass {
  opacity: 1;
  visibility: visible;
}

.overlay.activeClass.overlay--cat {
  z-index: 99;
}

.stock-overlay {
  width: 100vw;
  height: 150vh;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  background-color: #000000b3;
  transition: all .1s ease-in-out;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.stock-overlay.activeClass {
  opacity: 1;
  visibility: visible;
}

.deskOverlay {
  width: 100vw;
  height: 150vh;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  background-color: #000000b3;
  transition: all .1s ease-in-out;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.deskOverlay.activeClass {
  opacity: 1;
  visibility: visible;
}

.deskOverlay.activeClass.overlay--cat {
  z-index: 99;
}

.finderOverlay {
  width: 100vw;
  height: 150vh;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background-color: #0009;
  transition: opacity .4s ease-in-out;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.finderOverlay.activeClass {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.loader {
  width: 33px;
  height: 33px;
  border: 5px solid #ededed;
  border-top-color: #f9f9f9;
  border-radius: 50%;
  animation: 2s linear infinite spin;
}

.loader--cat {
  width: 90px;
  height: 90px;
  z-index: 100;
  border-width: 11px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%)rotate(0);
  }

  100% {
    transform: translate(-50%, -50%)rotate(360deg);
  }
}

.section-text {
  width: 100%;
  text-align: center;
  padding: 0 15px;
}

@media (width >= 1250px) {
  .section-text {
    max-width: 1545px;
    margin: 0 auto;
  }
}

#n_home .section-text {
  margin-top: 70px;
}

@media (width >= 1250px) {
  #n_home .section-text {
    margin-top: 140px;
  }
}

#n_home .section-text h1 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-style: normal;
  line-height: normal;
  position: relative;
}

@media (width >= 1250px) {
  #n_home .section-text h1 {
    font-size: 34px;
  }
}

#n_home .section-text h1:before {
  content: "";
  width: 40px;
  height: 5px;
  background-color: #55a547;
  border-radius: 20px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

#n_home .section-text p, #n_home .section-text .subtext {
  margin: 0;
  padding: 60px 0 0;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.npopup-body .modal-header {
  font-weight: 500;
}

.npopup-body .footer {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.npopup-body .image {
  width: 15% !important;
}

.npopup-body .btn {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px !important;
}

.npopup-body .right .btn {
  background-color: #052359;
  border: 1px solid #052359;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.npopup-body .right .btn:before {
  content: "";
  margin-top: -3px;
  margin-right: 6px;
  font-family: "Font Awesome 5 Pro";
}

.nsearchinput-pl {
  height: 479px;
  left: 0;
  overflow-y: auto;
  box-shadow: 0 0 5px #00000040;
}

.nsearchinput-pl li {
  border-top: 1px solid #d9d9d9;
}

.nsearchinput-pl li:hover {
  background-color: #d9d9d9;
}

.nsearchinput-pl a {
  height: 100%;
  line-height: normal;
}

.nsearchinput-pl a img {
  width: 30px;
  height: 30px;
}

.nsearchinput-pl a .title {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400 !important;
}

.nsearchinput-pl a .title b {
  margin-right: 5px;
  font-weight: 400 !important;
}

.loading-btn, .fa-spinner {
  -webkit-animation: 2s linear infinite rotating;
  fill: #fff !important;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.home-title {
  text-align: center;
  padding-top: 70px;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.home-title:before {
  content: "";
  height: 5px;
  width: 40px;
  background-color: #55a547;
  border-radius: 20px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

@media (width >= 1250px) {
  .home-title {
    padding-top: 140px;
    font-size: 34px;
  }
}

.home-title--white {
  color: #fff;
  width: 100%;
  padding-top: 0;
  position: absolute;
  top: 49px;
  left: 50%;
  transform: translateX(-50%);
}

@media (width >= 1250px) {
  .home-title--white {
    top: 138px;
  }
}

.home-title--nobar {
  margin: 0;
  padding: 0;
}

.home-title--nobar:before {
  content: "";
  display: none;
}

#n_category .home-title, #n_content .home-title {
  padding-top: 0;
}

.display-4 {
  text-align: center;
  margin: 0 0 70px;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.display-4:before {
  content: "";
  height: 5px;
  width: 40px;
  background-color: #55a547;
  border-radius: 20px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

@media (width >= 1250px) {
  .display-4 {
    font-size: 34px;
  }
}

#n_content .main__wrap, #n_customer_account .main__wrap {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 1250px) {
  #n_content .main__wrap, #n_customer_account .main__wrap {
    max-width: 1545px;
    margin: 0 auto;
  }
}

#n_customer_account .main__wrap, #n_customer .main__wrap {
  padding-top: 50px;
}

#n_customer_account .main__wrap .breadcrumb, #n_customer .main__wrap .breadcrumb {
  display: none;
}

.cart-empty__inner {
  width: 100%;
  padding: 150px 15px;
}

@media (width >= 1250px) {
  .cart-empty__inner {
    max-width: 1545px;
    margin: 0 auto;
    padding: 200px 15px;
  }
}

.cart-empty .cart-footer {
  margin: 0;
}

.logout-page, .tracking-page, .password-page {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 1250px) {
  .logout-page, .tracking-page, .password-page {
    max-width: 1545px;
    margin: 0 auto;
  }
}

.tracking-page .btn, .password-page .btn {
  background-color: #55a547;
  border: 1px solid #55a547;
}

.tracking-page .btn:hover, .password-page .btn:hover {
  background-color: #4c933f;
}

.main-btn {
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #000;
  padding: 0 15px;
  transition: background-color .2s ease-in-out;
}

@media (width >= 1250px) {
  .main-btn {
    font-size: 18px;
  }
}

.main-btn i {
  margin-right: 9px;
}

.main-btn:hover {
  color: #fff;
  background-color: #020202;
}

.main-btn--view-cart {
  width: 100%;
  height: 40px;
  text-transform: capitalize;
  color: #55a547;
  background-color: #fff;
  border: 1px solid #55a547;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.main-btn--view-cart:hover {
  color: #fff;
  background-color: #55a547;
}

.main-btn--popout-cart-checkout {
  height: 40px;
  text-transform: capitalize;
  color: #fff;
  background-color: #55a547;
  border: 1px solid #55a547;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
}

.main-btn--popout-cart-checkout:hover {
  background-color: #4c933f;
}

.main-btn--popout-cart-checkout svg {
  width: 20px !important;
  height: 20px !important;
}

.main-btn--cart, .main-btn--options, .main-btn--backorder {
  width: 150px;
  height: 45px;
  color: #052359;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #052359;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

@media (width >= 1250px) {
  .main-btn--cart, .main-btn--options, .main-btn--backorder {
    font-size: 17px;
  }
}

.main-btn--cart:hover, .main-btn--options:hover, .main-btn--backorder:hover {
  color: #fff;
  background-color: #052359;
}

.main-btn--options {
  color: #55a547;
  border: 1px solid #55a547;
}

.main-btn--options:hover {
  background-color: #55a547;
}

.main-btn--backorder {
  color: #535151;
  border: 1px solid #535151;
}

.main-btn--backorder:hover {
  background-color: #535151;
}

.main-btn--cart-checkout {
  color: #fff;
  height: 50px;
  background-color: #55a547;
  border: 1px solid #55a547;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  text-transform: capitalize !important;
}

.main-btn--cart-checkout svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  margin-right: 15px;
}

.main-btn--cart-checkout:hover {
  background-color: #4c933f;
}

.main-btn--continue {
  text-transform: capitalize;
  background-color: #0000;
  border: none;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0 40px;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.main-btn--continue svg {
  fill: #000;
  width: 10px;
  height: 10px;
}

.main-btn--continue:hover {
  color: #000;
  background-color: #0000;
  text-decoration: underline;
}

.main-btn--quote {
  height: 40px;
  width: 280px;
  text-transform: capitalize;
  color: #535151;
  background-color: #0000;
  border: 1px solid #535151;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.main-btn--quote svg {
  width: 20px;
  height: 20px;
  fill: #55a547 !important;
}

.main-btn--quote i {
  color: #55a547;
}

.main-btn--quote:hover {
  color: #fff;
  background-color: #55a547;
  border: 1px solid #55a547;
}

.main-btn--quote:hover i {
  color: #fff;
}

.main-btn--changes {
  height: 48px;
  color: #55a547;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #55a547;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.main-btn--changes:hover {
  color: #fff;
  background-color: #55a547;
}

.jsClose {
  cursor: pointer;
}

.main-btn--subcats {
  border: none;
  margin: 25px 0 0;
  padding: 0;
  background-color: #0000 !important;
}

.products__box {
  background-color: #fff;
  padding: 15px;
  position: relative;
}

@media (width >= 768px) {
  .products__box {
    padding: 25px;
  }
}

.products__box .main-btn {
  margin: 30px auto 0;
}

@media (width >= 1250px) {
  .products__box .main-btn {
    margin: 40px auto 0;
  }
}

.products__box .badges-container {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
}

@media (width >= 1250px) {
  .products__box .badges-container {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    top: 28px;
    right: 26px;
  }
}

.products__box .badges-container .badge {
  width: 60px;
  height: 20px;
  color: #fff;
  text-transform: uppercase;
  background-color: #c51a2d;
  border-radius: 7px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.products__box .badges-container .badge-rrp {
  width: 90px;
}

.products-box__img {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.products-box__img img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-sku {
  text-align: center;
  width: 100%;
  color: #535151;
  margin-bottom: 15px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.products__desc {
  text-align: center;
  height: 100px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.products__desc a {
  color: #000;
}

@media (width >= 768px) {
  .products__desc {
    font-size: 14px;
  }
}

@media (width >= 1250px) {
  .products__desc {
    height: 80px;
    font-size: 15px;
  }
}

.products__pricing {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (width >= 1250px) {
  .products__pricing {
    font-size: 22px;
  }
}

.products__pricing .small {
  font-size: 14px;
  font-weight: 400;
}

.products__pricing .price-was {
  color: #535151;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  display: none;
}

@media (width >= 1250px) {
  .products__pricing .price-was {
    font-size: 18px;
  }
}

#n_category .price-was {
  display: none;
}

.thumb_list {
  gap: 47px !important;
}

.thumb_list .products-row--cat {
  display: block !important;
}

.thumb_list .product {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.thumb_list p {
  margin: 0;
  padding: 0;
}

.thumb_list .savings-container {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.thumb_list .stock-option__message {
  background-color: #fff;
  top: 0;
}

.thumb_list .products__pricing, .thumb_list .products__pricing p {
  margin: 0;
  padding: 0;
}

.thumb_list .products__pricing-current {
  font-size: 20px;
  font-weight: 700;
}

@media (width >= 1250px) {
  .thumb_list .products__pricing-current {
    font-size: 26px;
  }
}

.thumb_list .products__pricing-before {
  color: #f7f7f7;
  margin-left: 5px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}

.thumb_list .thumbnail-block .thumbnail-badge {
  color: #fff;
  text-transform: uppercase;
  width: 78px;
  height: 23px;
  background-color: #052359;
  border-radius: 3px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.thumb_list .product {
  flex-flow: row;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 60px;
  padding: 45px;
  display: flex;
}

.thumb_list .product:last-child {
  margin-bottom: 0;
}

.thumb_list .product__details-right {
  position: absolute;
  bottom: 110px;
}

@media (width >= 768px) {
  .thumb_list .product__details-right {
    position: relative;
    bottom: 0;
  }
}

.thumb_list .product__btn-wrap {
  border-top: 1px solid #d9d9d9;
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 90px;
  padding-top: 30px;
  display: flex;
  align-items: center !important;
}

@media (width >= 768px) {
  .thumb_list .product__btn-wrap {
    margin-top: 0;
  }
}

.thumb_list .btn-details {
  color: #000;
  order: 1;
  margin-left: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.thumb_list .btn-details:hover {
  text-decoration: underline;
}

.thumb_list .btn-details svg {
  width: 10px;
  height: 10px;
}

@media (width >= 768px) {
  .thumb_list .btn-details {
    order: 2;
  }
}

.thumb_list .product__img {
  width: 200px;
  height: 200px;
}

.thumb_list .product__img img {
  width: 100%;
  height: 100%;
}

.thumb_list .product__title {
  font-size: 21px;
  font-weight: 400;
  height: auto !important;
  border-top: none !important;
  padding: 0 !important;
}

.thumb_list .product__title a {
  color: #000;
}

.thumb_list .badges-container {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.thumb_list .badges-container .badge {
  width: 60px;
  height: 20px;
  color: #fff;
  text-transform: uppercase;
  background-color: #c51a2d;
  border-radius: 7px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.thumb_list .badges-container .badge-rrp {
  width: 90px;
}

.thumb_list .badges-container--desk {
  display: none;
}

@media (width >= 768px) {
  .thumb_list .badges-container--desk {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}

.thumb_list .badges-container--mob {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (width >= 768px) {
  .thumb_list .badges-container--mob {
    display: none;
  }
}

.thumb_list .product__sku {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.thumb_list .product__badges {
  margin-top: 18px;
}

.thumb_list .product__badges svg {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.thumb_list .product__badges .item {
  color: #535151;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.thumb_list .product__badges .badge-stock svg {
  fill: #55a547;
}

.thumb_list .product__badges .badge-nostock svg {
  fill: #c51a2d;
}

.thumb_list .product__info {
  width: 70%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: start;
  display: flex;
}

.thumb_list .product__details-right {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: start;
  margin-left: auto;
  display: flex;
}

.thumb_list .nColourList {
  margin: 28px 0 0;
}

.thumb_list .product__wrapper {
  width: 60%;
}

.thumb_list .product__subtitle {
  margin: 10px 0 15px;
}

.thumb_list .product__description {
  color: #000;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: start;
  margin: 25px 0;
  font-size: 15px;
  font-weight: 300;
  display: flex;
}

.thumb_list .product__description .product__description-inner {
  max-height: 120px;
  overflow: hidden;
}

.thumb_list .product__description p, .thumb_list .product__description span {
  color: #000 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.thumb_list .product__description a {
  font-size: 13px;
  font-weight: 400;
  color: #052359 !important;
}

.thumb_list .product__description a:hover {
  color: #041a41;
  text-decoration: underline;
}

.thumb_list .product__description span {
  color: #f7f7f7;
  margin-top: 25px;
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.thumb_list .product {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.shop-featured .splide__arrow, .blogs .splide__arrow, .hero .splide__arrow, .item-image .splide__arrow, .item-sliders .splide__arrow {
  height: 50px;
  width: 50px;
  opacity: 0;
  transition: opacity .1 ease-in-out;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 4px 4px #00000040;
  z-index: 5 !important;
  border-radius: 50% !important;
}

.shop-featured .splide__arrow svg, .blogs .splide__arrow svg, .hero .splide__arrow svg, .item-image .splide__arrow svg, .item-sliders .splide__arrow svg {
  fill: #052359;
}

.shop-featured .splide__arrow:disabled, .blogs .splide__arrow:disabled, .hero .splide__arrow:disabled, .item-image .splide__arrow:disabled, .item-sliders .splide__arrow:disabled {
  opacity: 0 !important;
  pointer-events: none !important;
  cursor: none !important;
}

.shop-featured .splide__arrow--prev, .blogs .splide__arrow--prev, .hero .splide__arrow--prev, .item-image .splide__arrow--prev, .item-sliders .splide__arrow--prev {
  left: -1%;
}

@media (width <= 1740px) {
  .shop-featured .splide__arrow--prev, .blogs .splide__arrow--prev, .hero .splide__arrow--prev, .item-image .splide__arrow--prev, .item-sliders .splide__arrow--prev {
    left: 1%;
  }
}

.shop-featured .splide__arrow--next, .blogs .splide__arrow--next, .hero .splide__arrow--next, .item-image .splide__arrow--next, .item-sliders .splide__arrow--next {
  right: -1%;
}

@media (width <= 1740px) {
  .shop-featured .splide__arrow--next, .blogs .splide__arrow--next, .hero .splide__arrow--next, .item-image .splide__arrow--next, .item-sliders .splide__arrow--next {
    right: 1%;
  }
}

#jsGalleryWrap .splide__arrow--prev {
  z-index: 5;
  left: 5% !important;
}

#jsGalleryWrap .splide__arrow--next {
  z-index: 5;
  right: 5% !important;
}

#jsGalleryWrap .splide__arrow {
  height: 50px;
  width: 50px;
  opacity: 0;
  transition: opacity .1 ease-in-out;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 4px 4px #00000040;
  z-index: 5 !important;
  border-radius: 50% !important;
}

#jsGalleryWrap .splide__arrow svg {
  fill: #052359;
}

#jsGalleryWrap .splide__arrow:disabled {
  opacity: 0 !important;
  pointer-events: none !important;
  cursor: none !important;
}

#jsGalleryWrap:hover .splide__arrow {
  opacity: 1;
}

#jsGalleryWrap .splide__arrow--prev {
  z-index: 5;
  left: 5%;
}

@media (width >= 1250px) {
  #jsGalleryWrap .splide__arrow--prev {
    left: -25%;
  }
}

#jsGalleryWrap .splide__arrow--next {
  z-index: 5;
  right: 5%;
}

@media (width >= 1250px) {
  #jsGalleryWrap .splide__arrow--next {
    right: -25%;
  }
}

.breadcrumbs {
  height: 80px;
}

#n_category .breadcrumbs, #n_product .breadcrumbs {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 1250px) {
  #n_category .breadcrumbs, #n_product .breadcrumbs {
    max-width: 1545px;
    margin: 0 auto;
  }
}

.breadcrumbs__nav {
  overflow-x: auto;
  padding-right: 0 !important;
}

.breadcrumbs__back-wrap {
  display: block;
  position: relative;
}

@media (width >= 1250px) {
  .breadcrumbs__back-wrap {
    display: none;
  }
}

.breadcrumbs__back-wrap .breadcrumbs__list-item--back {
  position: relative;
  display: block !important;
}

.breadcrumbs__back-wrap .breadcrumbs__list-item--back:after {
  display: none;
}

.breadcrumbs__list {
  height: 60px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

@media (width >= 1250px) {
  .breadcrumbs__list {
    height: 40px;
    height: 80px;
    margin-left: 0;
  }
}

.breadcrumbs__list-item {
  white-space: nowrap;
  display: flex;
}

.breadcrumbs__list-item span {
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize !important;
}

.breadcrumbs__list-item:nth-last-child(2) span {
  color: #000 !important;
}

@media (width >= 1250px) {
  .breadcrumbs__list-item:last-child {
    display: none !important;
  }
}

.breadcrumbs__list-item svg {
  width: 10px;
  height: 10px;
  margin-top: -3px;
}

.breadcrumbs__list-item:not(.breadcrumbs__list-item--back) {
  margin-right: 5px;
}

@media (width >= 1250px) {
  .breadcrumbs__list-item {
    font-size: 15px;
  }
}

.breadcrumbs__list-item a {
  color: #000;
}

.breadcrumbs__list-item:last-child:after {
  display: none;
}

.breadcrumbs__list-devider {
  margin: 0 5px;
  font-size: 13px;
}

@media (width >= 1250px) {
  .breadcrumbs__list-devider {
    font-size: 17px;
  }
}

.breadcrumbs__list-item:last-child {
  display: none;
}

@media (width <= 1200px) {
  .breadcrumbs__list-item--link span, .breadcrumbs__list-item--home span {
    color: #000;
    font-weight: 300;
  }

  .breadcrumbs__list-item--link:nth-last-child(4) {
    display: none;
  }

  .breadcrumbs__list-item--link:nth-last-child(4).activeClass {
    display: block;
  }

  .breadcrumbs__list-item--line:nth-last-child(3) {
    display: none;
  }

  .breadcrumbs__list-item--line:nth-last-child(3).activeClass {
    display: block;
  }

  .breadcrumbs__list-item--home {
    display: none;
  }

  .breadcrumbs__list-item--home.activeClass {
    display: block;
  }
}

.breadcrumbs__list-item--link span, .breadcrumbs__list-item--home span {
  color: #000;
  font-weight: 300;
}

.top {
  z-index: 5;
  background-color: #052359;
  border-bottom: 1px solid #55a547;
  position: relative;
  overflow: hidden;
}

.top .splide__arrow, .top .splide__arrow:disabled {
  background-color: #0000;
  opacity: 1 !important;
}

.top .splide__arrow svg, .top .splide__arrow:disabled svg {
  width: 10px;
  height: 10px;
  fill: #fff;
}

@media (width >= 1250px) {
  .top .splide__arrow--next {
    right: 35%;
  }

  .top .splide__arrow--prev {
    left: 35%;
  }
}

.top .top__usps-content {
  height: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top .top__usps-content .top__text {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (width >= 1250px) {
  .top .top__usps-content .top__text {
    font-size: 13px;
  }
}

.top .top__usps-content .top__img {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
  padding: 0;
  display: flex;
}

.header-main {
  height: 50px;
  z-index: 5;
  background-color: #052359;
  position: relative;
}

@media (width >= 1250px) {
  .header-main {
    height: 95px;
  }
}

.header-main__wrap {
  height: 100%;
  width: 100%;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

@media (width >= 1250px) {
  .header-main__wrap {
    max-width: 1850px;
    margin: 0 auto;
  }
}

.header-main__wrap svg {
  width: 23px;
  height: 23px;
  fill: #55a547;
  cursor: pointer;
}

.header-main__left {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-main__left .header-main__logo {
  margin-left: 15px;
}

.header-main__left .header-main__logo img {
  width: 100%;
  height: 100%;
}

.header-main__cart {
  position: relative;
}

.header-main__cart .header-main__count-item {
  color: #fff;
  width: 16px;
  height: 16px;
  background-color: #55a547;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: -5px;
  right: -5px;
}

.header-main__phone, .header-main__user, .header-main__cart {
  cursor: pointer;
}

@media (width >= 1250px) {
  .header-main__phone, .header-main__user, .header-main__cart {
    background-color: #fff;
    border-radius: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
  }
}

@media (width >= 1250px) and (width <= 1760px) {
  .header-main__phone, .header-main__user, .header-main__cart {
    border-radius: 50%;
  }
}

@media (width >= 1250px) {
  .header-main__phone .header-center__sub-title, .header-main__phone .title, .header-main__user .header-center__sub-title, .header-main__user .title, .header-main__cart .header-center__sub-title, .header-main__cart .title {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

@media (width >= 1250px) and (width <= 1760px) {
  .header-main__phone .header-center__sub-title, .header-main__phone .title, .header-main__user .header-center__sub-title, .header-main__user .title, .header-main__cart .header-center__sub-title, .header-main__cart .title {
    display: none !important;
  }
}

@media (width >= 1250px) {
  .header-main__phone svg, .header-main__user svg, .header-main__cart svg {
    margin-right: 10px;
  }
}

@media (width >= 1250px) and (width <= 1760px) {
  .header-main__phone svg, .header-main__user svg, .header-main__cart svg {
    margin-right: 0;
  }
}

@media (width >= 1250px) {
  .header-main__phone .icon-right, .header-main__user .icon-right, .header-main__cart .icon-right {
    width: 10px;
    height: 10px;
    fill: #000;
    margin: 0;
    padding: 0;
  }
}

.header-main__right {
  width: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media (width >= 1250px) {
  .header-main__right {
    width: 480px;
  }
}

@media (width <= 1760px) {
  .header-main__right {
    width: 150px;
  }
}

@media (width <= 1249px) {
  .header-main__right {
    width: 100px;
  }
}

.header-main__search-wrap {
  height: 45px;
  width: 100%;
  background-color: #55a547;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

@media (width >= 1250px) {
  .header-main__search-wrap {
    max-width: 1545px;
    margin: 0 auto;
  }
}

.header-main__search {
  width: 100%;
  position: relative;
}

.header-main__search .header__btn {
  background-color: #0000;
  border: none;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

@media (width >= 1250px) {
  .header-main__search .header__btn {
    top: 45%;
  }
}

.header-main__search .header__btn svg {
  fill: #55a547;
  width: 15px;
  height: 15px;
}

@media (width >= 1250px) {
  .header-main__search .header__btn svg {
    width: 20px;
    height: 20px;
  }
}

.header-main__search .header__input {
  width: 100%;
  height: 32px;
  background-color: #fff;
  border: 1px solid #55a547;
  border-radius: 20px;
  padding-left: 30px;
}

.header-main__search .header__input::placeholder {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (width >= 1250px) {
  .header-main__search .header__input {
    height: 42px;
    width: 100%;
    padding-left: 40px;
  }

  .header-main__search .header__input::placeholder {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

@media (width <= 1250px) {
  .header-main__search .header__input {
    width: 100%;
  }
}

.header-main__searchbar {
  flex-grow: .6;
}

.desc-nav {
  display: none;
}

@media (width >= 1250px) {
  .desc-nav {
    display: block;
  }
}

.desc-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.desc-nav .desc-nav__list {
  width: max-content;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 35px;
  display: flex;
}

.desc-nav .desc-nav__list .desc-nav__link {
  text-align: center;
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  display: flex;
}

.desc-nav .desc-nav__list .desc-nav__link svg {
  width: 10px;
  height: 10px;
  fill: #fff;
  margin-left: 7px;
}

.desc-nav__sublist {
  background-color: #f7f7f7;
}

.desc-nav__sublist-list {
  flex-flow: row;
  justify-content: space-between;
  align-items: start;
  gap: 63px;
  display: flex;
}

.desc-nav__sublist-inner {
  width: 100%;
  background-color: #f7f7f7;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 45px 15px;
  display: flex;
  position: relative;
}

@media (width >= 1250px) {
  .desc-nav__sublist-inner {
    max-width: 1850px;
    margin: 0 auto;
  }
}

.desc-nav__list {
  height: 100%;
  justify-content: stretch;
  align-items: center;
  display: flex;
}

.desc-nav__subitem {
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
}

.desc-nav__subitem.bold-heading {
  text-transform: uppercase;
  margin: 30px 0 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.desc-nav__subitem.bold-heading .desc-nav__subitem-link:after {
  display: none !important;
}

.desc-nav__subitem.bold-heading-alt {
  margin: 0 100px 7px 0;
  font-size: 25px;
  line-height: 30px;
}

.desc-nav__subitem.bold-heading-alt a {
  font-weight: 400;
}

.desc-nav__subitem.underline {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 18px;
  padding-bottom: 7px;
  position: relative;
  bottom: 0;
}

.desc-nav__subitem.underline:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.desc-nav__subitem.underline .desc-nav__subitem-link:after {
  display: none !important;
}

.desc-nav__subitem .desc-nav__subitem-link {
  position: relative;
}

.desc-nav__subitem .desc-nav__subitem-link:after {
  content: "";
  width: #000;
  background-color: -3px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.desc-nav__item {
  height: 100%;
  display: block;
}

.desc-nav__item .desc-nav__link.activeClass svg {
  transform: rotate(180deg);
}

.desc-nav__link {
  color: #000;
  height: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.desc-nav__sublist {
  width: 100vw;
  height: 650px;
  z-index: 50;
  background-color: #f7f7f7;
  border-top: 1px solid #535151;
  padding: 15px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  overflow-y: auto;
  transform: translate(-50%, 100%);
}

.desc-nav__sublist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.desc-nav__sublist a {
  color: #000 !important;
}

.desc-nav__subitem .nav-link {
  text-align: left;
  padding-top: 5px;
  padding: 0 !important;
}

.desc-nav__subitem--lvl2 .nav-link {
  text-transform: capitalize;
  color: #000;
  font-size: 15px;
  position: relative;
  display: inline-block !important;
}

.desc-nav__subitem--lvl2 .nav-link:before {
  content: "";
  height: 3px;
  width: 40px;
  background-color: #55a547;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.nav-link--lvl2 {
  height: 30px;
}

.desc-nav__subitem--lvl3 .nav-link {
  color: #333;
  font-size: 14px;
  position: relative;
  font-weight: 400 !important;
  display: inline-block !important;
}

.desc-nav__subitem--lvl3 .nav-link:after {
  content: " ";
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width .2s;
  position: absolute;
  bottom: -5px;
  right: 0;
}

.desc-nav__subitem--lvl3 .nav-link:hover {
  color: #000;
}

.desc-nav__subitem--lvl3 .nav-link:hover:after {
  width: 100%;
  left: 0;
}

.desc-nav__subitem--lvl3 .nav-link:before {
  content: "";
  display: none;
}

.menu-close {
  cursor: pointer;
  z-index: 5;
  position: absolute;
  top: 15px;
  right: 15px;
}

.menu-close svg {
  width: 25px;
  height: 25px;
  fill: #000;
}

.menu-nav-links--lvl3 {
  margin-top: 45px !important;
}

.menu-nav-links--lvl3 .nav-link {
  margin-bottom: 15px;
}

.main-menu-advert-cases .menu-nav-links--lvl2, .main-menu-advert-covers .menu-nav-links--lvl2 {
  column-count: 2;
}

.main-menu-advert-cases .menu-nav-links--lvl2 {
  width: 300px;
}

.main-menu-advert-cases .menu-nav-links--lvl2 .nav-link {
  line-height: 1.5;
}

@media (width >= 1250px) {
  .filters__filter--brands {
    max-width: 1545px;
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
    align-items: center !important;
    row-gap: 85px !important;
    margin: 0 auto !important;
  }

  .filters__filter--brands .desc-nav__subitem {
    width: 150px !important;
  }

  .filters__filter--brands .nav-link {
    color: #000;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr 1fr !important;
    align-items: center !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    display: grid !important;
  }

  .filters__filter--brands .nav-link .brand-img {
    margin-right: 10px;
  }

  .filters__filter--brands .nav-link:hover .brand-img {
    border: 1px solid #55a547;
  }

  .filters__filter--brands .nav-link:before {
    content: "";
    display: none !important;
  }

  .filters__filter--brands .brand-img {
    width: 78px;
    height: 78px;
    border: 1px solid #fff;
    border-radius: 50%;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    display: flex;
    background-color: #fff !important;
  }

  .filters__filter--brands .brand-img img {
    width: 50px;
    height: 50px;
  }
}

.nav-link--viewall, .nav-link--viewall a {
  width: 250px;
  margin-top: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  color: #55a547 !important;
}

.content-menu {
  height: 100%;
  overflow-y: auto;
}

.menu-popup__close {
  z-index: 9999;
  position: relative;
}

.menu-popup {
  background: #f7f7f7;
  height: 95% !important;
}

.menu-popup .popup__title {
  margin: 0 !important;
}

.menu-popup .menu__wrap {
  height: 75vh;
  background: #f7f7f7;
  overflow-y: auto;
}

@media (height <= 800px) {
  .menu-popup .menu__wrap {
    height: 70vh;
  }
}

.menu-popup__data {
  max-height: 95vh;
  height: 100%;
  background-color: #f7f7f7;
  overflow-y: auto;
}

@media (height <= 750px) {
  .menu-popup__data {
    max-height: 580px;
  }
}

.menu-popup .popup__heading {
  z-index: 999;
  position: relative;
}

.filters__wrap {
  width: 100%;
  max-height: 100%;
  height: 100%;
  background: #f7f7f7;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}

.filter__wrap--last {
  background-color: #fff;
  height: 100vh !important;
}

.menu-lvl-title {
  text-transform: uppercase;
  color: #1c1c1c;
  width: 100%;
  padding: 0 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  margin: 20px 0 !important;
}

@media (width >= 1250px) {
  .menu-lvl-title {
    max-width: 1545px;
    margin: 0 auto;
  }
}

.menu-nav {
  width: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  height: auto;
  background-color: #f7f7f7;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
}

.menu-nav.activeClass {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}

.menu__nav {
  margin-top: 25px;
  position: relative;
}

.filters {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background-color: #f7f7f7;
  transition: all .4s ease-in-out;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0 4px 39px #0000001a;
}

.filters.init {
  display: block;
}

.filters.activeClass {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease-in-out;
  top: 0;
}

.filters--submenu {
  z-index: 99;
  min-height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  display: block;
  top: 0;
  left: 0;
  height: 100% !important;
}

.filters--submenu.activeClass {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease-in-out;
}

.filters--eq {
  max-width: 840px;
}

@media (width >= 1250px) {
  .filters--eq {
    left: unset;
    right: 160px;
  }

  .filters--eq.activeClass {
    transition: all .3s ease-in-out;
    top: 50px;
  }
}

.filters--eq .filters__body {
  max-width: 500px !important;
  overflow-y: auto !important;
}

@media (width >= 1250px) {
  .filters--eq .filters__body {
    height: auto;
  }
}

.filters--menu .filters__title {
  height: 71px;
  color: #f7f7f7;
  border-bottom: 1px solid #d9d9d9;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.filters--menu .filters__title:hover {
  color: #000;
}

.filters--menu .filters__title:last-child {
  margin: 10px !important;
}

.filters--menu .filters__filter {
  max-height: 71px;
}

.filters--menu .filters__filter:hover {
  background-color: #d9d9d9 !important;
}

.filters--menu .filters__body-wrap {
  max-width: 500px !important;
  overflow-y: auto !important;
}

@media (width >= 1250px) {
  .filters--menu .filters__body-wrap {
    height: calc(100% - 352px);
  }
}

.filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filters .filters__bottom-list {
  background-color: #d9d9d9;
  margin: 0 -20px;
}

.filters__header {
  width: 100%;
  height: 60px;
  z-index: 5;
  cursor: pointer;
  color: #55a547;
  background-color: #f7f7f7;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: sticky;
  top: 0;
}

.filters__header svg {
  fill: #55a547;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  margin-right: 8px;
  transform: rotate(-180deg);
}

.filters__body {
  height: calc(100% - 150px);
  max-width: 100% !important;
  overflow-y: auto !important;
}

.filters__body form {
  padding: 30px 0;
}

.filters__title {
  width: 100%;
  height: 60px;
  width: 100%;
  cursor: pointer;
  color: #000;
  background: #f7f7f7;
  border-bottom: 1px solid #55a547;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
  padding: 0 15px !important;
}

@media (width >= 1250px) {
  .filters__title {
    max-width: 1545px;
    margin: 0 auto;
  }
}

.filters__title:hover {
  color: #55a547;
}

.filters__title:hover svg {
  fill: #55a547;
}

.filters__title svg {
  fill: #000;
  width: 15px;
  height: 15px;
}

.filters__filter--lvl2 .filters__title {
  color: #535151;
  border: none;
  font-weight: 300;
}

.filters__filter--lvl2 .filters__title:hover {
  color: #55a547;
}

.filters__filter {
  max-height: 84px;
  font-weight: bold;
  transition: max-height .4s ease-in-out;
  overflow: hidden;
}

.filters__list {
  padding-bottom: 25px !important;
}

.filters__item:not(:last-child) {
  margin-bottom: 20px;
}

.filters__link {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  display: flex;
  color: #f7f7f7 !important;
}

.filters__link span {
  margin-left: 8px;
}

.filters__link svg {
  fill: #f7f7f7;
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

.filters-shop-all {
  height: 60px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  color: #55a547 !important;
}

.filters__title--bottom, .filters__title--acccount, .bottom__wrap-social-links .title, .filters__title--bottom span, .filters__title--acccount span, .bottom__wrap-social-links .title span {
  color: #000 !important;
}

.filters__filter--add svg {
  width: 23px;
  height: 23px;
}

.filters__filter--brands .filters__title {
  height: 100px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filters__filter--brands .filters__title:hover {
  color: #55a547;
}

.filters__filter--brands .filters__title:hover .brand-img {
  border: 1px solid #55a547;
}

.brand-img {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  display: flex;
}

.brand-img img {
  width: 38px;
  height: 38px;
}

.header-usps {
  height: 50px;
  background-color: #55a547;
  display: none;
}

@media (width >= 1250px) {
  .header-usps {
    display: block;
  }
}

.header-usps__wrap {
  max-width: 1250px;
  height: 100%;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
}

.header-usps__single {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-usps__single:hover .usps__title {
  text-decoration: underline;
}

.header-usps__single .usps__title {
  letter-spacing: .28px;
  color: #fff;
  margin: 0 0 0 15px;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.advert-wrap {
  width: 100%;
  height: 50px;
  z-index: 5;
  background-color: #55a547;
  position: absolute;
  bottom: 0;
}

.gd-header__wrap {
  width: 100%;
  transition: all .2s ease-in-out;
  top: 0;
  left: 0;
  background-color: #fff !important;
  position: fixed !important;
}

@media (width >= 1250px) {
  .gd-header__wrap {
    z-index: 999 !important;
  }
}

.gd-header__wrap.down {
  transition: all .2s ease-in-out;
  top: -35px;
}

@media (width >= 1250px) {
  .gd-header__wrap.down {
    top: -34px;
  }

  .gd-header__wrap.down .header-main {
    height: 85px;
    transition: all .2s ease-in-out;
    box-shadow: 0 4px 4px #00000040;
  }

  .gd-header__wrap.down .header-usps {
    width: 100%;
    margin-top: -50px;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

.gd-header__wrap.down #n_category .header-main__search-wrap {
  margin-top: -45px;
  transition: all .2s ease-in-out;
}

.gd-header__wrap.up {
  transition: all .2s ease-in-out;
  top: -35px;
}

@media (width >= 1250px) {
  .gd-header__wrap.up {
    top: -34px;
  }

  .gd-header__wrap.up .header-main {
    box-shadow: none;
    height: 85px;
    transition: all .2s ease-in-out;
  }

  .gd-header__wrap.up .header-bottom {
    margin-top: 0;
  }
}

.gd-header__wrap.up #n_category .header-main__search-wrap {
  margin-top: -45px;
  transition: all .2s ease-in-out;
}

.gd-header__wrap.up .header-usps {
  margin-top: 0;
  transition: all .2s ease-in-out;
  top: 100%;
}

.header-divide {
  margin-bottom: 130px;
}

@media (width >= 1250px) {
  .header-divide {
    margin-bottom: 180px;
  }
}

.newsletter {
  background-color: #55a547;
  margin-top: 147px;
}

@media (width >= 1250px) {
  .newsletter {
    margin-top: 140px;
  }
}

.newsletter__wrap {
  width: 100%;
  padding: 40px 15px;
}

@media (width >= 1250px) {
  .newsletter__wrap {
    max-width: 1545px;
    margin: 0 auto;
  }
}

@media (width >= 768px) {
  .newsletter__wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

.newsletter__wrap .newsletter__text {
  text-align: center;
}

@media (width >= 768px) {
  .newsletter__wrap .newsletter__text {
    text-align: left;
    width: 450px;
  }

  .newsletter__wrap .newsletter__text .subtext {
    margin-bottom: 0;
  }
}

@media (width >= 1250px) {
  .newsletter__wrap .newsletter__text {
    width: 741px;
  }
}

.newsletter__wrap .title {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (width >= 768px) {
  .newsletter__wrap .title {
    font-size: 24px;
  }
}

.newsletter__wrap .subtext {
  color: #fff;
  margin: 15px 0 40px;
  padding: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (width >= 1250px) {
  .newsletter__form {
    width: 593px;
  }
}

.newsletter__form .input-group {
  position: relative;
}

.newsletter__form .form-control, .newsletter__form #stloc_selector_cysel, .newsletter__form #stloc_state_sel, .newsletter__form #suburb_sl, .newsletter__form ._itmspec_opt, .newsletter__form .n-wrapper-form-control select, .n-wrapper-form-control .newsletter__form select {
  width: 100%;
  height: 45px;
  padding-left: 45px;
  border-radius: 20px !important;
}

@media (width >= 1250px) {
  .newsletter__form .form-control, .newsletter__form #stloc_selector_cysel, .newsletter__form #stloc_state_sel, .newsletter__form #suburb_sl, .newsletter__form ._itmspec_opt, .newsletter__form .n-wrapper-form-control select, .n-wrapper-form-control .newsletter__form select {
    height: 60px;
    border-radius: 30px !important;
  }
}

.newsletter__form .newsletter__sub-btn {
  z-index: 5;
  background-color: #0000;
  border: none;
  position: absolute;
  top: 45%;
  left: 10px;
  transform: translateY(-50%);
}

.newsletter__form .newsletter__sub-btn svg {
  width: 20px;
  height: 20px;
  fill: #55a547;
}

.newsletter__form .newsletter__sub-btn:hover {
  fill: #4c933f;
}

.footer {
  background-color: #052359;
}

.footer__wrap {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 1250px) {
  .footer__wrap {
    max-width: 1545px;
    margin: 0 auto;
  }
}

.footer__top {
  width: 100%;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: start;
  padding: 30px 0 0;
  display: flex;
  position: relative;
}

@media (width >= 1250px) {
  .footer__top {
    width: 100%;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: start;
    padding: 64px 0;
    display: flex;
  }
}

.footer__menu {
  justify-content: flex-start;
  align-items: "center";
  width: 100%;
  flex-flow: column wrap;
  padding-bottom: 50px;
  display: flex;
}

@media (width >= 1250px) {
  .footer__menu {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 0;
    display: flex;
  }
}

.footer-nav__list-item {
  list-style: none;
}

.footer-nav__list {
  margin: 0;
  padding: 0;
}

.footer-nav__title {
  justify-content: space-between;
  align-items: "center";
  height: 20px;
  flex-flow: wrap;
  display: flex;
}

.footer-nav__title span {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.footer-nav__title .footer__icon {
  width: 20px;
  height: 20px;
  display: block;
  fill: #fff !important;
}

@media (width >= 1250px) {
  .footer-nav__title {
    padding-bottom: 25px;
  }

  .footer-nav__title .footer__icon {
    width: 10px;
    height: 10px;
    display: none;
  }

  .footer-nav__title span {
    letter-spacing: 1px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }
}

.footer-nav__link {
  color: #fff;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.footer-nav__link svg {
  width: 12px;
  height: 12px;
  fill: #fd7e14 !important;
}

.footer-nav__item {
  max-height: 69px;
  transition: max-height .4s ease-in-out;
  overflow: hidden;
}

@media (width >= 1250px) {
  .footer-nav__item {
    max-height: 100%;
    overflow: none;
    transition: max-height .4s ease-in-out;
  }
}

.footer__center {
  justify-content: space-between;
  align-items: "center";
  flex-flow: wrap;
  margin: 80px 0 60px;
  display: flex;
}

@media (width >= 768px) {
  .footer__payment-icons {
    margin-left: auto;
  }
}

.footer__payment-icons ul {
  margin: 5px 0 0;
}

.footer__pay-icons-wrap {
  justify-content: center;
  align-items: "center";
  flex-flow: wrap;
  display: flex;
  flex-wrap: nowrap !important;
}

.payment-icon-container {
  background-color: #fff;
  flex-wrap: nowrap;
  box-shadow: 0 1px 10.5px #0404041c;
  height: 30px !important;
  padding: 1px !important;
}

@media (width >= 768px) {
  .payment-icon-container {
    margin-right: 5px;
    height: 40px !important;
    padding: 3px !important;
  }
}

@media (width >= 1250px) {
  .payment-icon-container {
    margin-right: 5px;
  }
}

.payment-icon-container .payment-icon {
  margin: 0;
}

.footer__btn {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: "center";
  flex-flow: wrap;
  display: none;
  position: absolute;
  right: 50px;
  box-shadow: 0 1px 10.5px #0404041c;
}

.footer__btn svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  margin-top: 13px;
  display: block;
  transform: rotate(-90deg);
}

@media (width >= 768px) {
  .footer__btn {
    display: inline-flex;
  }
}

.footer-nav {
  margin: 47px 0 127px;
}

@media (width >= 1250px) {
  .footer-nav {
    width: 100%;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    display: flex;
  }
}

.footer-nav__menu {
  width: 100%;
}

.footer-nav__item {
  max-height: 69px;
  transition: max-height .4s ease-in-out;
  overflow: hidden;
}

@media (width >= 1250px) {
  .footer-nav__item, .footer-nav__item:first-child {
    border: none !important;
  }

  .footer-nav__item {
    max-height: 100%;
    border-bottom: none;
  }
}

.footer-nav__list--desc {
  display: none;
}

@media (width >= 1250px) {
  .footer-nav__list--desc {
    display: block;
  }
}

.footer-nav__title {
  height: 69px;
  letter-spacing: 1px;
  color: #fff;
  border-bottom: 1px solid #fff;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  transition: all .4s;
  display: flex;
  position: relative;
}

.footer-nav__title span {
  font-size: 19px;
  line-height: 24px;
}

@media (width >= 1250px) {
  .footer-nav__title {
    margin-bottom: 5px;
    font-weight: 500;
  }
}

.footer-nav__title:before {
  content: "";
  width: 40px;
  height: 4px;
  background: #55a547;
  border-radius: 20px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

@media (width >= 1250px) {
  .footer-nav__title {
    height: 60px;
    padding: 0;
    line-height: 19px;
    transition: none;
    font-weight: 400 !important;
  }
}

.footer-nav__title.activeClass svg {
  transform: rotate(180deg);
}

.footer-nav__title svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

@media (width >= 1250px) {
  .footer-nav__title svg {
    display: none;
  }
}

.footer-nav__list {
  margin: 28px 0 0;
  padding: 10px 0 20px;
  list-style: none;
}

@media (width >= 1250px) {
  .footer-nav__list {
    padding: 0;
  }
}

.title-down:before, .title-down:after {
  content: "";
  display: none;
}

@media (width >= 1250px) {
  .title-down {
    margin-top: 60px;
  }
}

.footer-nav__list-item {
  padding-bottom: 15px;
}

.phone-solid svg, .clock-solid svg {
  display: block !important;
}

.footer-nav__link {
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  display: inline-block;
  position: relative;
  color: #fff !important;
}

.footer-nav__link:after {
  content: " ";
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width .2s;
  position: absolute;
  bottom: -8px;
  right: 0;
}

.footer-nav__link:hover {
  color: #fff;
}

.footer-nav__link:hover:after {
  width: 100%;
  left: 0;
}

.footer-nav__link span {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-nav__link span:hover {
  color: #fff;
}

.footer-nav__link svg {
  width: 10px;
  height: 10px;
  fill: #fff;
  margin-right: 8px;
  display: none;
}

@media (width >= 1250px) {
  .footer-nav__menu {
    width: 100%;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
}

.footer-nav__add {
  margin-top: 80px;
  margin-bottom: 30px;
  position: relative;
}

.footer-nav__add .footer-nav__list {
  margin-left: 0 !important;
}

@media (width >= 1250px) {
  .footer-nav__add {
    width: 200px;
    margin-top: 15px !important;
  }
}

.footer-nav__add svg {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  fill: #55a547 !important;
  display: block !important;
}

.footer-nav__add .footer-nav__title {
  height: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media (width >= 1250px) {
  .footer-nav__add .footer-nav__title {
    height: 45px;
  }
}

.footer-nav__add .footer-nav__item {
  max-height: 100%;
  border: none;
}

@media (width >= 1250px) {
  .footer-nav__add {
    margin-top: 0;
  }
}

.footer-nav__add .footer-nav__list {
  margin-top: 28px;
  margin-left: 40px;
}

@media (width >= 1250px) {
  .footer-nav__add .footer-nav__list {
    margin-top: 28px;
    margin-left: 0;
  }
}

.footer-nav__add .footer-nav__link span {
  margin-left: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.newsletter__goTop--footer {
  width: 50px;
  height: 50px;
  background-color: #f7f7f7;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -285px;
  right: 0;
  box-shadow: 0 2px 4px #00000040;
}

@media (width >= 768px) {
  .newsletter__goTop--footer {
    top: -200px;
  }
}

@media (width >= 1250px) {
  .newsletter__goTop--footer {
    top: 80%;
    right: 15px;
  }
}

.newsletter__goTop--footer svg {
  fill: #052359;
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}

.newsletter__goTop--footer:hover {
  background-color: #eaeaea;
}

.footer-social-icons {
  flex-wrap: nowrap;
  margin-top: 50px;
  display: none;
}

@media (width >= 1250px) {
  .footer-social-icons {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

.footer-social-icons .title {
  color: #fff;
  margin-right: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-social-icons .social-links {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
  display: flex;
}

.footer-social-icons svg {
  background-color: #55a547;
  padding: 2px;
  position: relative;
  fill: #052359 !important;
}

.footer-social-icons svg:hover {
  background-color: #4c933f;
}

.social-links--bottom {
  order: 1;
  margin-top: 15px;
}

@media (width >= 1250px) {
  .social-links--bottom {
    display: none;
  }
}

.social-links--bottom .social-links {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  display: flex;
}

.social-links--bottom svg {
  width: 25px;
  height: 25px;
  background-color: #55a547;
  padding: 2px;
  position: relative;
  fill: #052359 !important;
}

.social-links--bottom svg:hover {
  background-color: #4c933f;
}

.footer__bottom {
  width: 100%;
  background-color: #052359;
  border-top: 1px solid #55a547;
}

.footer__bottom-wrap {
  height: 150px;
  width: 100%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

@media (width >= 1250px) {
  .footer__bottom-wrap {
    height: 80px;
    max-width: 1545px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
  }
}

.footer__bottom-wrap .company-copyright {
  color: #fff;
  text-align: center;
  flex-flow: wrap;
  order: 2;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

@media (width >= 500px) {
  .footer__bottom-wrap .company-copyright {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media (width >= 1250px) {
  .footer__bottom-wrap .company-copyright {
    order: 1;
    margin-top: 0;
  }
}

.footer__bottom-wrap .footer-abn {
  margin: 0;
  padding: 0 0 0 20px;
}

@media (width >= 1250px) {
  .footer__bottom-wrap .footer-abn {
    padding-left: 30px;
  }

  .payment-options {
    order: 2;
  }
}

.payment-options ul {
  margin: 0;
  padding: 0;
}

.payment-options .payment-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 45px !important;
  height: 35px !important;
}

.payment-options .payment-icon-container {
  box-shadow: none;
  border: 1px solid #ededed;
  border-radius: 0;
}

.hero:hover .splide__arrow {
  opacity: 1;
}

.hero .splide__arrow--prev {
  left: 25px;
}

.hero .splide__arrow--next {
  right: 25px;
}

.hero .splide__pagination {
  bottom: 25px;
}

.hero .splide__pagination__page {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  transform: scale(1);
}

.hero .splide__pagination__page:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #0000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero .splide__pagination__page.is-active {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  transform: scale(1);
}

.hero .splide__pagination__page.is-active:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-desk {
  height: 600px;
  display: none;
}

.hero-desk .hero__single {
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media (width >= 768px) {
  .hero-desk {
    display: block;
  }
}

.hero-desk .hero__text {
  width: 100%;
  text-align: center;
  padding: 0 15px;
}

@media (width >= 1250px) {
  .hero-desk .hero__text {
    max-width: 1545px;
    margin: 0 auto;
  }
}

.hero-desk .hero__text .title {
  letter-spacing: 1.2px;
  color: #fff;
  text-shadow: 0 4px 4px #00000040;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-desk .hero__text .subtext {
  letter-spacing: .7px;
  color: #fff;
  text-shadow: 0 4px 4px #00000040;
  padding: 15px 0 50px;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-desk .hero__text .cta {
  width: 150px;
  height: 45px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

.hero-desk .hero__text .cta:hover {
  color: #000;
  background-color: #fff;
}

.hero-mob {
  height: 600px;
  width: 100%;
  padding: 0;
  display: block;
}

@media (width >= 1250px) {
  .hero-mob {
    max-width: 1545px;
    margin: 0 auto;
  }
}

.hero-mob .hero__single {
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media (width >= 768px) {
  .hero-mob {
    display: none;
  }
}

.hero-mob .hero__text {
  text-align: center;
  width: 100%;
  width: 100%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

@media (width >= 1250px) {
  .hero-mob .hero__text {
    max-width: 1545px;
    margin: 0 auto;
  }
}

.hero-mob .hero__text .title {
  color: #fff;
  letter-spacing: .74px;
  text-shadow: 0 4px 4px #00000040;
  margin: 0;
  padding: 0;
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-mob .hero__text .subtext {
  letter-spacing: .5px;
  text-shadow: 0 4px 4px #00000040;
  color: #fff;
  padding: 15px 0 50px;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-mob .hero__text .cta {
  width: 130px;
  height: 40px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

.hero-mob .hero__text .cta:hover {
  color: #000;
  background-color: #fff;
}

.category-shop {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 1250px) {
  .category-shop {
    max-width: 1545px;
    margin: 0 auto;
  }
}

.category-shop__prod-list {
  grid-gap: 34px;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 50px;
  display: grid;
}

@media (width >= 768px) {
  .category-shop__prod-list {
    grid-gap: 39px;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
  }
}

@media (width >= 1250px) {
  .category-shop__prod-list {
    grid-gap: 74px;
    grid-template-columns: repeat(5, 1fr);
    padding-top: 70px;
    display: grid;
  }
}

.category-shop__prod {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
  display: flex;
}

.category-shop__prod:hover .category-shop__img {
  background-color: #55a5474d;
  border: 1px solid #55a547;
}

.category-shop__img {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  transition: all .2s ease-in-out;
  position: relative;
}

@media (width >= 1250px) {
  .category-shop__img {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
  }
}

.category-shop__img img {
  width: 80px;
  height: 80px;
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width >= 1250px) {
  .category-shop__img img {
    width: 150px;
    height: 150px;
  }
}

.category-shop__prod-title {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (width >= 1250px) {
  .category-shop__prod-title {
    font-size: 20px;
  }
}

@media (width >= 768px) {
  #n_category .category-shop__prod, #n_content .category-shop__prod {
    width: 100%;
  }
}

#n_category .category-shop__prod-list, #n_content .category-shop__prod-list {
  grid-gap: 34px;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 50px;
  display: grid;
}

@media (width >= 768px) {
  #n_category .category-shop__prod-list, #n_content .category-shop__prod-list {
    grid-gap: 39px;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
  }
}

@media (width >= 1250px) {
  #n_category .category-shop__prod-list, #n_content .category-shop__prod-list {
    grid-gap: 69px;
    grid-template-columns: repeat(6, 1fr);
    gap: 69px;
    padding-top: 70px;
    display: grid;
  }
}

#n_category .category-shop__img, #n_content .category-shop__img {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  transition: all .2s ease-in-out;
  position: relative;
}

@media (width >= 1250px) {
  #n_category .category-shop__img, #n_content .category-shop__img {
    width: 200px;
    height: 200px;
  }
}

#n_category .category-shop__img img, #n_content .category-shop__img img {
  width: 80px;
  height: 80px;
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width >= 1250px) {
  #n_category .category-shop__img img, #n_content .category-shop__img img {
    width: 120px;
    height: max-content;
  }
}

#n_category .category-shop__prod, #n_content .category-shop__prod {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
  display: flex;
}

#n_category .category-shop__prod:hover .category-shop__img, #n_content .category-shop__prod:hover .category-shop__img {
  background-color: #55a5474d;
  border: 1px solid #55a547;
}

#n_category .category-shop__prod-title, #n_content .category-shop__prod-title {
  color: #000;
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.shop-featured__wrap {
  width: 100%;
  padding: 0 0 0 15px;
}

@media (width >= 1250px) {
  .shop-featured__wrap {
    max-width: 1545px;
    margin: 0 auto;
  }
}

@media (width >= 768px) {
  .shop-featured__wrap {
    padding-right: 15px;
  }
}

.shop-featured__wrap:hover .splide__arrow {
  opacity: 1;
}

.shop-featured__wrap {
  margin-top: 80px;
}

@media (width >= 1250px) {
  .shop-featured__wrap {
    margin-top: 100px;
  }
}

.usps-center__inner {
  width: 100%;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%);
}

@media (width >= 768px) {
  .usps-center__inner {
    transform: translate(-50%, -50%);
  }
}

@media (width >= 1250px) {
  .usps-center__inner {
    max-width: 1545px;
    flex-wrap: nowrap;
    margin: 0 auto;
    transform: translate(-50%, 20%);
  }
}

.usps-center__single {
  text-align: center;
  width: 100%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.usps-center__single:last-child {
  margin-bottom: 0;
}

@media (width >= 768px) {
  .usps-center__single {
    width: 45%;
    margin-bottom: 40px;
  }

  .usps-center__single:last-child, .usps-center__single:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (width >= 1250px) {
  .usps-center__single {
    width: 328px;
    margin-bottom: 0;
  }
}

.usps-center__single .usps__title {
  letter-spacing: .36px;
  color: #55a547;
  margin: 25px 0 15px;
  padding: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (width >= 1250px) {
  .usps-center__single .usps__title {
    font-size: 20px;
  }
}

.usps-center__single .usps__subtext {
  letter-spacing: .3px;
  color: #fff;
  height: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (width >= 1250px) {
  .usps-center__single .usps__subtext {
    font-size: 16px;
  }
}

.usps-center__img {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.usps-center__img img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.usps-hero {
  height: 1028px;
  margin-top: 100px;
  position: relative;
}

@media (width >= 768px) {
  .usps-hero {
    height: 1028px;
  }
}

@media (width >= 1250px) {
  .usps-hero {
    height: 668px;
    margin-top: 140px;
  }
}

.usps-banner {
  height: 100%;
  background-position: center;
  background-size: cover;
}

.usps-banner--desk {
  display: none;
}

@media (width >= 768px) {
  .usps-banner--desk {
    display: block;
  }
}

.usps-banner--mob {
  display: block;
}

@media (width >= 768px) {
  .usps-banner--mob {
    display: none;
  }
}

.half-ads {
  width: 100%;
  margin-top: 100px;
}

@media (width >= 1250px) {
  .half-ads {
    margin-top: 140px;
  }
}

.half-ads__wrap {
  grid-gap: 50px;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
}

@media (width >= 1250px) {
  .half-ads__wrap {
    grid-gap: 20px;
    height: 422px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

.testimonials {
  background-color: #fff;
  order: 2;
  padding: 39px 15px;
}

@media (width >= 768px) {
  .testimonials {
    padding: 59px 102px;
  }
}

@media (width >= 1250px) {
  .testimonials {
    order: none;
  }
}

.testimonials .splide__pagination {
  bottom: -15px;
}

@media (width >= 768px) {
  .testimonials .splide__pagination {
    bottom: -25px;
  }
}

.testimonials .splide__pagination__page {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  transform: scale(1);
}

.testimonials .splide__pagination__page:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #0000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonials .splide__pagination__page.is-active {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  transform: scale(1);
}

.testimonials .splide__pagination__page.is-active:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonials__single {
  text-align: center;
  padding-top: 35px;
}

@media (width >= 768px) {
  .testimonials__single {
    padding-top: 70px;
  }
}

.testimonials__single .subtext {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.testimonials__single .title {
  margin: 0;
  padding: 50px 0 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (width >= 1250px) {
  .testimonials__single .title {
    padding-top: 40px;
    padding-bottom: 16px;
    font-size: 25px;
  }
}

.testimonials__single .date {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (width >= 1250px) {
  .testimonials__single .date {
    font-size: 20px;
  }
}

.testimonials__single .quote-icon {
  fill: #ededed;
  z-index: -1;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width >= 1250px) {
  .testimonials__single .quote-icon {
    width: 300px;
    height: 300px;
  }
}

.category-sale {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (width >= 1250px) {
  .category-sale {
    order: 2;
  }
}

.category-sale__single {
  text-align: center;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 122px 63px;
  display: flex;
}

@media (width >= 768px) {
  .category-sale__single {
    padding: 114px 300px;
  }
}

@media (width <= 1350px) {
  .category-sale__single {
    padding: 114px 200px;
  }
}

@media (width <= 768px) {
  .category-sale__single {
    padding: 122px 63px;
  }
}

.category-sale__single .subtext {
  letter-spacing: .5px;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (width >= 1250px) {
  .category-sale__single .subtext {
    font-size: 30px;
  }
}

.category-sale__single .title {
  letter-spacing: .74px;
  color: #fff;
  text-shadow: 0 4px 4px #00000040;
  margin: 0;
  padding: 15px 0 50px;
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (width >= 768px) {
  .category-sale__single .title {
    padding: 15px 0 50px;
    font-size: 40px;
  }
}

.category-sale__single .cta {
  width: 130px;
  height: 40px;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

@media (width >= 768px) {
  .category-sale__single .cta {
    width: 150px;
    height: 45px;
    font-size: 17px;
  }
}

.category-sale__single .cta:hover {
  color: #000;
  background-color: #fff;
}

.blogs {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 1250px) {
  .blogs {
    max-width: 1545px;
    margin: 0 auto;
  }
}

.blogs .splide__pagination {
  bottom: -35px;
}

.blogs .splide__pagination__page {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  transform: scale(1);
}

.blogs .splide__pagination__page:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #0000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blogs .splide__pagination__page.is-active {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  transform: scale(1);
}

.blogs .splide__pagination__page.is-active:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog__wrap {
  margin-top: 70px;
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.blog__wrap .thumbnail-image {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 70%;
  transition: all .4s ease-in-out;
  position: relative;
  overflow: hidden;
}

.blog__wrap .thumbnail-image img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog__wrap:hover .thumbnail-image {
  transform: scale(1.1);
}

.blog__content {
  background-color: #fff;
  padding: 45px 20px;
  position: relative;
}

.blog__content .blog__date {
  width: 120px;
  height: 40px;
  color: #000;
  background-color: #f7f7f7;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  position: absolute;
  top: -20px;
  box-shadow: 0 0 4px #00000040;
}

.blog__content .blog__date svg {
  width: 25px;
  height: 25px;
}

.blog__content .blog__title {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (width >= 1250px) {
  .blog__content .blog__title {
    font-size: 24px;
  }
}

.blog__content .blog__subtext {
  max-height: 100px;
  margin: 0;
  padding: 20px 0 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  overflow: hidden;
}

.blog__content .blog__subtext img {
  display: none;
}

.blog__content .blog__subtext p {
  margin: 0;
  padding: 0;
}

.blog__content .blog__cta {
  color: #000;
  margin-top: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  display: block;
}

.blog__content .blog__cta:hover {
  color: #052359;
}

#n_category .category-shop__prod-list {
  padding-top: 80px;
}

@media (width >= 1250px) {
  #n_category .category-shop__prod-list {
    grid-gap: 0;
    grid-template-columns: repeat(6, 1fr);
    display: grid;
  }
}

.prod-list-head {
  z-index: 5;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 80px;
  transition: all .1s ease-in-out;
}

@media (width >= 1250px) {
  .prod-list-head {
    margin-top: 80px;
  }
}

.prod-list-head.activeClass {
  border: none;
  position: sticky;
  top: 35px;
  box-shadow: 0 3px 4px #00000040;
}

@media (width <= 1250px) {
  .prod-list-head.activeClass .prod-list-head__inner {
    padding: 70px 15px 10px;
  }
}

@media (width >= 1250px) {
  .prod-list-head.activeClass {
    z-index: 999;
    background-color: #fff;
    position: sticky;
    top: 80px;
  }
}

.prod-list-head__inner {
  width: 100%;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
}

@media (width >= 1250px) {
  .prod-list-head__inner {
    max-width: 1545px;
    height: 70px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
  }
}

.prod-list-head__inner .filter-btn {
  width: 160px;
  height: 35px;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #55a547;
  border-radius: 20px;
  flex-flow: wrap;
  grid-area: filter;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.prod-list-head__inner .filter-btn svg {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  fill: #55a547 !important;
}

@media (width >= 1250px) {
  .prod-list-head__inner .filter-btn {
    display: none;
  }
}

.prod-list-head__inner .results, .prod-list-head__inner .pagination-container {
  display: none;
}

@media (width >= 1250px) {
  .prod-list-head__inner .results, .prod-list-head__inner .pagination-container {
    display: block;
  }
}

.prod-list-head__inner .btn-text {
  letter-spacing: .45px;
  color: #000;
  margin-right: 245px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.prod-list-head__inner .viewby svg {
  width: 25px;
  height: 25px;
  fill: #d9d9d9;
}

.prod-list-head__inner .viewby .btn.active svg {
  fill: #55a547;
}

.prod-list-head__inner .viewby-wrap {
  grid-area: viewby;
  position: absolute;
  top: -50px;
  right: 0;
}

@media (width >= 1250px) {
  .prod-list-head__inner .viewby-wrap {
    margin-bottom: 0;
    position: relative;
    top: 0;
  }
}

.prod-list-head__inner .sort-opt {
  grid-area: sort;
}

@media (width >= 1250px) {
  .prod-list-head__inner .sort-opt {
    margin-left: auto;
  }
}

.prod-list-head__inner .sort-opt .form-control, .prod-list-head__inner .sort-opt #stloc_selector_cysel, .prod-list-head__inner .sort-opt #stloc_state_sel, .prod-list-head__inner .sort-opt #suburb_sl, .prod-list-head__inner .sort-opt ._itmspec_opt, .prod-list-head__inner .sort-opt .n-wrapper-form-control select, .n-wrapper-form-control .prod-list-head__inner .sort-opt select {
  height: 35px;
  width: 150px;
  border: 1px solid #55a547;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

@media (width >= 1250px) {
  .prod-list-head__inner .sort-opt .form-control, .prod-list-head__inner .sort-opt #stloc_selector_cysel, .prod-list-head__inner .sort-opt #stloc_state_sel, .prod-list-head__inner .sort-opt #suburb_sl, .prod-list-head__inner .sort-opt ._itmspec_opt, .prod-list-head__inner .sort-opt .n-wrapper-form-control select, .n-wrapper-form-control .prod-list-head__inner .sort-opt select {
    width: 180px;
    height: 35px;
    border: 1px solid #55a547;
    border-radius: 20px;
    padding: 0 8px;
  }
}

.pagination-container {
  justify-content: center;
  align-items: "center";
  flex-flow: wrap;
  display: flex;
}

.pagination-container .pagination {
  gap: 10px;
  margin: 0;
  padding: 0;
}

.pagination-container .pagination .page-link {
  color: #052359;
  border-radius: 3px;
  border: 1px solid #052359 !important;
}

.pagination-container .page-item.active {
  background-color: #052359;
}

.pagination-container .page-link {
  color: #052359;
  width: 40px;
  height: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  display: flex;
}

.page-item.active .page-link {
  background-color: #052359;
  border: 1px solid #fff;
  color: #fff !important;
}

.pagination .active .page-link, .pagination .active .page-link:hover, .pagination .active .page-link:focus {
  color: #fff;
  background-color: #052359;
  border: 1px solid #052359;
}

.page-link:hover {
  color: #fff !important;
  background-color: #052359 !important;
  border: 1px solid #052359 !important;
}

.page-link:hover svg {
  fill: #fff;
}

.page-link svg {
  width: 15px;
  height: 15px;
  fill: #052359;
}

.page-item--next .page-link, .page-item--prev .page-link {
  width: 50px;
  height: 40px;
  border: 1px solid #052359;
  border-radius: 3px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.total-pagination {
  text-align: center;
  font-size: 18px;
  line-height: 21.94px;
}

.cat-products__wrapper {
  width: 100%;
  padding: 0;
}

@media (width >= 1250px) {
  .cat-products__wrapper {
    /*max-width: 1545px;*/
    max-width: 100%;
    grid-template-columns: 1fr 4fr;
    gap: 64px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
  }

  .thumb .products-row--cat {
    grid-gap: 20px;
    height: -moz-fit-content;
    height: fit-content;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 60px;
    display: grid;
  }
}

@media (width <= 1560px) {
  .thumb .products-row--cat {
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
    padding: 0 15px;
    display: grid;
  }
}

@media (width <= 768px) {
  .thumb .products-row--cat {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    margin-top: 50px;
    padding: 0 15px;
    display: grid;
  }
}

@media (width >= 768px) {
  .thumb_list .products-row--cat {
    padding: 0 15px;
  }
}

@media (width >= 1250px) {
  .thumb_list .products-row--cat {
    margin: 60px 0;
    padding: 0;
  }
}

@media (width <= 768px) {
  .thumb_list .products-row--cat {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
    display: grid;
  }

  .thumb_list .products-row--cat .product__img-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .thumb_list .products-row--cat .product__img-wrapper .product__img {
    width: 260px;
    height: auto;
  }

  .thumb_list .products-row--cat .product__img-wrapper .product__img img {
    width: 100%;
    height: 100%;
  }

  .thumb_list .products-row--cat .product {
    background-color: #fff;
    border: none;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 20px;
  }

  .thumb_list .products-row--cat .product__wrapper {
    width: 100%;
  }

  .thumb_list .products-row--cat .product__description, .thumb_list .products-row--cat .product__add-data {
    height: auto;
    margin: 0;
  }

  .thumb_list .products-row--cat .product__title {
    margin-top: 25px;
    font-size: 18px;
  }

  .thumb_list .products-row--cat .product__description {
    margin-top: 20px;
  }

  .thumb_list .products-row--cat .product__description span {
    margin-top: 15px;
  }

  .thumb_list .products-row--cat .product__info {
    width: 100%;
    display: block;
  }

  .thumb_list .products-row--cat .savings-container {
    height: 20px;
    position: absolute;
    top: 20px;
  }

  .thumb_list .products-row--cat .product__details-right {
    margin-left: 0;
  }

  .thumb_list .products-row--cat .product__price {
    margin: 10px 0;
    display: block;
  }

  .thumb_list .products-row--cat .prod-box__form {
    width: 100%;
  }

  .thumb_list .products-row--cat .product__btn-wrap {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .thumb_list .products-row--cat .btn-details {
    margin: 0 !important;
  }
}

@media (width <= 768px) and (width >= 768px) {
  .thumb_list .products-row--cat .btn-details {
    order: 1 !important;
  }
}

@media (width <= 768px) {
  .thumb_list .products-row--cat .main-btn {
    width: 220px;
    height: 37px;
  }
}

@media (width <= 768px) and (width >= 768px) {
  .thumb_list .products-row--cat .main-btn {
    order: 2;
  }
}

.thumb .main-btn, .thumb-list .main-btn {
  width: 145px;
}

.thumb .btn-details, .thumb-list .btn-details {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  font-size: 14px !important;
}

.thumb .btn-details svg, .thumb-list .btn-details svg {
  width: 10px !important;
  height: 10px !important;
  margin-left: 7px !important;
}

.product__features {
  margin-top: 20px;
}

.product__features ul {
  margin: 0;
  padding: 0;
}

.product__features li {
  color: #535151;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 400;
  list-style: none;
}

.product__features li:last-child {
  padding-bottom: 0;
}

.title-empty-cat {
  width: 100%;
  padding: 100px 15px 0;
}

@media (width >= 1250px) {
  .title-empty-cat {
    /*max-width: 1545px;*/
    max-width: 100%;
    margin: 0 auto;
  }
}

.title-empty-cat p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

@media (width >= 1250px) {
  .left-sidebar {
    height: 650px;
    position: sticky;
    top: 150px;
  }
}

.left-sidebar ::-webkit-scrollbar {
  background: #fff;
  width: 5px !important;
}

.left-sidebar ::-webkit-scrollbar-thumb {
  background: #d9d9d9 !important;
}

.left-sidebar ::-webkit-scrollbar-thumb:hover {
  background-color: #ccc;
}

.filter-heading {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.filter-heading:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #55a547;
  border-radius: 20px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.filter-popup {
  height: 100% !important;
}

.filter-popup__data {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  padding: 0;
  transition: all .3s ease-in-out;
  display: block;
  overflow: auto;
  height: 100% !important;
}

.filter__wrapper {
  height: 100%;
  width: 100%;
  background-color: #fff;
  padding: 0 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (width >= 1250px) {
  .filter__wrapper {
    width: 100%;
    min-height: 500px;
    max-height: 700px;
    padding: 15px;
    overflow-y: auto;
  }
}

.new_filter {
  height: auto;
  border-bottom: 1px solid #d9d9d9;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer !important;
}

.new_filter--price .filter-body {
  margin: 0;
  padding: 0;
}

.new-filter {
  cursor: pointer;
}

.cat-filters {
  height: calc(100% - 130px);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

@media (width >= 1250px) {
  .cat-filters {
    height: auto;
  }
}

.cat-filters .filter-wrap {
  padding: 15px 0;
  transition: all .2s ease-in-out;
}

.cat-filters .filter-wrap.activeClass svg {
  transform: rotate(0);
}

.cat-filters .filter-header {
  color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s ease-in-out;
  display: flex;
}

.cat-filters .filter-header svg {
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}

.cat-filters .filter-header.activeClass svg {
  transform: rotate(0) !important;
}

.new_filter, .sidebar__list-sub {
  max-height: 55px;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.filter-wrap {
  height: 55px;
}

.clear-all-filters {
  letter-spacing: 1px;
  color: #55a547;
  text-align: center;
  width: 100%;
  max-width: 100%;
  border: 1px solid #55a547;
  border-radius: 20px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.clear-all-filters:hover {
  color: #fff;
  background-color: #55a547;
}

@media (width >= 1250px) {
  .clear-all-filters {
    margin-top: 25px;
  }
}

.clear-filter__wrap {
  width: 100%;
  margin-top: 15px;
  left: 0;
}

.filter-body .filter, .filter-body .filter-remove {
  background-color: none;
  border: none;
  margin-bottom: 5px;
  list-style: none;
}

.filter-body .filter svg, .filter-body .filter-remove svg {
  width: 20px;
  height: 20px;
  fill: #052359;
}

.filter-body .filter .filter-name, .filter-body .filter-remove .filter-name {
  width: 270px;
  color: #535151;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

@media (width >= 768px) {
  .filter-body .filter .filter-name, .filter-body .filter-remove .filter-name {
    width: 100%;
  }
}

.filter-body .filter .filter-name svg, .filter-body .filter-remove .filter-name svg {
  margin: 0;
}

.filter-body .filter .total, .filter-body .filter-remove .total {
  color: #535151;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

@media (width >= 1250px) {
  .filter-body .filter .total, .filter-body .filter-remove .total {
    margin-left: auto;
  }
}

.filter-body .list-group {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.filter-body .list-group .filter {
  margin: 0;
  padding: 0;
  min-height: 15px !important;
}

.filter-body .list-group .filter .filter-name {
  text-transform: capitalize;
}

.filter-body .list-group .filter-remove {
  min-height: 30px !important;
}

.filter-body .list-group-item {
  letter-spacing: 1px;
  color: #000;
  border: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

@media (width >= 1250px) {
  .filter-body .list-group-item {
    width: 100%;
  }
}

.filter-body .list-group-item--price {
  display: block !important;
}

.filter-body .price-wrap {
  height: 150px;
}

@media (width <= 1250px) {
  .filter-body .price-wrap .btn {
    width: 85%;
  }
}

.filter-body .filter-btn, .filter-body .clear-btn {
  width: 95%;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 35px !important;
}

.filter-body .filter-btn {
  color: #fff;
  background-color: #55a547;
  border: 1px solid #55a547;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}

.filter-body .filter-btn:hover {
  background-color: #4c933f;
}

.filter-body .clear-btn {
  text-transform: capitalize;
  color: #55a547;
  background: none;
  border: 1px solid #55a547;
  font-size: 16px;
  font-weight: 400;
}

.filter-body .clear-btn:hover {
  color: #fff;
  background-color: #55a547;
}

.filter-body .btn {
  padding: 0 !important;
}

.sidebar__link {
  padding-left: 0;
}

.sidebar__list-sub-wrap {
  flex-direction: column;
}

.sidebar__list-sub {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.sidebar__list-item {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar__link {
  color: #000;
  width: 100%;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.sidebar__link svg {
  width: 15px;
  height: 15px;
}

.sidebar__item {
  color: #000;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
}

.sidebar__item span {
  position: relative;
}

.sidebar__item span:after {
  content: " ";
  width: 0;
  height: 2px;
  background-color: #052359;
  transition: width .2s;
  position: absolute;
  bottom: -5px;
  right: 0;
}

.sidebar__item span:hover {
  color: #052359;
}

.sidebar__item span:hover:after {
  width: 100%;
  left: 0;
}

.list-group--brands {
  grid-gap: 0px;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
}

.list-group--brands a {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-group--brands .side-brand-name {
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 400;
}

.list-group--brands img {
  width: 50px;
  height: auto;
}

.filters-searched {
  margin-top: 15px;
}

.filters-searched .filter__item {
  height: auto;
  cursor: pointer;
  background-color: #535151;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 5px;
  display: flex;
}

.filters-searched .filter__item:hover {
  background-color: #393838;
}

.filters-searched .filter-top {
  gap: 5px;
}

.filters-searched .filter__filter {
  margin: 0;
  padding: 0;
}

.filters-searched .filter__close {
  order: 2;
  padding-left: 5px;
  font-size: 10px;
  font-weight: 600;
}

.filters-searched .filter__name, .filters-searched .filter__filter {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
}

.sidebar__link {
  padding-left: 0;
  text-transform: capitalize !important;
}

.sidebar__list-sub-wrap {
  flex-direction: column;
}

.sidebar__list-sub {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  padding: 0;
}

.sidebar__list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar__list-item svg {
  transform: rotate(180deg);
}

.sidebar__list-item.activeClass svg {
  transform: rotate(0);
}

.sidebar__link {
  width: 100%;
  cursor: pointer;
  cursor: pointer;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.sidebar__item {
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  display: flex;
  color: #535151 !important;
}

.sidebar__item span {
  position: relative;
}

.sidebar__item span:after {
  content: " ";
  width: 0;
  height: 2px;
  background-color: #052359;
  transition: width .2s;
  position: absolute;
  bottom: -5px;
  right: 0;
}

.sidebar__item span:hover {
  color: #052359;
}

.sidebar__item span:hover:after {
  width: 100%;
  left: 0;
}

.sidebar__item svg {
  fill: #55a547;
  width: 15px;
  height: 15px;
  transform: rotate(-90deg);
}

.pagination {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 15px 0;
  display: flex;
}

@media (width >= 1250px) {
  .pagination {
    max-width: 1545px;
    margin: 0 auto;
  }
}

@media (width >= 768px) {
  .pagination {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}

@media (width >= 1250px) {
  .pagination {
    margin-top: 60px;
    padding-top: 60px;
  }
}

.pagination__box {
  color: #55a547;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

@media (width >= 768px) {
  .pagination__box {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}

.pagination__current {
  width: 35px;
  height: 35px;
  color: #fff;
  background-color: #55a547;
  border: 1px solid #55a547;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
  transition: all .1s ease-in-out;
  display: flex;
}

.pagination__next {
  margin: 0 10px;
}

.pagination__wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (width >= 768px) {
  .pagination__wrap {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}

.pagination__wrap svg {
  width: 15px;
  height: 15px;
  fill: #55a547;
}

.pagination__wrap .pagination__arrow {
  width: 35px;
  height: 35px;
  border: 1px solid #55a547;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  transition: all .1s ease-in-out;
  display: flex;
}

.pagination__wrap .pagination__arrow:hover {
  background-color: #55a547;
}

.pagination__wrap .pagination__arrow:hover svg {
  fill: #fff;
}

.pagination__wrap .pagination__arrow--back {
  margin-right: 10px;
}

.pagination__wrap .pagination__arrow--back svg {
  transform: rotate(180deg);
}

.home-title--brands {
  margin: 0 0 100px;
  padding: 0;
}

.brands-wrapper {
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  padding: 0 15px;
  display: grid;
}

@media (width >= 1250px) {
  .brands-wrapper {
    max-width: 1545px;
    margin: 0 auto;
  }
}

@media (width >= 768px) {
  .brands-wrapper {
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 60px;
    display: grid;
  }
}

@media (width >= 1250px) {
  .brands-wrapper {
    grid-gap: 15px;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 120px;
    display: grid;
  }
}

.brandlistwrap {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brandlistwrap .brands__single {
  width: 150px;
  height: 150px;
  background: #fff;
  border: 1px solid #0000;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brandlistwrap .brands__single img {
  width: 40px;
  height: auto;
  mix-blend-mode: multiply;
}

@media (width >= 1250px) {
  .brandlistwrap .brands__single img {
    width: 90px;
    height: auto;
  }

  .brandlistwrap .brands__single {
    width: 200px;
    height: 200px;
  }
}

.brandlistwrap .brands-subtext {
  text-align: center;
  height: 40px;
  color: #000;
  margin-top: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

@media (width >= 1250px) {
  .brandlistwrap .brands-subtext {
    font-size: 20px;
  }
}

.brandlistwrap:hover .brands__single {
  background-color: #55a54766;
  border: 1px solid #55a547;
}

#n_content .category-shop__wrap {
  display: none;
}

.item-image {
  cursor: pointer;
  position: relative;
}

.item-image .splide__arrow {
  opacity: 0;
  border: 1px solid #d9d9d9;
}

.item-image:hover .splide__arrow {
  opacity: 1;
  transition: opacity .1 ease-in-out;
}

.item-image .savings-container {
  z-index: 5;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: start;
  display: flex;
  top: -25px;
  left: 15px !important;
}

@media (width >= 768px) {
  .item-image .savings-container {
    z-index: 5;
    top: 0;
    left: 15px !important;
  }
}

.item-image .savings-container .badge-success {
  margin: 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 11px;
  border-radius: 0 !important;
}

.item-image__open {
  color: #000;
  width: 15px;
  height: 15px;
  text-align: center;
  z-index: 999;
  border: 1px solid #000;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  display: flex;
  position: absolute;
  top: 100%;
  left: 45%;
}

@media (width <= 1024px) {
  .item-image__open {
    left: 0%;
  }
}

.item-image__open span {
  width: 100%;
  height: 100%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.prod-imgs {
  max-width: 100%;
  background-color: #fff;
  position: relative;
}

.prod-imgs .splide__pagination {
  top: 100% !important;
}

.prod-imgs .splide__pagination__page {
  width: 7px;
  height: 7px;
  background-color: #535151;
  border-radius: 50%;
  margin: 0 5px;
}

.prod-imgs .splide__pagination__page.is-active {
  width: 7px;
  height: 7px;
  background-color: #052359;
  border-radius: 50%;
  margin: 0 5px;
}

@media (width <= 1024px) {
  .prod-imgs {
    max-width: 100%;
  }
}

.prod-imgs .badge-wrap {
  z-index: 2222;
  position: absolute;
  top: 0;
  right: 0;
}

.prod-imgs__wrap {
  margin-bottom: 20px;
  padding: 25px;
}

@media (width >= 768px) {
  .prod-imgs__wrap {
    margin-bottom: 0;
    padding: 50px;
  }

  .prod-imgs__thumbnails-slide {
    overflow: hidden;
  }
}

.prod-imgs__thumbnails {
  padding: 0 50px;
  display: none;
}

.prod-imgs__thumbnails .splide__arrow {
  background-color: #000;
}

.prod-imgs__thumbnails .splide__arrow svg {
  fill: #fff;
}

.prod-imgs__thumbnails .splide__arrow--next {
  right: -45px;
}

@media (width >= 768px) {
  .prod-imgs__thumbnails .splide__arrow--next {
    bottom: 0;
    right: 50%;
  }
}

.prod-imgs__thumbnails .splide__arrow--prev {
  left: -45px;
}

@media (width >= 768px) {
  .prod-imgs__thumbnails .splide__arrow--prev {
    top: 0;
    left: 50%;
  }

  .prod-imgs__thumbnails {
    width: 145px;
    padding: 0;
  }
}

.prod-imgs__thumbnails .prod-imgs__figure {
  filter: grayscale();
}

.prod-imgs__thumbnails .splide__slide.is-active {
  border: none !important;
}

.prod-imgs__thumbnails .splide__slide.is-active .prod-imgs__figure {
  filter: grayscale(0);
}

.prod-imgs__figure {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
}

.prod-imgs__figure .prod-imgs__img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lightboxOverlay {
  z-index: 999;
  position: fixed !important;
}

.lb-container {
  width: 100% !important;
  height: auto !important;
}

.lb-container img {
  width: 100%;
  height: 100%;
}

.gallery-btn {
  width: 25%;
  height: 25%;
  z-index: 1;
  background: none;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
}

#jsGalleryWrap .item__image .splide__arrow {
  border: 1px solid #d9d9d9;
  opacity: 1 !important;
  display: block !important;
}

#jsGalleryWrap .item__image .splide__arrow--prev {
  opacity: 1 !important;
  display: block !important;
  left: -85% !important;
}

#jsGalleryWrap .item__image .splide__arrow--next {
  opacity: 1 !important;
  display: block !important;
  right: -85% !important;
}

#jsGalleryWrap .item__image .savings-container {
  z-index: 5;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: start;
  display: flex;
  top: -25px;
  left: 15px !important;
}

@media (width >= 768px) {
  #jsGalleryWrap .item__image .savings-container {
    z-index: 5;
    top: 0;
    left: 15px !important;
  }
}

#jsGalleryWrap .item__image .savings-container .badge-success {
  margin: 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 11px;
  border-radius: 0 !important;
}

#jsGalleryWrap .item-image__open {
  color: #000;
  width: 15px;
  height: 15px;
  text-align: center;
  z-index: 999;
  border: 1px solid #000;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  display: flex;
  position: absolute;
  top: 100%;
  left: 45%;
}

@media (width <= 1024px) {
  #jsGalleryWrap .item-image__open {
    left: 0%;
  }
}

#jsGalleryWrap .item-image__open span {
  width: 100%;
  height: 100%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  display: flex;
}

#jsGalleryWrap .prod-imgs {
  width: 100%;
  max-width: 100%;
  position: relative;
}

#jsGalleryWrap .prod-imgs .splide__pagination {
  top: 100% !important;
}

#jsGalleryWrap .prod-imgs .splide__pagination__page {
  width: 7px;
  height: 7px;
  background-color: #535151;
  border-radius: 50%;
  margin: 0 5px;
}

#jsGalleryWrap .prod-imgs .splide__pagination__page.is-active {
  width: 7px;
  height: 7px;
  background-color: #052359;
  border-radius: 50%;
  margin: 0 5px;
}

@media (width <= 1024px) {
  #jsGalleryWrap .prod-imgs {
    max-width: 100%;
  }
}

#jsGalleryWrap .prod-imgs .badge-wrap {
  z-index: 2222;
  position: absolute;
  top: 0;
  right: 0;
}

#jsGalleryWrap .prod-imgs__wrap {
  width: 80%;
}

@media (width >= 1250px) {
  #jsGalleryWrap .prod-imgs__wrap {
    width: 100%;
  }
}

#jsGalleryWrap .prod-imgs__thumbnails {
  padding: 0 50px;
  display: none;
}

#jsGalleryWrap .prod-imgs__thumbnails .splide__arrow {
  background-color: #000;
}

#jsGalleryWrap .prod-imgs__thumbnails .splide__arrow svg {
  fill: #fff;
}

#jsGalleryWrap .prod-imgs__thumbnails .splide__arrow--next {
  right: -45px;
}

@media (width >= 768px) {
  #jsGalleryWrap .prod-imgs__thumbnails .splide__arrow--next {
    bottom: 0;
    right: 50%;
  }
}

#jsGalleryWrap .prod-imgs__thumbnails .splide__arrow--prev {
  left: -45px;
}

@media (width >= 768px) {
  #jsGalleryWrap .prod-imgs__thumbnails .splide__arrow--prev {
    top: 0;
    left: 50%;
  }

  #jsGalleryWrap .prod-imgs__thumbnails {
    width: 145px;
    padding: 0;
  }
}

#jsGalleryWrap .prod-imgs__thumbnails .prod-imgs__figure {
  filter: grayscale();
}

#jsGalleryWrap .prod-imgs__thumbnails .splide__slide.is-active {
  border: none !important;
}

#jsGalleryWrap .prod-imgs__thumbnails .splide__slide.is-active .prod-imgs__figure {
  filter: grayscale(0);
}

#jsGalleryWrap .prod-imgs__figure {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 130%;
  position: relative;
  overflow: hidden;
}

@media (width <= 990px) {
  #jsGalleryWrap .prod-imgs__figure {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
  }
}

@media (width <= 650px) {
  #jsGalleryWrap .prod-imgs__figure {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 80%;
    position: relative;
    overflow: hidden;
  }
}

#jsGalleryWrap .prod-imgs__figure .prod-imgs__img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width >= 1250px) {
  #jsGalleryWrap .prod-imgs__figure .prod-imgs__img {
    width: 400px;
  }
}

#jsGalleryWrap .lightboxOverlay {
  z-index: 999;
  position: fixed !important;
}

#jsGalleryWrap .lb-container {
  width: 100% !important;
  height: auto !important;
}

#jsGalleryWrap .lb-container img {
  width: 100%;
  height: 100%;
}

.close-gallery {
  cursor: pointer;
  z-index: 50;
  width: 41px;
  height: 41px;
  border: 1px solid #080b0b33;
  border-radius: 2px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.close-gallery svg {
  width: 20px;
  height: 20px;
  fill: #1c1c1c;
}

.gallery-popup .splide__arrow {
  opacity: 1;
}

@media (width >= 1250px) {
  .gallery-popup .splide__arrow--next {
    right: -350px;
  }

  .gallery-popup .splide__arrow--prev {
    left: -350px;
  }
}

.item-info {
  background-color: #fff;
  margin-top: 65px;
}

@media (width >= 1250px) {
  .item-info {
    margin-top: 0;
  }
}

.item-info .video-wrap__figure {
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
  position: relative;
}

.item-info .video-wrap__figure iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width >= 1250px) {
  .item-info {
    margin-top: 70px;
  }
}

.item-info__wrap {
  padding: 25px 15px;
}

@media (width >= 1250px) {
  .item-info__wrap {
    padding: 35px;
  }
}

.item-info__title--video {
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

@media (width >= 1250px) {
  .item-info__title--video {
    margin-bottom: 80px;
    font-size: 34px;
  }
}

.item-info__title--video:before {
  content: "";
  height: 4px;
  width: 40px;
  background-color: #55a547;
  border-radius: 5px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

@media (width >= 1250px) {
  .item-info__title--video:before {
    bottom: -30px;
  }
}

.item-info__single {
  max-height: 100px;
  margin-bottom: 15px;
  transition: max-height .4s ease-in-out;
  overflow: hidden;
}

.item-info__single:last-child {
  margin-bottom: 0;
}

.item-info__title {
  height: 100px;
  text-align: center;
  cursor: pointer;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  position: relative;
}

@media (width >= 1250px) {
  .item-info__title {
    font-size: 34px;
  }
}

.item-info__title svg {
  width: 20px;
  height: 20px;
  fill: #000;
  position: absolute;
  right: 0;
}

.item-info__title.activeClass svg {
  transform: rotate(180deg);
}

.item-info__title:before {
  content: "";
  height: 4px;
  width: 40px;
  background-color: #55a547;
  border-radius: 5px;
  position: absolute;
  top: 80%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.item-info__text {
  text-align: center;
}

.item-info__text p {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.item-info__text--specs {
  text-align: left;
}

@media (width >= 1250px) {
  .item-info__text--specs {
    max-width: 355px;
    margin: 0 auto;
  }
}

.item-info__text--specs ul {
  padding: 0;
}

.item-info__text--specs ul li {
  color: #535151;
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: 400;
}

.item-info__text--specs ul li:last-child {
  padding-bottom: 0;
}

.item-info__text--reviews .reviews-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.item-info__text--reviews .reviews-subtext {
  padding: 25px 0 50px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.item-info__text--reviews .btn {
  width: 240px;
  height: 45px;
  color: #535151;
  border: 1px solid #535151;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: flex;
}

.item-info__text--reviews .btn:hover {
  color: #fff;
  background-color: #535151;
}

.item-info__text--reviews .btn i {
  color: #55a547;
  margin-right: 7px;
}

.buying-options__single {
  margin-top: 60px;
}

.buying-options__single .qty {
  height: 40px;
  background-color: #0000;
  border: 1px solid #535151;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

@media (width >= 1250px) {
  .buying-options__single .qty {
    height: 45px;
    font-size: 18px;
  }
}

.buying-options__single .main-btn {
  width: 100%;
  height: 40px;
  margin-top: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

@media (width >= 1250px) {
  .buying-options__single .main-btn {
    height: 45px;
    font-size: 18px;
  }
}

.buying-options__single .main-btn--backorder {
  color: #fff;
  background: #535151;
}

.buying-options__single .main-btn--backorder:hover {
  background-color: #464444;
}

.buying-options__single .main-btn--cart {
  color: #fff;
  background: #052359;
}

.buying-options__single .main-btn--cart:hover {
  background-color: #041a41;
}

.product-shipping {
  border: none;
  margin-top: 25px;
}

.product-shipping .card-header {
  color: #000;
  border: none;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-shipping .card-header span {
  margin-bottom: 25px;
  display: block;
}

.product-shipping .card-body {
  padding: 25px 20px;
}

.product-shipping .product-shipping__wrap {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}

@media (width >= 768px) {
  .product-shipping .product-shipping__wrap {
    grid-template-columns: 1fr 1.2fr 1.5fr 1.4fr;
    gap: 10px;
  }
}

.product-shipping .product-shipping__wrap .form-control, .product-shipping .product-shipping__wrap #stloc_selector_cysel, .product-shipping .product-shipping__wrap #stloc_state_sel, .product-shipping .product-shipping__wrap #suburb_sl, .product-shipping .product-shipping__wrap ._itmspec_opt, .product-shipping .product-shipping__wrap .n-wrapper-form-control select, .n-wrapper-form-control .product-shipping .product-shipping__wrap select, .product-shipping .product-shipping__wrap .btn {
  height: 40px;
  text-align: center;
  border-radius: 20px;
}

.product-shipping .product-shipping__wrap .form-control::placeholder, .product-shipping .product-shipping__wrap #stloc_selector_cysel::placeholder, .product-shipping .product-shipping__wrap #stloc_state_sel::placeholder, .product-shipping .product-shipping__wrap #suburb_sl::placeholder, .product-shipping .product-shipping__wrap ._itmspec_opt::placeholder, .product-shipping .product-shipping__wrap .n-wrapper-form-control select::placeholder, .n-wrapper-form-control .product-shipping .product-shipping__wrap select::placeholder, .product-shipping .product-shipping__wrap .btn::placeholder {
  color: #535151;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.product-shipping .product-shipping__wrap .btn {
  background-color: #052359;
  border: 1px solid #052359;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.product-shipping .product-shipping__wrap .btn:hover {
  background-color: #041a41;
}

.product-shipping .product-shipping__wrap .form-control, .product-shipping .product-shipping__wrap #stloc_selector_cysel, .product-shipping .product-shipping__wrap #stloc_state_sel, .product-shipping .product-shipping__wrap #suburb_sl, .product-shipping .product-shipping__wrap ._itmspec_opt, .product-shipping .product-shipping__wrap .n-wrapper-form-control select, .n-wrapper-form-control .product-shipping .product-shipping__wrap select {
  border: 1px solid #535151;
}

.product-shipping .shipping-results .method {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.product-shipping .shipping-results .method i {
  color: #535151;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.item-wrapper {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 1250px) {
  .item-wrapper {
    max-width: 1545px;
    grid-template-columns: 1.5fr 1fr;
    gap: 145px;
    margin: 0 auto;
    display: grid;
  }
}

.item-content {
  margin-top: 70px;
}

@media (width >= 1250px) {
  .item-content {
    height: max-content;
    margin-top: 0;
    position: sticky;
    top: 130px;
  }
}

.item-content__inner .product-title {
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (width >= 1250px) {
  .item-content__inner .product-title {
    font-size: 34px;
  }
}

.item-content__inner .product-customtext, .item-content__inner .download-brochure {
  width: 188px;
  height: 34px;
  color: #052359;
  background-color: #fff;
  border: 1px solid #55a547;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.item-content__inner .product-customtext svg, .item-content__inner .download-brochure svg {
  width: 15px;
  height: 15px;
  fill: #55a547;
  margin-right: 7px;
  transition: all .1s ease-in-out;
}

.item-content__inner .download-brochure {
  margin-top: 15px;
  transition: all .1s ease-in-out;
}

.item-content__inner .download-brochure:hover {
  color: #fff;
  background-color: green;
}

.item-content__inner .download-brochure:hover svg {
  fill: #fff;
}

.item-content__inner .product-sku {
  color: #000;
  text-align: left;
  margin-top: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: flex-start;
}

/* Scroll button: takes user to the Compatible Products section further down the page */
.product-buttons .download-brochure {
	margin-top: 0; /* override top margin to align side-by-side */
}
@media (max-width: 767px) {
	.product-buttons {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media (width >= 1250px) {
  .item-content__inner .product-sku {
    font-size: 18px;
  }
}

.item-content__inner .wrapper-pricing {
  margin-top: 30px;
}

.item-content__inner .wrapper-pricing .wrapper-pricing__inner {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.item-content__inner .wrapper-pricing .store-price {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
}

.item-content__inner .wrapper-pricing .productrrp {
  color: #535151;
  margin-left: 15px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.item-content__inner .wrapper-pricing .productsave {
  color: #c51a2d;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.item-content__inner .ex-gst {
  margin-left: 5px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.item-content__inner .badges-wrap {
  margin: 30px 0;
}

.item-content__inner .badges-wrap .badge {
  color: #535151;
  background-color: #0000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.item-content__inner .badges-wrap .badge svg {
  margin-top: -3px;
  margin-right: 5px;
}

.item-content__inner .badges-wrap .badge-warning svg, .item-content__inner .badges-wrap .badge-danger svg {
  width: 16px;
  height: 16px;
  fill: #c51a2d;
}

.item-content__inner .badges-wrap .badge-success svg {
  width: 16px;
  height: 16px;
  fill: #55a547;
}

.variation-wrapper ._itmspec_listopt {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.variation-wrapper ._itmspec_listopt:last-child {
  margin-bottom: 0;
}

@media (width >= 1250px) {
  .variation-wrapper ._itmspec_listopt {
    flex-wrap: nowrap;
  }
}

.variation-wrapper .variation-name {
  width: 100%;
  margin-bottom: 15px;
}

.variation-wrapper .variation-name label {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

@media (width >= 768px) {
  .variation-wrapper .variation-name {
    width: 25%;
    margin-bottom: 0;
  }
}

.variation-wrapper .specific {
  width: 100%;
}

@media (width >= 768px) {
  .variation-wrapper .specific {
    width: 70%;
  }
}

.variation-wrapper ._itmspec_opt {
  height: 45px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.item-sliders {
  width: 100%;
  margin-top: 100px;
  padding: 0 15px;
}

@media (width >= 1250px) {
  .item-sliders {
    max-width: 1545px;
    margin: 140px auto 0;
  }
}

.item-sliders:hover .splide__arrow {
  opacity: 1;
}

.popular-categories__title, .popular-categories__title {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 100px;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

@media (width >= 1250px) {
  .popular-categories__title, .popular-categories__title {
    font-size: 34px;
  }
}

.popular-categories__title:before, .popular-categories__title:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #55a547;
  border-radius: 20px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

#n_checkout .gd-header, #n_checkout .usps, #n_checkout .newsletter, #n_checkout .footer-top, #n_checkout .footer, #n_checkout .header-divide {
  margin: 0;
  display: none;
}

#n_checkout .stock-option__message {
  width: 170px;
  top: 0;
}

@media (width >= 1250px) {
  #n_checkout .stock-option__message {
    width: 240px;
    top: 80px;
  }
}

#n_checkout .stock__close-icon {
  display: none;
}

#n_checkout #_cpy_info_msgs {
  max-width: 1250px;
  margin: 40px auto 0;
  padding: 0 20px;
}

#n_checkout .footer-bottom__wrap {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

#n_checkout .footer-bottom__wrap .payment-icons__list {
  margin-right: 0 !important;
}

.cart-header {
  background-color: #052359;
  box-shadow: 0 4px 4px #00000040;
}

.cart-header__wrap {
  max-width: 1250px;
  height: 90px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

.cart-header__wrap .title {
  text-transform: capitalize;
  color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.cart-header__wrap .title svg {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

@media (width >= 768px) {
  .cart-header__wrap .title {
    font-size: 20px;
  }
}

@media (width >= 1250px) {
  .cart-header__wrap .title {
    font-size: 30px;
  }

  .cart-header__wrap .title svg {
    width: 35px;
    height: 35px;
  }
}

.ship_selector {
  cursor: pointer !important;
}

.ship_selector select {
  cursor: pointer !important;
  color: #495057 !important;
  font-weight: 400 !important;
}

#n_checkout .cart-body {
  margin-bottom: 75px;
}

@media (width >= 1250px) {
  #n_checkout .cart-body {
    margin-bottom: 0;
  }
}

#n_checkout .footer-bottom {
  margin-bottom: 78px;
}

@media (width >= 1250px) {
  #n_checkout .footer-bottom {
    margin-bottom: 0;
  }
}

.cart-body__wrap {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (width >= 1250px) {
  .cart-body__wrap {
    grid-gap: 90px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

.cart-body__left {
  width: 100%;
}

@media (width >= 1250px) {
  .cart-body__left {
    width: 630px;
  }
}

.cart-body__right {
  width: 100%;
}

@media (width >= 1250px) {
  .cart-body__right {
    width: 100%;
  }
}

.calculator-heading {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.calculator-heading .title {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 22px !important;
}

.calculator-heading .subtext {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.calculator-heading .subtext a {
  margin-left: 5px;
  font-weight: 400;
  color: #000 !important;
  text-decoration: underline !important;
}

.shipping-calc {
  border: none;
}

.shipping-calc__wrap {
  padding: 40px;
}

.shipping-calc__wrap form {
  grid-template-columns: 1fr;
  gap: 10px;
  display: grid;
}

@media (width >= 768px) {
  .shipping-calc__wrap form {
    grid-template-columns: 1fr 1fr 1.5fr 1fr;
    align-items: center;
    gap: 10px;
    display: grid;
  }
}

.shipping-calc__wrap form label {
  margin: 0;
  display: none;
}

.shipping-calc__wrap .custom-config-wrapper {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "delivery delivery"
                       "post country"
                       "btn btn";
}

.shipping-calc__wrap .custom-config-wrapper .form-group--delivery {
  grid-area: delivery;
}

.shipping-calc__wrap .custom-config-wrapper .form-group--post {
  grid-area: post;
}

.shipping-calc__wrap .custom-config-wrapper .form-group--country {
  grid-area: country;
}

.shipping-calc__wrap .custom-config-wrapper .form-group--country::placeholder {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.shipping-calc__wrap .custom-config-wrapper .form-group--btn {
  text-transform: capitalize;
  background-color: #052359;
  grid-area: btn;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

@media (width >= 768px) {
  .shipping-calc__wrap .custom-config-wrapper {
    grid-template-columns: 100px 130px 178px 132px;
    grid-template-areas: "delivery post country btn";
    justify-content: space-between;
  }
}

.shipping-calc__wrap .form-group {
  margin: 0;
  padding: 0;
}

.shipping-calc__wrap .form-group ::placeholder, .shipping-calc__wrap .form-group select, .shipping-calc__wrap .form-group option {
  color: #535151;
  font-size: 14px;
  font-weight: 300;
}

.shipping-calc__wrap .form-control, .shipping-calc__wrap #stloc_selector_cysel, .shipping-calc__wrap #stloc_state_sel, .shipping-calc__wrap #suburb_sl, .shipping-calc__wrap ._itmspec_opt, .shipping-calc__wrap .n-wrapper-form-control select, .n-wrapper-form-control .shipping-calc__wrap select, .shipping-calc__wrap .btn {
  border: 1px solid #535151;
  border-radius: 20px;
  height: 40px !important;
}

.shipping-calc__wrap .form-control::placeholder, .shipping-calc__wrap #stloc_selector_cysel::placeholder, .shipping-calc__wrap #stloc_state_sel::placeholder, .shipping-calc__wrap #suburb_sl::placeholder, .shipping-calc__wrap ._itmspec_opt::placeholder, .shipping-calc__wrap .n-wrapper-form-control select::placeholder, .n-wrapper-form-control .shipping-calc__wrap select::placeholder, .shipping-calc__wrap .btn::placeholder {
  color: #535151;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.shipping-calc__wrap .form-control.activeClass, .shipping-calc__wrap .activeClass#stloc_selector_cysel, .shipping-calc__wrap .activeClass#stloc_state_sel, .shipping-calc__wrap .activeClass#suburb_sl, .shipping-calc__wrap .activeClass._itmspec_opt, .shipping-calc__wrap .n-wrapper-form-control select.activeClass, .n-wrapper-form-control .shipping-calc__wrap select.activeClass {
  border: 1px solid #c51a2d;
  color: #c51a2d !important;
}

.shipping-calc__wrap .form-control.activeClass::placeholder, .shipping-calc__wrap .activeClass#stloc_selector_cysel::placeholder, .shipping-calc__wrap .activeClass#stloc_state_sel::placeholder, .shipping-calc__wrap .activeClass#suburb_sl::placeholder, .shipping-calc__wrap .activeClass._itmspec_opt::placeholder, .shipping-calc__wrap .n-wrapper-form-control select.activeClass::placeholder, .n-wrapper-form-control .shipping-calc__wrap select.activeClass::placeholder {
  color: #c51a2d !important;
}

.shipping-calc__wrap .btn {
  color: #fff;
  cursor: pointer;
  background-color: #d9d9d9;
  font-size: 16px;
  font-weight: 600;
}

.shipping-calc__wrap .delivery-info {
  cursor: pointer;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

@media (width >= 768px) {
  .shipping-calc__wrap .delivery-info {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }
}

.shipping-calc__wrap .delivery-info svg {
  width: 11px;
  height: 11px;
  margin-left: 8px;
}

@media (width >= 768px) {
  .shipping-calc__wrap .delivery-info svg {
    margin: 8px;
  }
}

.shipping-calc__wrap .delivery-info .truck-blue {
  fill: #052359;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 8px;
}

@media (width >= 768px) {
  .shipping-calc__wrap .delivery-info .truck-blue {
    margin: 0;
  }
}

.shipping-calc__wrap .post-message {
  color: #000;
  border-top: 1px solid #d9d9d9;
  margin-top: 25px;
  padding-top: 25px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.shipping-calc__wrap .post-message.activeClass {
  display: none;
}

.products__heading {
  width: 100%;
  margin: 60px 0 0;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  display: block;
}

.products__body {
  background-color: #fff;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "prod-img prod-desc"
                       "prod-img prod-price";
  margin-bottom: 60px;
  padding: 25px;
  display: grid;
  position: relative;
}

.products__body:last-child {
  margin-bottom: 0;
}

.products__body .ex-gst {
  margin-left: 5px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

@media (width >= 768px) {
  .products__body {
    grid-gap: 30px;
    height: 289px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "prod-img prod-desc prod-price";
    align-items: start;
    padding: 35px;
    display: grid;
  }
}

.products__body .products_img {
  width: 100%;
  height: 0;
  grid-area: prod-img;
  margin: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

@media (width >= 768px) {
  .products__body .products_img {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
  }
}

.products__body .products_img img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.products__body .products__description {
  height: 100%;
  flex-flow: column wrap;
  grid-area: prod-desc;
  justify-content: flex-start;
  display: flex;
  align-items: start !important;
}

.products__body .stock-option {
  cursor: normal;
  margin-top: 15px;
}

.products__body .products__pricing {
  height: 100%;
  flex-flow: column wrap;
  grid-area: prod-price;
  justify-content: space-between;
  align-items: start;
  margin: 0;
  padding: 0;
  display: flex;
}

@media (width >= 768px) {
  .products__body .products__pricing {
    flex-flow: column wrap;
    justify-content: space-between;
    display: flex;
    align-items: end !important;
  }
}

.products__body .products__pricing .cart-qty {
  width: 100px;
  height: 45px;
  text-align: center;
  border: none;
  border-radius: 20px;
  border: 1px solid #052359 !important;
}

.products__body .products__pricing .cart-pricing {
  margin: 15px 0 30px;
}

.products__body .products__pricing .cart-pricing .remove-btn {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: 13px;
  font-weight: 300;
  display: flex;
  position: absolute;
  left: 50px;
}

.products__body .products__pricing .cart-pricing .remove-btn svg {
  width: 15px;
  height: 15px;
}

.products__body .products__pricing .cart-pricing .remove-btn:hover {
  text-decoration: underline;
}

@media (width >= 768px) {
  .products__body .products__pricing .cart-pricing .remove-btn {
    display: none;
  }
}

.products__body .products__pricing .cart-pricing .price-regular {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}

.products__body .products__pricing .cart-pricing .price-qty {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

@media (width >= 768px) {
  .products__body .products__pricing .cart-pricing {
    margin: 0;
  }
}

.products__body .products__description .products-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.products__body .products__description .products__subtext {
  color: #000;
  margin-top: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.products__body .products__description .products-sku {
  color: #535151;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.products__body .products__description .badges-wrap {
  margin-top: 18px;
}

.products__body .products__description .badges-wrap .badge {
  color: #535151;
  background-color: #0000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.products__body .products__description .badges-wrap .badge svg {
  margin-top: -3px;
  margin-right: 5px;
}

.products__body .products__description .badges-wrap .badge-warning svg, .products__body .products__description .badges-wrap .badge-danger svg {
  width: 16px;
  height: 16px;
  fill: #c51a2d;
}

.products__body .products__description .badges-wrap .badge-success svg {
  width: 16px;
  height: 16px;
  fill: #55a547;
}

.products__body .products__description .remove-btn {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  padding: 0;
  font-size: 13px;
  font-weight: 300;
  display: flex;
}

.products__body .products__description .remove-btn svg {
  width: 15px;
  height: 15px;
}

@media (width >= 768px) {
  .products__body .products__description .remove-btn {
    margin-top: 23px;
    position: relative;
    top: 0;
    left: 0;
  }
}

.products__body .products__description .remove-btn:hover {
  text-decoration: underline;
}

.products__body .products__description .remove-btn--desk {
  display: none;
}

@media (width >= 768px) {
  .products__body .products__description .remove-btn--desk {
    display: block;
  }
}

.products__body .products__description .remove-btn--mob {
  display: block;
}

@media (width >= 768px) {
  .products__body .products__description .remove-btn--mob {
    display: none;
  }
}

.cart-body__right {
  height: auto;
}

@media (width >= 1250px) {
  .cart-body__right {
    height: 50vh;
    margin-top: 135px;
    position: sticky;
    top: 25px;
  }
}

.cart-body__right th, .cart-body__right td {
  border: none;
}

.cart-body__right .table {
  background: #fff;
}

.cart-body__right .summary-heading {
  background-color: #fff;
}

.cart-body__right .summary-heading th {
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  padding: 35px 0 15px 18px !important;
}

.cart-body__right .summary-top, .cart-body__right .summary-center {
  background-color: #fff;
}

.cart-body__right .summary-top i, .cart-body__right .summary-center i {
  color: #000;
}

.cart-body__right .summary-top th, .cart-body__right .summary-top td, .cart-body__right .summary-center th, .cart-body__right .summary-center td {
  width: 100%;
  padding: 0;
}

.cart-body__right .summary-top th, .cart-body__right .summary-center th {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 0 15px 18px !important;
}

.cart-body__right .summary-top td, .cart-body__right .summary-center td {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 18px 15px 0 !important;
}

.cart-body__right .summary-center {
  background-color: #fff;
}

.cart-body__right .summary-center .shipping-cost-txt {
  padding: 15px 0 15px 18px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}

.cart-body__right .summary-center .shipping-cost {
  font-size: 14px;
  padding: 15px 18px 15px 0 !important;
  font-weight: 600 !important;
}

.cart-body__right .summary-center .shipping-enquiry {
  margin: 0 0 20px;
  padding: 0;
}

.cart-body__right .summary-center .shipping-enquiry:last-child {
  margin-bottom: 0;
}

.cart-body__right .summary-center .shipping-enquiry label {
  margin: 0;
  padding: 0;
}

.cart-body__right .summary-center .shipping-enquiry h4 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

.cart-body__right .summary-center .shipping-enquiry p {
  font-size: 13px;
  font-weight: 400;
  margin: 0 !important;
  padding: 0 !important;
}

.cart-body__right .summary-center th, .cart-body__right .summary-center td {
  width: 100%;
  padding: 0;
}

.cart-body__right .summary-center td {
  padding-left: 18px;
  font-size: 14px !important;
  font-weight: 300 !important;
}

.cart-body__right .summary-end {
  background-color: #fff;
}

.cart-body__right .summary-end th, .cart-body__right .summary-end td {
  width: 100%;
  padding: 0;
}

.cart-body__right .summary-end th {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 0 15px 18px !important;
}

.cart-body__right .summary-end td {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 18px 15px 0 !important;
}

.cart-body__right .spacer {
  border: 5px solid #f7f7f7;
}

.cart-body__right .summary-bottom {
  width: 100%;
  background: #fff;
  border: none;
  margin-top: 5px;
  border-radius: 3px !important;
}

.cart-body__right .summary-bottom th, .cart-body__right .summary-bottom td {
  width: 100%;
  padding: 0;
  font-weight: 500;
  font-size: 18px !important;
}

.cart-body__right .summary-bottom .text-right {
  font-weight: 600;
}

.cart-body__right .summary-bottom th {
  padding: 15px 0 15px 18px !important;
}

.cart-body__right .summary-bottom td {
  padding: 15px 18px 15px 0 !important;
}

.about-delivery .title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}

@media (width >= 1250px) {
  .about-delivery .title {
    margin-top: 40px;
  }
}

.about-delivery .subtext {
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 300;
}

.about-delivery .cta {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: #000 !important;
}

.delivery-wrap {
  margin-top: 60px;
}

@media (width >= 1250px) {
  .delivery-wrap {
    margin-top: 0;
  }
}

.prod-buttons__zip {
  margin-top: 15px;
}

.prod-buttons__zip p, .prod-buttons__zip h4, .prod-buttons__zip strong, .prod-buttons__zip p span {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 137% !important;
}

.prod-buttons__zip .zip-container {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.prod-buttons__zip .zip-container span {
  display: none;
  order: 2 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
}

.prod-buttons__zip img {
  width: 75px !important;
  height: auto !important;
  margin: 0 !important;
}

.prod-buttons__zip hr {
  display: none !important;
}

.prod-buttons__zip .panel-body p, .prod-buttons__zip ul {
  display: none;
}

.cart-footer {
  background-color: #55a547;
}

@media (width >= 1250px) {
  .cart-footer {
    margin-top: 200px;
  }
}

.cart-footer__wrap {
  height: 150px;
  max-width: 1250px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

@media (width >= 768px) {
  .cart-footer__wrap {
    height: 139px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

.cart-footer__wrap .cart-footer__inner {
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: end;
  display: flex;
}

.cart-footer__wrap .cart-footer__inner .footer-social-icons {
  margin: 0;
}

.cart-footer__wrap .footer-social-icons {
  margin-top: 10px !important;
}

.cart-footer__wrap .footer-social-icons svg {
  width: 25px;
  height: 25px;
  background-color: #fff;
  padding: 5px;
  fill: #55a547 !important;
}

.cart-footer__wrap .footer-social-icons svg:hover {
  background-color: #f2f2f2;
}

.cart-footer__wrap .cart-footer__phone svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.cart-footer__wrap .cart-footer__phone-top {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-footer__wrap .cart-footer__phone-top .title {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.cart-footer__wrap .table {
  background: #fff;
}

.cart-footer__wrap .table--post {
  margin-top: 15px;
  background-color: #fff !important;
}

.cart-footer__wrap .table--post .shipping-info-form {
  padding: 20px;
}

.cart-footer__wrap .table--post .summary-center, .cart-footer__wrap .table--post .summary-center--first td, .cart-footer__wrap .summary-heading {
  background-color: #fff;
}

.cart-footer__wrap .summary-heading th {
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  padding: 35px 0 15px 18px !important;
}

.cart-footer__wrap .summary-top {
  background-color: #fff;
}

.cart-footer__wrap .summary-top th, .cart-footer__wrap .summary-top td {
  width: 100%;
  padding: 0;
}

.cart-footer__wrap .summary-top th {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 0 15px 18px !important;
}

.cart-footer__wrap .summary-top td {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 18px 15px 0 !important;
}

.cart-footer__wrap .summary-center {
  background-color: #fff;
}

.cart-footer__wrap .summary-center .shipping-cost-txt {
  padding: 15px 0 15px 18px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}

.cart-footer__wrap .summary-center .shipping-cost {
  font-size: 14px;
  padding: 15px 18px 15px 0 !important;
  font-weight: 600 !important;
}

.cart-footer__wrap .summary-center .shipping-enquiry {
  margin: 0 0 20px;
  padding: 0;
}

.cart-footer__wrap .summary-center .shipping-enquiry:last-child {
  margin-bottom: 0;
}

.cart-footer__wrap .summary-center .shipping-enquiry label {
  margin: 0;
  padding: 0;
}

.cart-footer__wrap .summary-center .shipping-enquiry h4 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

.cart-footer__wrap .summary-center .shipping-enquiry p {
  font-size: 13px;
  font-weight: 400;
  margin: 0 !important;
  padding: 0 !important;
}

.cart-footer__wrap .summary-center th, .cart-footer__wrap .summary-center td {
  width: 100%;
  padding: 0;
}

.cart-footer__wrap .summary-center td {
  padding-left: 18px;
  font-size: 14px !important;
  font-weight: 300 !important;
}

.cart-footer__wrap .summary-end {
  background-color: #fff;
}

.cart-footer__wrap .summary-end th, .cart-footer__wrap .summary-end td {
  width: 100%;
  padding: 0;
}

.cart-footer__wrap .summary-end th {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 0 15px 18px !important;
}

.cart-footer__wrap .summary-end td {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 18px 15px 0 !important;
}

.cart-footer__wrap .spacer {
  height: 5px;
}

.cart-footer__wrap .summary-bottom {
  width: 100%;
  background-color: #fff;
  border: none;
  margin-top: 5px;
  border-radius: 3px !important;
}

.cart-footer__wrap .summary-bottom th, .cart-footer__wrap .summary-bottom td {
  width: 100%;
  padding: 0;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.cart-footer__wrap .summary-bottom th {
  padding: 15px 0 15px 18px !important;
}

.cart-footer__wrap .summary-bottom td {
  padding: 15px 18px 15px 0 !important;
}

.cart-footer__bottom {
  background-color: #052359;
}

.cart-footer__bottom-wrap {
  max-width: 1250px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

@media (width >= 1250px) {
  .cart-footer__bottom-wrap {
    height: 80px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    display: flex;
  }
}

.cart-footer__bottom-wrap .company-copyright {
  color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

@media (width >= 1250px) {
  .cart-footer__bottom-wrap .company-copyright {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

.cart-footer__bottom-wrap .footer-abn {
  margin: 0;
}

@media (width >= 1250px) {
  .cart-footer__bottom-wrap .footer-abn {
    margin-left: 15px;
  }
}

.cart-footer__bottom-wrap .footer-social-icons {
  margin: 15px 0;
  display: block;
}

.cart-footer__bottom-wrap .footer-social-icons svg {
  width: 25px;
  height: 25px;
  background-color: #55a547;
  padding: 5px;
  fill: #052359 !important;
}

.cart-footer__bottom-wrap .footer-social-icons svg:hover {
  background-color: #f2f2f2;
}

.cart-footer__bottom-wrap .payment-options {
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (width >= 1250px) {
  .cart-footer__bottom-wrap .payment-options {
    width: auto;
  }
}

.table--post {
  background-color: #fff;
}

.table--post td {
  padding: 20px 40px;
}

.table--post .shipping-enquiry {
  margin-bottom: 40px;
}

.table--post .shipping-enquiry:last-child {
  margin-bottom: 0;
}

.table--post .shipping-enquiry label {
  margin: 0;
}

.table--post .shipping-enquiry h4 {
  margin: 0 0 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.table--post .shipping-enquiry p {
  color: #535151;
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.blog-main {
  grid-template-columns: 1fr;
  grid-template-areas: "blog1"
                       "blog2"
                       "blog3"
                       "blog4";
  gap: 10px;
  display: grid;
}

@media (width >= 768px) {
  .blog-main {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "blog1 blog2"
                         "blog3 blog4";
    gap: 20px;
  }
}

@media (width >= 1250px) {
  .blog-main {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "blog1 blog1 blog2"
                         "blog1 blog1 blog3"
                         "blog4 blog4 blog3";
    gap: 60px;
  }
}

.blog-main .blog__wrap {
  margin: 0;
}

.blog-main .blog__wrap .thumbnail-image {
  transform: scale(1.2);
}

.blog-main .blog__wrap:hover .thumbnail-image {
  transform: scale(1.4);
}

.blog-main .blog__wrap:first-child {
  grid-area: blog1;
}

@media (width >= 1250px) {
  .blog-main .blog__wrap:first-child .thumbnail-image {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 38%;
    position: relative;
    overflow: hidden;
  }
}

.blog-main .blog__wrap:nth-child(2) {
  grid-area: blog2;
}

.blog-main .blog__wrap:nth-child(3) {
  grid-area: blog3;
}

.blog-main .blog__wrap:nth-child(4) {
  grid-area: blog4;
}

@media (width >= 1250px) {
  .blog-main .blog__wrap:nth-child(4) .thumbnail-image {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 38%;
    position: relative;
    overflow: hidden;
  }
}

.blog-single__wrap {
  grid-template-columns: 1fr;
  display: grid;
}

@media (width >= 1250px) {
  .blog-single__wrap {
    grid-template-columns: 2fr 1fr;
    gap: 78px;
    display: grid;
  }
}

.blog-single__wrap .btn-post {
  height: 60px;
  width: 100%;
  color: #fff;
  background: #55a547;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.blog-single__inner {
  font-weight: 16px;
  background-color: #fff;
  padding: 15px;
  font-style: normal;
  font-weight: 400;
  text-align: left !important;
}

@media (width >= 1250px) {
  .blog-single__inner {
    padding: 50px 25px;
  }
}

.blog-single__inner span {
  text-align: left !important;
}

.blog-single__popular {
  height: max-content;
  background-color: #fff;
  padding: 25px;
}

@media (width >= 1250px) {
  .blog-single__popular {
    padding: 55px;
    position: sticky;
    top: 50px;
  }
}

.blog-single__popular .home-title {
  text-align: left;
  margin: 0 0 40px;
  padding: 0;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
}

.blog-single__popular .home-title:before {
  content: "";
  display: none;
}

.blog-single__popular .blog__wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 40px;
  display: flex;
}

.blog-single__popular .blog__wrap:last-child {
  margin-bottom: 0;
}

.blog-single__popular .blog__date {
  box-shadow: none;
  width: auto;
  height: auto;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
  top: 0;
}

.blog-single__popular .blog__date svg {
  fill: #55a547;
}

.blog-single__popular .blog__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.blog-single__popular .blog__content {
  margin-left: 30px;
  padding: 0;
}

.blog-single__popular .img-responsive {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

@media (width >= 1250px) {
  .blog-single__popular .img-responsive {
    width: 150px;
    height: 150px;
  }
}

.login-wrap .page-header {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 1250px) {
  .login-wrap .page-header {
    max-width: 1545px;
    margin: 0 auto;
  }
}

.login-wrap .page-header h1 {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 70px;
  padding-bottom: 30px;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.login-wrap .page-header h1:before {
  content: "";
  width: 45px;
  height: 4px;
  background: #55a547;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (width >= 1250px) {
  .login-wrap .page-header h1 {
    font-size: 34px;
  }
}

.return-customer, .new-customer {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 1250px) {
  .return-customer, .new-customer {
    max-width: 1545px;
    margin: 0 auto;
  }

  .return-customer {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 135px;
    display: grid;
  }
}

.return-customer .customer-banner {
  height: 403px;
  text-align: center;
  margin-top: 50px;
}

@media (width >= 1250px) {
  .return-customer .customer-banner {
    margin-top: 0;
  }
}

.return-customer .customer-banner .customer-banner__single {
  height: 100%;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.return-customer .customer-banner .title {
  text-shadow: 0 4px 4px #00000040;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}

@media (width >= 1250px) {
  .return-customer .customer-banner .title {
    font-size: 50px;
  }
}

.return-customer .card, .return-customer .card-header, .return-customer .card-body {
  background-color: #0000;
  border: none;
  padding: 0;
}

.return-customer .card-header {
  margin-bottom: 30px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (width >= 1250px) {
  .return-customer .card-header {
    font-size: 28px;
  }
}

.return-customer label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.return-customer .form-control, .return-customer #stloc_selector_cysel, .return-customer #stloc_state_sel, .return-customer #suburb_sl, .return-customer ._itmspec_opt, .return-customer .n-wrapper-form-control select, .n-wrapper-form-control .return-customer select {
  height: 40px;
  border: 1px solid #55a547;
  border-radius: 20px;
}

@media (width >= 1250px) {
  .return-customer .form-control, .return-customer #stloc_selector_cysel, .return-customer #stloc_state_sel, .return-customer #suburb_sl, .return-customer ._itmspec_opt, .return-customer .n-wrapper-form-control select, .n-wrapper-form-control .return-customer select {
    height: 45px;
  }
}

.return-customer .form-text {
  color: #000;
  margin-top: 10px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.return-customer .form-text a {
  color: #000;
  text-decoration: underline;
}

.return-customer .btn {
  height: 40px;
  background-color: #55a547;
  border: 1px solid #55a547;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 0;
  display: flex;
}

.return-customer .btn i {
  margin-right: 8px;
}

.return-customer .btn:hover {
  background-color: #4c933f;
}

@media (width >= 1250px) {
  .return-customer .btn {
    height: 45px;
    margin-top: 60px;
  }
}

.login-banner {
  height: 600px;
  margin: 100px 0;
}

.login-banner__single {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

.login-banner__single .login-banner__text {
  text-align: center;
  color: #fff;
}

.login-banner__single .login-banner__text .title {
  text-shadow: 0 4px 4px #00000040;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}

@media (width >= 1250px) {
  .login-banner__single .login-banner__text .title {
    font-size: 61px;
  }
}

.login-banner__single .login-banner__text .subtext {
  margin: 10px 0 0;
  padding: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

@media (width >= 1250px) {
  .login-banner__single .login-banner__text .subtext {
    font-size: 40px;
  }
}

.new-customer {
  background-color: #fff;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

@media (width >= 1250px) {
  .new-customer {
    grid-gap: 68px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    display: grid;
  }
}

.new-customer .card, .new-customer .card-header, .new-customer .card-body {
  background-color: #0000;
  border: none;
  padding: 0;
}

.new-customer .new-customer-banner {
  width: 100%;
}

.new-customer .new-customer-banner, .new-customer .new-customer-banner__single {
  height: 768px;
  order: 2;
  margin-top: 50px;
}

@media (width >= 1250px) {
  .new-customer .new-customer-banner, .new-customer .new-customer-banner__single {
    height: 100%;
    order: 1;
    margin-top: 0;
  }
}

.new-customer .new-customer-banner__single {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.new-customer .new-customer-banner__single .title {
  text-shadow: 0 4px 4px #00000040;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}

@media (width >= 1250px) {
  .new-customer .new-customer-banner__single .title {
    font-size: 61px;
  }
}

.new-customer form {
  padding: 25px 15px;
}

@media (width >= 1250px) {
  .new-customer form {
    order: 1;
    padding: 116px 67px 116px 0;
  }
}

.new-customer label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.new-customer .form-control, .new-customer #stloc_selector_cysel, .new-customer #stloc_state_sel, .new-customer #suburb_sl, .new-customer ._itmspec_opt, .new-customer .n-wrapper-form-control select, .n-wrapper-form-control .new-customer select {
  height: 40px;
  border: 1px solid #55a547;
  border-radius: 20px;
}

@media (width >= 1250px) {
  .new-customer .form-control, .new-customer #stloc_selector_cysel, .new-customer #stloc_state_sel, .new-customer #suburb_sl, .new-customer ._itmspec_opt, .new-customer .n-wrapper-form-control select, .n-wrapper-form-control .new-customer select {
    height: 45px;
  }
}

.new-customer .form-text {
  color: #000;
  margin-top: 10px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.new-customer .form-text a {
  color: #000;
  text-decoration: underline;
}

.new-customer .btn {
  height: 40px;
  background-color: #55a547;
  border: 1px solid #55a547;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 0;
  display: flex;
}

.new-customer .btn i {
  margin-right: 8px;
}

.new-customer .btn:hover {
  background-color: #4c933f;
}

@media (width >= 1250px) {
  .new-customer .btn {
    height: 45px;
    margin-top: 60px;
  }
}

.new-customer .checkbox label {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.new-customer .card-header {
  margin-bottom: 30px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (width >= 1250px) {
  .new-customer .card-header {
    font-size: 28px;
  }
}

.popup {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background-color: #fff;
  transition: all .3s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateY(0);
}

@media (width >= 768px) {
  .popup {
    width: 375px;
  }
}

.popup.activeClass {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  transition: all .1s ease-in-out;
  display: block;
  transform: translateY(0);
}

.gallery-popup {
  max-width: 100%;
  width: 100%;
  height: 80%;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  transform: translateY(-200%);
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
  left: 0 !important;
}

.gallery-popup.activeClass {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

@media (width >= 500px) {
  .gallery-popup {
    height: 100%;
  }
}

@media (width >= 768px) {
  .gallery-popup {
    height: 100%;
  }
}

@media (width >= 1250px) {
  .gallery-popup {
    max-width: 1530px;
    height: 80%;
    margin: 0 auto;
    top: 10%;
  }

  .gallery-popup .close-gallery {
    border: none;
  }
}

.gd-header__wrap {
  z-index: 16;
  background: #fff;
  position: relative;
}

@media (width >= 1250px) {
  .gd-header__wrap {
    z-index: 6;
  }
}

.cart-popup .popup__heading--inner {
  border: 1px solid #535151;
}

.menu-popup, .cart-popup, .user-popup, .search-popup {
  margin-top: 35px;
}

.menu-popup.activeScroll, .cart-popup.activeScroll, .user-popup.activeScroll, .search-popup.activeScroll {
  margin-top: 0;
}

@media (width >= 1250px) {
  .menu-popup, .cart-popup, .user-popup, .search-popup {
    margin-top: 0;
  }
}

.popups {
  width: 100%;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

@media (width >= 1250px) {
  .popups {
    max-width: 1545px;
    margin: 0 auto;
  }

  .user-popup {
    width: 175px;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    left: 83%;
    transform: translateY(100px);
  }

  .user-popup .popup__heading--inner {
    display: none;
  }

  .user-popup.activeClass {
    opacity: 1;
    visibility: visible;
    left: 83%;
    transform: translateY(100px);
  }

  .user-popup.activeScroll {
    transform: translateY(68px);
  }
}

.menu-popup .popup__heading--inner {
  z-index: 100;
  position: relative;
}

.menu-popup .filters__wrap {
  margin-top: 65px;
}

@media (width >= 1250px) {
  .cart-popup {
    width: 275px;
    opacity: 0;
    visibility: hidden;
    right: 50px;
    transform: translateY(100px);
  }

  .cart-popup .popup__heading--inner {
    display: none;
  }

  .cart-popup.activeClass {
    opacity: 1;
    visibility: visible;
    right: 50px;
    transform: translateY(100px);
  }

  .cart-popup.activeScroll {
    transform: translateY(68px);
  }

  .cart-popup {
    width: 430px;
  }

  .user-popup {
    width: 175px;
    border: 1px solid #f7f7f7;
    border-radius: 3px;
  }

  .user-popup .user-popup__data {
    padding: 0;
  }

  .user-popup .account-details {
    margin: 5px;
  }

  .user-popup .account-details li {
    margin: 0;
    padding: 0;
    transition: all .2s ease-in-out;
  }

  .user-popup .account-details li:hover {
    background-color: #55a547;
  }

  .user-popup .account-details .dropdown-link {
    width: 100%;
    height: 100%;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }
}

@media (width >= 1250px) and (width >= 1250px) {
  .user-popup .account-details .dropdown-link {
    width: 100%;
    height: 100%;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
  }
}

.close-icon {
  cursor: pointer;
}

.search-popup svg {
  width: 20px;
  height: 20px;
}

@media (width >= 1250px) {
  .search-popup {
    width: 100%;
  }
}

.search-popup__data {
  height: 100px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

@media (width >= 1250px) {
  .search-popup__data {
    height: 123px;
    margin-bottom: 0;
    box-shadow: 0 0 8px #00000026;
  }
}

@media (width >= 1250px) and (width >= 1250px) {
  .search-popup__data {
    height: 152px;
  }
}

@media (width <= 1740px) {
  .search-popup__data {
    height: 200px;
  }
}

.search-popup__data .search-popup__close {
  position: absolute;
  right: 25px;
}

@media (width >= 1250px) {
  .search-popup__data .search-popup__close {
    right: 25px;
  }
}

.search-popup__data .header__search-form, .search-popup__data .header__search {
  width: 100%;
  height: 35px;
}

.search-popup__data .header__input {
  width: 90%;
  height: 35px;
  position: relative;
}

.search-popup__data .header__input:focus {
  outline: none !important;
}

.search-popup__data .search__logo {
  display: none;
}

@media (width >= 1250px) {
  .search-popup__data .search__logo {
    display: block;
    position: absolute;
  }

  .search-popup__data .header__search-form {
    max-width: calc(100% - 733px);
    margin: 0 auto;
    padding-left: 100px;
  }
}

.search-popup__data .header__input {
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 0 10px;
}

.search-popup__data .header__input:focus {
  outline: none !important;
}

@media (width >= 1250px) {
  .search-popup__data .header__input {
    width: 100%;
    padding: 0 0 0 30px;
  }
}

.search-popup__data ::placeholder {
  color: #f7f7f7;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.search-popup__data .header__btn {
  height: 35px;
  width: 50px;
  background-color: #0000;
  border: none;
  position: absolute;
  right: 55px;
}

.search-popup__data .header__btn svg {
  background-color: none;
  fill: #535151;
  cursor: pointer;
  border: none;
}

@media (width >= 1250px) {
  .cart-popup {
    border-radius: 5px;
  }
}

.cart-popup .close-icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 15px;
}

@media (width >= 1250px) {
  .cart-popup .close-icon {
    fill: #000;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
  }
}

.popup__heading--inner {
  height: 65px;
  color: #fff;
  background-color: #052359;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

.popup__heading--inner .popup__title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.popup__heading--inner .header-main__count-item {
  right: 115px !important;
}

.popup__heading--inner .header-main__relative-count {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.popup__heading--inner svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.order-summary {
  padding: 0 15px;
}

.order-summary svg {
  width: 15px;
  height: 15px;
}

.order-summary ul {
  margin: 0;
  padding: 0;
}

.order-summary-product {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  padding: 25px 0;
  list-style: none;
}

.order-summary-product__wrap {
  width: 100%;
  flex-flow: row;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.order-summary-product__wrap .product-image {
  width: 60px;
  height: 60px;
  margin: 0 !important;
}

@media (width >= 1250px) {
  .order-summary-product__wrap .product-image {
    width: 80px;
    height: 80px;
  }
}

.order-summary-product__wrap .product-title {
  width: 100%;
  padding-left: 12px;
}

.order-summary-product__wrap .product-title--extra {
  color: #f7f7f7;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
}

.order-summary-product__wrap .product-title--inner {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.order-summary-product__wrap .product-title--inner b {
  color: #000;
  font-weight: 600;
}

.order-summary-product__wrap .cart-sku {
  color: #535151;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.order-summary-product__wrap .price {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  padding-top: 22px !important;
}

.cost-summary {
  border-bottom: 1px solid #d9d9d9;
  grid-template-columns: 1fr 1fr;
  padding: 20px 0;
  display: grid;
}

.cost-summary svg {
  width: 10px;
  height: 10px;
  fill: #55a547;
  transform: rotate(-90deg);
}

.cost-summary .cost-summary__title {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

@media (width >= 1250px) {
  .cost-summary .cost-summary__title {
    font-size: 13px;
  }
}

.cost-summary b {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

@media (width >= 1250px) {
  .cost-summary b {
    font-size: 13px;
  }
}

.button-summary {
  padding-top: 30px;
}

.order-summary__scrollable {
  max-height: 380px;
  overflow-y: auto;
}

.empty-cart {
  margin: 0;
  padding: 10px 20px;
}

.user-popup .popup__title {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.user-popup .popup__title svg {
  margin-right: 10px;
}

.user-popup__data {
  padding-bottom: 30px;
}

.account-details {
  margin: 0 0 25px;
  padding: 0;
}

@media (width >= 1250px) {
  .account-details {
    margin-bottom: 0;
  }
}

.account-details li {
  height: 51px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 15px;
  padding: 0;
  list-style: none;
  display: flex;
}

@media (width >= 1250px) {
  .account-details li {
    height: 35px;
  }
}

.account-details li:hover {
  color: #fff;
  background-color: #55a547;
}

.account-details .dropdown-link {
  width: 100%;
  height: 100%;
  color: #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

@media (width >= 1250px) {
  .account-details .dropdown-link {
    color: #000;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #d9d9d9;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }
}

.account-details .dropdown-link:hover {
  color: #fff;
}

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