/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
@font-face {
  font-family: "Avenir Black Oblique";
  src: url('Avenir-BlackOblique.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url('Avenir-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Book";
  src: url('Avenir-Book.woff2') format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url('Avenir-HeavyOblique.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Book";
  src: url('Avenir-BookOblique.woff2') format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url('Avenir-Heavy.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url('Avenir-LightOblique.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url('Avenir-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url('Avenir-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url('Avenir-MediumOblique.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url('Avenir-Oblique.woff2') format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url('Avenir-Roman.woff2') format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Avenir";
}

.font-gothic {
  font-family: "Avenir";
}

.cut-subtotal {
  font-family: "Avenir";
}

.order-header .row-content {
  font-family: "Avenir";
}

.order-summary-item-row .font-serif {
  font-family: "Avenir";
}

.checkout-outer .subtotal-text,
.checkout-outer .total-text,
.checkout-outer .total-value {
  font-family: "Avenir";
}

.hello-message {
  font-family: "Avenir";
}

.privacy-content {
  font-family: "Avenir";
}

html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

body {
  font-size: 10px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  touch-action: manipulation !important;
}

.bold {
  font-weight: 500;
}

.d-flex {
  display: flex;
}

@media (max-width: 834px) {
  .hide-mobile {
    display: none !important;
  }
}

.hide-desktop {
  display: none;
}
@media (max-width: 1280px) {
  .hide-desktop {
    display: block;
  }
}

.justify-content-between {
  justify-content: space-between;
}

@media (max-width: 834px) {
  .m-justify-content-between {
    justify-content: space-between;
  }
}
.justify-content-center {
  justify-content: center;
}

@media (max-width: 834px) {
  .m-justify-content-center {
    justify-content: center;
  }
}
.justify-content-end {
  justify-content: flex-end;
}

@media (max-width: 834px) {
  .m-justify-content-end {
    justify-content: flex-end !important;
  }
}
.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.container {
  max-width: 90%;
  margin: auto;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}

.inner-container {
  max-width: 90%;
  margin: auto;
}

.wide-container {
  max-width: 90%;
  margin: auto;
}

.row-reverse > div:first-child {
  order: 2;
}
.row-reverse > div:last-child {
  order: 1;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.row > div {
  box-sizing: border-box;
}

.col-md-1 {
  width: 100%;
}

.col-md-2 {
  width: 100%;
}

.col-md-3 {
  width: 100%;
}

.col-md-4 {
  width: 100%;
}

.col-md-5 {
  width: 100%;
}

.col-md-6 {
  width: 100%;
}

.col-md-7 {
  width: 100%;
}

.col-md-8 {
  width: 100%;
}

.col-md-9 {
  width: 100%;
}

.col-md-10 {
  width: 100%;
}

.col-md-11 {
  width: 100%;
}

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

@media (min-width: 834px) {
  .col-md-1 {
    width: 8.333%;
    padding: 0 15px;
  }
  .col-md-2 {
    width: 16.66%;
    padding: 0 15px;
  }
  .col-md-3 {
    width: 25%;
    padding: 0 15px;
  }
  .col-md-4 {
    width: 33.3%;
    padding: 0 15px;
  }
  .col-md-5 {
    width: 41.65%;
    padding: 0 15px;
  }
  .col-md-6 {
    width: 50%;
    padding: 0 15px;
  }
  .col-md-7 {
    width: 58.33%;
    padding: 0 15px;
  }
  .col-md-8 {
    width: 66.6%;
    padding: 0 15px;
  }
  .col-md-9 {
    width: 75%;
    padding: 0 15px;
  }
  .col-md-10 {
    width: 83.33%;
    padding: 0 15px;
  }
  .col-md-11 {
    width: 91.66;
    padding: 0 15px;
  }
  .col-md-12 {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 1280px) {
  .col-lg-1 {
    width: 8.333%;
  }
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3%;
  }
  .col-lg-5 {
    width: 41.65%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33%;
  }
  .col-lg-8 {
    width: 66.6%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33%;
  }
  .col-lg-11 {
    width: 91.66;
  }
  .col-lg-12 {
    width: 100%;
  }
}
.pos-rel {
  position: relative;
}

.d-table {
  display: table;
  width: 100%;
}
.d-table > div {
  display: table-cell;
  vertical-align: middle;
}

.btn,
.btn-primary,
.btn-bordered {
  padding: 1rem 2.4rem;
  font-size: 0.9rem;
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

p {
  font-size: 1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.2rem;
}

.form-row {
  padding-bottom: 15px;
}

.form-addon > div label {
  width: 20%;
}
.form-addon > div label + * {
  width: 80%;
}

.underline {
  text-decoration: underline;
}

.cursor-pointer {
  cursor: pointer;
}

a {
  cursor: pointer;
}

input[type=password],
input[type=text],
input[type=email],
select,
textarea,
input[type=number] {
  padding: 15px 20px;
  color: #5A5E5E;
}

.screen-reader {
  position: absolute;
  left: -99999px;
}

.pos-rel {
  position: relative;
}

.py-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 568px) {
  .py-5 {
    padding-bottom: 0px;
  }
}

.account--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.account--flex sketch-pricelist-sidebar + div,
.account--flex sketch-accountsidebar + div {
  flex-grow: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 834px) {
  .account--flex {
    width: 100%;
    flex-direction: column;
  }
}

@media (max-width: 834px) {
  .m-column {
    flex-direction: column !important;
  }
}
.card {
  padding: 30px 30px 60px 30px;
  position: relative;
}
.card h4 {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
}
.card .bold {
  font-weight: 500;
}
.card p {
  font-size: 0.8rem;
  margin: 0;
  padding: 0 0 5px 0;
}
.card p.mb-2 {
  padding-bottom: 15px;
}
.card .edit--card {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 0.9rem;
  text-decoration: underline;
}
.card .edit--card__alt {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 0.9rem;
  text-decoration: underline;
}

.table {
  width: 100%;
}
.table th {
  text-align: left;
  padding: 5px 5px 10px 5px;
  font-weight: normal;
  font-size: 0.8rem;
}
.table td {
  padding: 5px;
  font-size: 0.8rem;
  font-weight: 500;
}

.h5-title {
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 4;
  margin: 0;
  padding: 0 0 5px 0;
}

.max-80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.round {
  border-radius: 50%;
  -moz-border-radius: 50%;
}
.round img {
  border-radius: 50%;
  -moz-border-radius: 50%;
}

.input-label {
  position: relative;
}
.input-label label {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 10px;
  background: #FFF;
  font-size: 0.8rem;
  display: block;
  padding: 0 3px;
  z-index: 1;
}
.input-label input {
  padding: 16px 32px 16px 12px;
  width: 100%;
}

.btn-link {
  border: 0;
  background: none;
  cursor: pointer;
}

.badge {
  font-size: 0.7rem;
  font-weight: normal;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  white-space: nowrap;
}
.badge + span {
  clear: both;
  display: block;
}

.bigger-text {
  font-weight: 600;
  font-size: 1.2rem;
}

.box .box-header > span,
.box .box-header a {
  padding: 15px 15px;
  font-size: 0.9rem;
  width: 100%;
}
.box .box-header__title {
  display: block;
  padding: 15px 15px;
  font-size: 0.9rem;
}
.box .box-content {
  padding: 15px 20px 15px;
}
.box .box-content__tiles {
  flex-wrap: wrap;
}
.box .box-content__tiles > div {
  width: 40px;
  padding: 5px;
  font-size: 0.9rem;
}

.w-100 {
  width: 100%;
}

.amber-circle,
.red-circle,
.green-circle {
  margin-right: 0;
  margin-top: 0;
  min-width: 14px;
  min-height: 14px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.title-case {
  text-transform: capitalize;
}

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

.alert-error {
  padding: 0.9375rem;
  border-radius: 0.375rem;
}
.alert-error img {
  width: 30px;
  display: inline-block;
  margin-right: 5px;
}

.alert {
  text-align: center;
  padding: 15px 15px;
  font-size: 0.9rem;
  width: 100%;
}
.alert sketch-svg,
.alert img {
  width: 14px;
  margin-right: 5px;
}

button {
  cursor: pointer;
}

@media (max-width: 1280px) {
  .search-page {
    padding-top: 120px;
  }
}
@media (max-width: 834px) {
  .search-page {
    padding-top: 140px;
  }
  .myaccount .container {
    max-width: 90%;
    max-width: auto;
  }
}
@media (max-width: 568px) {
  .search-page {
    padding-top: 100px;
  }
}
.alert p {
  margin: 0;
}

app-tooltipviewer {
  height: 16px;
}

.product-card__pricing .all-rolls {
  display: block !important;
  margin-left: 0 !important;
  margin-top: 15px !important;
  text-align: left;
}

.div-searchbar-404 .header--search {
  justify-content: flex-start !important;
  margin-left: 0 !important;
  margin-top: 25px !important;
}
.div-searchbar-404 .header--search input[type=text] {
  margin-left: 0 !important;
}

.pricelistsidebar li svg {
  width: 20px !important;
  height: 20px !important;
}

.password-reset-alert {
  font-size: 14px;
  padding: 15px;
  font-weight: normal;
}
.password-reset-alert > div:first-child {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
}

.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.mr-4 {
  margin-right: 40px;
}

.mr-5 {
  margin-right: 50px;
}

.mr-6 {
  margin-right: 60px;
}

.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.ml-5 {
  margin-left: 50px;
}

.ml-6 {
  margin-left: 60px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mb-4 {
  margin-bottom: 20px;
}

.mb-5 {
  margin-bottom: 30px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.pr-1 {
  padding-right: 10px;
}

.pr-2 {
  padding-right: 20px;
}

.pr-3 {
  padding-right: 30px;
}

.pr-4 {
  padding-right: 40px;
}

.pr-5 {
  padding-right: 50px;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pl-3 {
  padding-left: 30px;
}

.pl-4 {
  padding-left: 40px;
}

.pl-5 {
  padding-left: 50px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-5 {
  padding-top: 50px;
}

.pt-6 {
  padding-top: 60px;
}

.pt-7 {
  padding-top: 70px;
}

.pt-8 {
  padding-top: 80px;
}

.pt-9 {
  padding-top: 90px;
}

.pt-10 {
  padding-top: 100px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pb-6 {
  padding-bottom: 60px;
}

.pb-7 {
  padding-bottom: 70px;
}

.pb-8 {
  padding-bottom: 80px;
}

.pb-9 {
  padding-bottom: 90px;
}

.pb-10 {
  padding-bottom: 100px;
}

.mbup-1 {
  margin-bottom: -10px;
}

.mbup-2 {
  margin-bottom: -20px;
}

.mbup-3 {
  margin-bottom: -30px;
}

.mbup-4 {
  margin-bottom: -40px;
}

.mbup-5 {
  margin-bottom: -50px;
}

.mbup-6 {
  margin-bottom: -60px;
}

.mbup-7 {
  margin-bottom: -70px;
}

.mbup-8 {
  margin-bottom: -80px;
}

.useful-links .slick-prev,
.useful-links .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.useful-links .slick-prev:before,
.useful-links .slick-next:before {
  content: "" !important;
}
.useful-links .slick-prev {
  left: -50px;
}
.useful-links .slick-next {
  right: -50px;
}
.useful-links .slick-dots {
  bottom: -50px !important;
}
.useful-links .slick-dots li button:before {
  font-size: 16px;
}

body {
  color: #787E8E;
  background-repeat: repeat;
}

header.loggedin--header {
  background: #FFF;
}

.login-left {
  background-repeat: repeat;
  background: #FFF !important;
}

.colour-primary {
  color: #142C48;
}

.white {
  color: #333;
}

.primary {
  color: #142C48;
}

.colour-title {
  color: #5A5E5E;
}

.colour-white {
  color: #333;
}

a.colout-white {
  color: #333;
}

.colour-dark {
  color: #5A5D5C;
}

.colour-primary {
  color: #142C48;
}

.bg-breadcrumb {
  background: #919195;
}

.bg-lightgrey {
  background: #F8F8F8;
}

.bg-midgrey {
  background: #5B5F5D;
}

.bg-darkgrey {
  background: #5A5D5C;
}

.bg-darkergrey {
  background: #313636;
}

.bg-white {
  background: #fff;
}

.bg-green {
  background: #4E9A67;
}

.bg-blue {
  background: #5A5D5C;
}

.bg-red {
  background: #E8565A;
}

.amber-circle,
.bg-amber {
  background: orange !important;
}

.bg-primary {
  background: #142C48;
  color: #333;
}

.btn-primary {
  background: #142C48;
  border: 1px solid #142C48;
  color: #FFF;
}

.btn-secondary {
  background: #5A5E5E;
  color: #FFF;
  display: inline-block;
}

.btn-tertiary {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
}

.btn-grey {
  background: #5A5D5C;
  color: #FFF;
}

.btn-blue {
  background: #142C48;
  color: #FFF;
  display: inline-block;
}

.alert-danger {
  background: #E8565A;
}

.slide--content__buttons .btn-primary + a {
  background: none;
  border: 1px solid #333;
  color: #333;
}

header nav li a {
  color: #333;
}

header nav li a:after {
  background-color: #142C48;
}

.footer {
  border-color: #142C48;
  color: #a9a9ac;
}

.footer a {
  color: #a9a9ac;
}

.footer a:-webkit-any-link {
  color: #a9a9ac;
}

.footer-bottom__copyright a {
  color: #a9a9ac;
}

.hero {
  color: #333;
}
.hero .slide--arrows a {
  color: #333;
  background-color: #5A5D5C;
}

.abouthome .abs-stats .stats--row > div {
  border-right: 1px solid #EFEFEF;
}

.form-addon > div {
  border: 1px solid #EFEFEF;
  background-color: #EFEFEF;
}

.password--modal .password-modal__inner,
.login--modal .login-modal__inner,
.createaccount--modal .createaccount-modal__inner,
.contact--modal .contact-modal__inner {
  background: #FFF;
}

.cart-modal .cart-modal__inner {
  background: #FFF;
}

input[type=password],
input[type=text],
input[type=email],
select,
textarea,
input[type=number] {
  border: 1px solid #EFEFEF;
}

.login--modal a,
.password-link a {
  color: white;
}

.footer ul li a {
  color: #919195;
}

.footer-mobile-nav .menu-bottom {
  background: #fff;
}

.account--flex {
  background-color: #FFF;
}

.product-outer .box .box-content {
  border-right: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.product-outer .box .box-content .table--row:nth-child(odd) {
  background: #F8F8F8;
}

.table-contents > .inner:nth-child(odd) {
  background: #F8F8F8;
}
.table-contents > .inner .table--row:nth-child(odd) {
  background: none !important;
}

.dropdown-collection .dropdown-button {
  border: 1px solid #EFEFEF;
}

.dropdown-collection.basic .dropdown-button {
  border: none;
}

.bg-title {
  background: #FFF;
}

.pricelistsidebar,
.accountsidebar {
  background: #FFF;
}
.pricelistsidebar hr,
.accountsidebar hr {
  background: #979797;
}
.pricelistsidebar ul li.active,
.pricelistsidebar ul li:hover,
.accountsidebar ul li.active,
.accountsidebar ul li:hover {
  color: #5A5E5E;
  background: #FAFAFA;
}
.pricelistsidebar ul li.active svg,
.pricelistsidebar ul li:hover svg,
.accountsidebar ul li.active svg,
.accountsidebar ul li:hover svg {
  fill: #5A5E5E;
}

.card {
  background: #FFF;
}
.card .edit--card {
  color: #5A5E5E;
}
.card .edit--card__alt {
  color: #5A5D5C;
}

.table-striped tbody tr:nth-child(even) {
  background: #FAFAFA;
}

.table th {
  color: #5A5E5E;
}

.cta {
  border-top: 1px solid #EFEFEF;
}

.paging-inner a.active {
  background: #5A5E5E;
  color: #FFF;
}

.filter-section select {
  color: #787E8E;
}

.bg-success {
  background: #EFFAEF;
}

.alert-success {
  background: #EFFAEF;
  color: #4E9A67;
}

.bg-warning {
  background: #FFF6DE;
}

.alert-warning {
  background: #FFF6DE;
}

.bg-danger {
  background: #FFEEEE;
}

.alert-danger {
  background: #FFEEEE;
  color: #E8565A;
}

.product-card_summary__row {
  border-bottom: 1px solid #EFEFEF;
}

.cart-modal .orders-footer {
  border-top: 1px solid #EFEFEF;
}

.checkout-right {
  background: #F8F8F8;
}

input[type=password],
input[type=text],
input[type=email],
select,
textarea,
input[type=number] {
  background: #F8F8F8;
}

.password--modal input[type=text],
.password--modal input[type=email],
.password--modal select,
.password--modal textarea,
.password--modal input[type=number] {
  background: #F8F8F8;
}

.border-grey-top {
  border-color: #EFEFEF;
}

.pricelistsidebar--navigation a,
.accountsidebar--navigation a {
  color: #787E8E;
}

.amber-circle {
  background-color: #142C48;
}

.red-circle {
  background-color: #E8565A;
}

.green-circle {
  background-color: #4E9A67;
}

.searchbar input[type=text] {
  background: #F8F8F8;
}

.searchbar fa-icon {
  color: #5A5E5E;
  font-size: 15px;
}

.stats-block {
  background: #5A5D5C;
}

.show-order-summary {
  color: #5A5D5C;
}

.stats--row__text {
  color: #333;
}
.stats--row.d-table > div {
  border-color: #333;
}
.stats--row__stat {
  color: #333;
}

.login-left {
  background-color: #5A5D5C;
  color: #333;
}

.alert-error {
  background: #FFEEEE;
  color: #E8565A;
  border-color: #E8565A;
}

.account-card--divider {
  background: #F8F8F8;
}

.slide-nav_outer .slide--nav .active {
  color: #142C48 !important;
}

.dashboard {
  background: #FFF;
}

.header ul li.icon-link a {
  color: #142C48;
}

.account-dropdown {
  color: #142C48;
}

/* Custom Scrollbars */
/* width */
div::-webkit-scrollbar {
  width: 5px;
}

/* Track */
div::-webkit-scrollbar-track {
  background: #f1f1f1;
  width: 5px;
}

/* Handle */
div::-webkit-scrollbar-thumb {
  background: #142C48;
}

/* Handle on hover */
div::-webkit-scrollbar-thumb:hover {
  background: #142C48;
}

.navigation-active.mob-nav nav ul::-webkit-scrollbar {
  width: 5px;
}
.navigation-active.mob-nav nav ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  width: 5px;
}
.navigation-active.mob-nav nav ul::-webkit-scrollbar-thumb {
  background: #142C48;
}
.navigation-active.mob-nav nav ul::-webkit-scrollbar-thumb:hover {
  background: #142C48;
}

.no-border {
  border: 0 !important;
}

.product-image.selected {
  border: 1px solid #5A5D5C !important;
}

.product-image-bg.selected {
  border: 1px solid #5A5D5C !important;
}

.checkout-list,
.option-list {
  /* Track */
  /* Handle */
}
.checkout-list::-webkit-scrollbar,
.option-list::-webkit-scrollbar {
  width: 5px;
}
.checkout-list::-webkit-scrollbar-track,
.option-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  width: 5px;
}
.checkout-list::-webkit-scrollbar-thumb,
.option-list::-webkit-scrollbar-thumb {
  background: #5A5D5C;
}

.availability-row .col-md-6 + .col-md-6 {
  border-color: #EDEDED;
}

.product-card__pricing {
  border-color: #EDEDED;
}

.btn-blue {
  border: 0;
}

.product-pallets .pallets-table,
.product-rolls .rolls-table {
  color: #5A5D5C;
}

.accountblocks .col-md-4:before {
  background: rgba(0, 0, 0, 0.1);
}

.colour-light-grey {
  color: #787E8E;
}

.breadcrumb-outer.bg-breadcrumb {
  background: #142C48 !important;
}

.login--modal a, .password-link a {
  color: #a9a9ac;
}

@media (max-width: 968px) {
  .mob-nav {
    background: #FFF;
  }
  .breadcrumb-outer {
    background: none !important;
    color: #787E8E !important;
  }
  .breadcrumb-outer span,
  .breadcrumb-outer a {
    color: #787E8E !important;
  }
  header.loggedin--header nav ul li a:hover, header.loggedin--header nav ul li a:focus, header.loggedin--header nav ul li a.active {
    color: #142C48;
  }
  header.loggedin--header nav ul li a.btn-primary:hover, header.loggedin--header nav ul li a.btn-primary:focus, header.loggedin--header nav ul li a.btn-primary.active {
    color: #5A5D5C;
  }
}
header ul li ul {
  border: 1px solid #FAFAFA !important;
  min-width: 100%;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.23);
}

.rotator-inner {
  color: #FFF;
}

.box-content .product-card__summary__row {
  border-color: #EFEFEF;
}

.error input {
  border: 1px solid #E8565A;
}

.slider-track input::-webkit-slider-thumb {
  background: #142C48;
  opacity: 1;
}
.slider-track input::-moz-range-thumb {
  background: #142C48;
  opacity: 1;
}

body .slick-prev,
body .slick-next {
  background-color: #142C48 !important;
}
body .slick-prev:hover,
body .slick-next:hover {
  background-color: #1a385c !important;
}

.preheader .preheader-links li a {
  color: #FFF;
}
.preheader .preheader-links li:after {
  background: #FFF;
}
.preheader .preheader-contact {
  color: #FFF;
}

.breadcrumb-outer .breadcrumb ul li {
  color: #FFF;
}
.breadcrumb-outer .breadcrumb ul li span,
.breadcrumb-outer .breadcrumb ul li a {
  color: #FFF;
}

.categories-page .dashboard-content__categories__tile .dashboard-content__categories__tile__footer,
.dashboard .dashboard-content__categories__tile .dashboard-content__categories__tile__footer {
  background: rgba(255, 255, 255, 0.9);
}

.categories-page > .container:first-child {
  background: #F8F8F8;
}
.categories-page > .container:first-child h2 {
  color: #142C48 !important;
}

.latestactivity__inner h4,
.latestactivity__inner h2 {
  color: #142C48;
}

.main-navigation li a:after {
  background: #142C48;
}

.main-navigation li:after {
  background-color: #EDEDED;
}

.searchbar__container .btn {
  background: #142C48;
  color: #FFF !important;
}

.dashboard-content .dashboard-search {
  background-color: #F9F9F9;
}

.badge {
  color: #FFF !important;
}

.paging-inner a.active {
  background: #142C48 !important;
}

.category-page .filter-section label {
  color: #142C48 !important;
}

.btn-setlength.bg-darkgrey {
  background: #142C48 !important;
  color: #FFF !important;
}

input[type=password],
input[type=text],
input[type=email],
select,
textarea,
input[type=number] {
  background: #FFF !important;
}

.product-outer h1,
.product-outer h3 {
  color: #142C48 !important;
}
.product-outer .box-header .colour-title {
  color: #142C48 !important;
}
.product-outer .box label {
  color: #142C48 !important;
}

.rolls-table .colour-title {
  color: #142C48;
}

.cut-area,
.cut-subtotal,
.calculation--label {
  color: #142C48;
}

.green-circle {
  background: #4CDF83 !important;
}

.dashboard-content .search-header .grey,
.dashboard-content .search-header .colour-title {
  color: #142C48;
}

.dashboard-content__header .colour-title {
  color: #142C48;
}

.dashboard .dashboard-content__categories__tile .dashboard-content__categories__tile__footer h4 {
  color: #142C48;
}

.highlight-box {
  background: rgba(45, 46, 46, 0.9);
  color: #FFF;
}
.highlight-box .btn {
  background: #FFF;
  color: #142C48;
}

.category-page .searchbar .btn-blue {
  background: #383838 !important;
}

.pricelistsidebar .pricelistsidebarr--navigation,
.accountsidebar .accountsidebar--navigation {
  padding-top: 0 !important;
}

.pricelistsidebar ul li.active,
.pricelistsidebar ul li:hover,
.accountsidebar ul li.active,
.accountsidebar ul li:hover {
  background: #FFF !important;
}

.pricelistsidebar ul li.active a,
.pricelistsidebar ul li:hover a,
.accountsidebar ul li.active a,
.accountsidebar ul li:hover a {
  color: #142C48;
}
.pricelistsidebar ul li.active a::before,
.pricelistsidebar ul li:hover a::before,
.accountsidebar ul li.active a::before,
.accountsidebar ul li:hover a::before {
  background: #142C48;
}

.myaccount .card h4 {
  color: #142C48 !important;
}
.myaccount .card .colour-title {
  color: #142C48 !important;
}

.myaccount .myaccount--header h2,
.myaccount .myaccount--header h4 {
  color: #787E8E !important;
}
.myaccount .tabs li .btn-secondary {
  background: none !important;
  color: #787E8E !important;
}
.myaccount .tabs li .btn-secondary:after {
  background: #142C48 !important;
}

.filtered-order,
.order-notice {
  background: #F9F9F9 !important;
}

.form-area h3 {
  color: #142C48 !important;
}
.form-area .form-row input[type=text],
.form-area .form-row input[type=number] {
  background: #F9F9F9 !important;
  border-color: #E9e9e9 !important;
}

.order-header .text-grey,
.order-header .colour-title {
  color: #142C48 !important;
}

.order-summary-title .colour-title {
  color: #142C48 !important;
}

.product-card__summary__row .label,
.product-card__summary__col__title__name {
  color: #142C48 !important;
}

.order-header {
  border-color: #F1F1F1 !important;
}
.order-header .col2 {
  border-color: #F1F1F1 !important;
}

.account-card--content .table-total,
.account-card--content .table-header,
.password-page .myaccount--orders {
  color: #142C48;
}

.footer {
  border-top: 2px solid #142C48 !important;
}

.tooltipviewer-outer .tooltip-icon {
  fill: #767C8C;
}
.tooltipviewer-outer .tooltipviewer-text {
  background: #FFF;
  border: 1px solid #C6C6C6;
  box-shadow: -8px 10px 31px -4px rgba(0, 0, 0, 0.19);
}
.tooltipviewer-outer .tooltipviewer-text:after {
  border-color: rgba(255, 255, 255, 0) !important;
  border-bottom-color: #FFF !important;
}
.tooltipviewer-outer .tooltipviewer-text:before {
  border-color: rgba(198, 198, 198, 0) !important;
  border-bottom-color: #C6C6C6 !important;
}
.tooltipviewer-outer .tip-title {
  color: #777D8D;
}
.tooltipviewer-outer .tiptext {
  color: #777D8D;
}

.navigation-active {
  display: block !important;
  background: #FFF;
  transition: all ease 0.6s;
  left: -100vw !important;
  right: unset !important;
}
@media (max-width: 834px) {
  .navigation-active {
    left: 0px !important;
    right: unset !important;
  }
}

.checkout-outer .btn-secondary {
  background: #142C48;
}

@media (max-width: 834px) {
  .breadcrumb-outer .breadcrumb ul li span,
  .breadcrumb-outer .breadcrumb ul li a {
    color: #142C48 !important;
  }
  .breadcrumb-outer.bg-breadcrumb {
    background: none !important;
  }
  .account--flex {
    background-color: #FFF !important;
  }
}
@media (max-width: 568px) {
  .breadcrumb-outer .breadcrumb ul li span,
  .breadcrumb-outer .breadcrumb ul li a {
    color: #142C48 !important;
  }
}
.accountblocks .col-md-4:before {
  background: rgba(0, 0, 0, 0) !important;
}
.accountblocks .accountblocks--bg__inner {
  background: rgba(20, 44, 72, 0.9) !important;
  color: #fff !important;
}
.accountblocks .accountblocks--bg__inner h4 {
  color: #fff !important;
}

header.loggedin--header .cart-icon .cart-count {
  color: #FFF !important;
}

.hero-breadcrumb li {
  color: #FFF !important;
}

.cart-modal .order-notice {
  background: #FFF !important;
}

.cart-modal .orders-footer {
  background: #FFF !important;
}

.account-no,
.account-dropdown .customer-name {
  color: #787E8E;
}

.account-no > span:first-of-type {
  color: #142C48;
}

.preheader-contact a {
  color: #FFF;
  text-decoration: none;
}

.footer-dropdown {
  border-top: 2px solid #EFEFEF;
}

.mob-nav-footer {
  background: #FFF;
}

.pricelist-table td span span {
  color: #142C48;
}

.option-collection .badge-clearance {
  background: #142C48;
  color: #FFF;
}

.regular-menu {
  display: none;
}

.dropdown-menu {
  display: block !important;
}

.btn-primary {
  border-radius: 6px;
}

@media (max-width: 834px) {
  .contact-modal__header .colour-primary {
    padding-top: 30px;
  }
}

.dropdown-button {
  color: color(srgb 0.0783 0.1718 0.2832);
}

@media (max-width: 568px) {
  .product-card-checkout__summary__length {
    text-align: right;
  }
}

@media (max-width: 568px) {
  .latestactivity {
    padding: 0px !important;
  }
}

@media (max-width: 834px) {
  .desktop-title {
    display: block !important;
  }
}

@media (max-width: 834px) {
  .mobile-title-override {
    display: none !important;
  }
}

@media (max-width: 834px) {
  .btn-back {
    top: 50px !important;
  }
}

.mobile-nav {
  right: 0px !important;
  left: 50px !important;
  top: 130px !important;
  width: 30px !important;
}

.mob-nav .mobile-logo {
  text-align: center;
  margin-top: 25px;
}

@media (max-width: 834px) {
  .cart-modal__header {
    padding: 50px !important;
  }
}

@media (max-width: 568px) {
  .cart-icon {
    padding: 0px !important;
  }
}
@media (max-width: 568px) {
  .cart-icon img {
    width: 30px !important;
  }
}

.footer-mobile-nav img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(1000%) hue-rotate(180deg);
}

.justify-content-space-evenly {
  justify-content: space-evenly;
}

.preheader .preheader-links li a {
  font-size: 0.9rem !important;
}
.preheader .preheader-links li:after {
  top: 50%;
  transform: translateY(-50%);
}
.preheader .preheader-contact {
  font-size: 0.9rem !important;
}

.header-ticker-text {
  font-size: 0.9rem;
}

.breadcrumb-outer .breadcrumb ul li {
  padding: 5px 0px;
}
.breadcrumb-outer .breadcrumb ul li span,
.breadcrumb-outer .breadcrumb ul li a {
  font-size: 0.9rem;
}

.btn-blue {
  border-radius: 5px;
}
@media (max-width: 568px) {
  .btn-blue {
    width: 100%;
    text-align: center;
  }
}

.categories-page .dashboard-content__categories__tile,
.dashboard .dashboard-content__categories__tile {
  position: relative;
  margin-bottom: 30px;
}
.categories-page .dashboard-content__categories__tile .dashboard-content__categories__tile__footer,
.dashboard .dashboard-content__categories__tile .dashboard-content__categories__tile__footer {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 40px;
  text-align: center;
  padding: 25px 20px !important;
}
@media (max-width: 568px) {
  .categories-page .dashboard-content__categories__tile .dashboard-content__categories__tile__footer,
  .dashboard .dashboard-content__categories__tile .dashboard-content__categories__tile__footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 25px 0px !important;
  }
}
.categories-page .dashboard-content__categories__tile .dashboard-content__categories__tile__footer h4,
.dashboard .dashboard-content__categories__tile .dashboard-content__categories__tile__footer h4 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.1rem !important;
}

.flex-grow {
  flex-grow: 1;
}

.account--flex {
  max-width: 1280px;
  margin: auto;
}

.footer p,
.footer {
  font-size: 0.9rem !important;
}

.latestactivity .btn-blue {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.breadcrumb-outer.bg-breadcrumb {
  padding: 0 !important;
}

.search-result__footer {
  text-align: left !important;
  padding-left: 0 !important;
  font-weight: 500 !important;
}

.category-page .inner-container {
  max-width: 100%;
}
.category-page .searchbar {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.category-page .searchbar .searchbar__container {
  padding-right: 0 !important;
}
.category-page .searchbar img {
  display: none !important;
}
.category-page .searchbar input {
  padding-left: 30px !important;
}
.category-page .searchbar .btn {
  border-radius: 0 !important;
  font-size: 0.9rem !important;
  font-weight: normal !important;
}

.category-page .filter-section label {
  font-weight: 500;
}

.category-page .bottom-paging,
.search-page .bottom-paging {
  display: block !important;
}

.box .box-header > span,
.box .box-header a {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.box .cut-length {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.box .btn-blue {
  font-size: 0.8rem !important;
}

* {
  touch-action: manipulation !important;
}

body .input-label label {
  left: 15px;
  font-size: 0.9rem;
}

.calculation ~ .mt-2 {
  margin-top: 10px !important;
}

.dashboard-content .dashboard-search {
  padding: 40px 0 40px 0;
}
.dashboard-content .dashboard-search h4 {
  margin: 0;
}
.dashboard-content .dashboard-search h2 {
  margin-bottom: 0;
}
.dashboard-content .dashboard-search .search-container {
  margin-top: 0 !important;
}
.dashboard-content .searchbar {
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 568px) {
  .dashboard-content .searchbar {
    max-width: 100%;
  }
}
.dashboard-content .searchbar .searchbar__container {
  padding-right: 0 !important;
}
.dashboard-content .searchbar img {
  display: none;
}
.dashboard-content .searchbar input {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.dashboard-content .searchbar .btn {
  border-radius: 0;
  font-size: 0.8rem !important;
  min-width: 0 !important;
}

.dashboard-banner .container {
  min-height: 50vh !important;
}
.dashboard-banner .container h2 {
  font-size: 2.2rem !important;
  line-height: 1.4 !important;
  padding-bottom: 15px !important;
}

.highlight-box {
  width: auto !important;
  padding: 50px !important;
}
@media (max-width: 568px) {
  .highlight-box {
    margin-bottom: 4vh;
  }
}

.pricelistsidebar hr,
.accountsidebar hr {
  display: none !important;
}
.pricelistsidebar hr + ul,
.accountsidebar hr + ul {
  padding-top: 50px !important;
}
.pricelistsidebar hr + ul li,
.accountsidebar hr + ul li {
  padding-bottom: 20px;
}
.pricelistsidebar hr + ul li a,
.accountsidebar hr + ul li a {
  text-decoration: underline !important;
  font-size: 0.8rem;
}
.pricelistsidebar hr + ul li:hover a:before,
.accountsidebar hr + ul li:hover a:before {
  display: none !important;
}

.pricelistsidebar ul li,
.accountsidebar ul li {
  padding-left: 0 !important;
}
.pricelistsidebar ul li a,
.accountsidebar ul li a {
  position: relative;
  padding: 5px 15px 5px 20px !important;
  font-size: 0.9rem;
  display: block;
  font-weight: 500;
  text-decoration: none;
}

.pricelistsidebar ul:first-child li a sketch-svg {
  left: 0;
  transform: translateX(-100%) translateY(-50%) !important;
}

.pricelistsidebar ul:first-child li.active::before,
.pricelistsidebar ul:first-child li:hover::before {
  display: none !important;
}

.pricelistsidebar ul li.active,
.pricelistsidebar ul li:hover,
.accountsidebar ul li.active,
.accountsidebar ul li:hover {
  position: relative;
}
.pricelistsidebar ul li.active a,
.pricelistsidebar ul li:hover a,
.accountsidebar ul li.active a,
.accountsidebar ul li:hover a {
  position: relative;
}
.pricelistsidebar ul li.active a::before,
.pricelistsidebar ul li:hover a::before,
.accountsidebar ul li.active a::before,
.accountsidebar ul li:hover a::before {
  display: block;
  height: 2px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
}

.myaccount .card {
  padding: 0 !important;
}
.myaccount .card h4 {
  font-size: 1.3rem !important;
  font-weight: bold !important;
}

.account-static-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.account-static-hero .static-hero--text {
  padding: 40px 0 !important;
}

.myaccount .container {
  width: 100%;
  max-width: 100% !important;
}
.myaccount h2 {
  font-weight: normal !important;
}
.myaccount .tabs {
  padding-bottom: 15px !important;
}
.myaccount .tabs li:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.myaccount .tabs li .btn-secondary {
  background: none !important;
  color: #787E8E !important;
  position: relative !important;
}
.myaccount .tabs li .btn-secondary::after {
  position: absolute;
  bottom: -5px;
  content: "";
  height: 2px;
  display: block;
  left: 0;
  right: 0;
}

.myaccount--orders.position-2 {
  padding-top: 15px;
}

.order-notice img {
  display: none !important;
}

.filtered-order {
  margin-bottom: 15px !important;
  border-radius: 5px !important;
}
.filtered-order .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.filtered-order .product-image.round {
  border-radius: 10px !important;
}

.filtered-order .custom-wrapper {
  border-bottom: 0 !important;
}

.form-area {
  border-top: 0 !important;
}

.form-area {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.form-area > * {
  width: 100%;
}
.form-area h3 {
  font-size: 1.4rem !important;
}
.form-area .form-row {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
.form-area .form-row .d-flex {
  flex-wrap: wrap !important;
  padding-top: 0 !important;
}
.form-area .form-row .d-flex > div {
  width: 100% !important;
  padding-top: 0 !important;
}
.form-area .form-row label {
  font-weight: normal !important;
  font-size: 0.8rem !important;
}
.form-area .form-row input[type=text],
.form-area .form-row input[type=number] {
  border-radius: 6px !important;
  border: 1px solid;
}
.form-area .form-section .form-row .d-flex > div:first-child > div:last-child {
  padding-top: 0 !important;
}

.update-account-outer > * {
  width: 50% !important;
}
@media (max-width: 834px) {
  .update-account-outer > * {
    width: 100% !important;
  }
}

.update-password-form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.update-password-form > div {
  width: 49% !important;
}
.update-password-form > div.submit-row {
  width: 100% !important;
}

.product-card__summary__row .label {
  text-transform: capitalize !important;
  font-weight: 500 !important;
}

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

.order-notice {
  margin-bottom: 15px !important;
}

.password-page .myaccount--orders {
  font-size: 1.4rem !important;
  font-weight: bold;
  padding-top: 10px !important;
}
.password-page .form-area {
  padding-top: 0 !important;
}

.account-card--content .table-header {
  font-weight: bold;
  padding-bottom: 15px !important;
}

.account-card--content .table-total {
  font-weight: bold;
}

.account-card--divider {
  margin: 15px 0 20px 0 !important;
}

.myaccount .card .account-card--header {
  padding-bottom: 5px !important;
  padding-top: 15px !important;
}
.myaccount .card .account-card--header h4 {
  font-size: 0.9rem !important;
  padding: 0 !important;
  margin: 0 !important;
}

.static-hero h1 {
  font-size: 38px !important;
}

.box .pack-box-content {
  padding-top: 20px;
}

@media (max-width: 1280px) {
  .header-ticker {
    display: none !important;
  }
}

.staggered-image {
  padding-left: 0 !important;
}

sketch-footer {
  padding-top: 50px;
  display: block;
}

.product-card__pricing .all-rolls {
  width: 100% !important;
}

.product-card__pricing__availability > .d-flex {
  flex-wrap: wrap !important;
}

.product-rolls .table--row__title__option,
.product-rolls .table--labels__title__option {
  width: 10px !important;
}

.with-stock .table--row__title__price,
.with-stock .table--labels__title_price,
.with-stock .table--row__title__cost,
.with-stock .table--labels__title_cost {
  width: 15% !important;
}

.categories-page.py-5 {
  padding-top: 0 !important;
}
.categories-page .btn-blue {
  border-radius: 0 !important;
  margin-left: 0;
}
.categories-page .searchbar__container {
  padding-right: 0 !important;
}
.categories-page > .container:first-child + div {
  padding-top: 20px !important;
}
.categories-page > .container:first-child {
  padding: 40px 0 20px 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.categories-page > .container:first-child > div {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .categories-page > .container:first-child > div {
    max-width: 90% !important;
  }
}
.categories-page > .container:first-child > div.max-80 {
  max-width: 1000px !important;
}
@media (max-width: 1200px) {
  .categories-page > .container:first-child > div.max-80 {
    max-width: 80% !important;
  }
}
.categories-page > .container:first-child h2 {
  font-weight: bold;
}

sketch-accountblocks {
  display: block;
  margin-bottom: -50px !important;
}

.accountblocks .accountblocks--bg__inner {
  height: auto !important;
  width: 270px !important;
  padding: 15px !important;
  top: auto !important;
  bottom: 40px !important;
  transform: translateX(-50%) !important;
  left: 50% !important;
}
.accountblocks .accountblocks--bg__inner h4 {
  font-size: 1.4rem;
}

.hero-legal h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero-breadcrumb li {
  font-size: 1rem;
  padding: 0 5px !important;
}
.hero-breadcrumb li:first-child {
  padding-left: 0 !important;
}

.legal-page .page h5 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.account-dropdown {
  z-index: 9999;
}

.product-card__summary__col__subtotal {
  width: 12% !important;
  margin-right: 0;
  min-width: 110px !important;
}

.login-left .form-row:last-child {
  padding-top: 10px;
}

.page-container .img-rotator {
  height: 100% !important;
}

.padd-top .padd-top {
  padding-top: 0 !important;
}

.static-hero > .row {
  min-height: 20vh;
}
@media (max-width: 568px) {
  .static-hero > .row {
    min-height: 0;
  }
}

.dashboard-banner .container h2 {
  font-size: 1.6rem !important;
}

.cart-modal .order-list {
  padding: 0 40px;
  max-height: 50vh;
  overflow: auto;
  padding-bottom: 200px;
}

.d-flex.default {
  margin-left: -15px;
  margin-right: -15px;
  width: auto !important;
}

.login sketch-mobile-footer-navigation {
  display: none !important;
}

@media (max-width: 834px) {
  .preheader-contact > span + span + span ~ span {
    display: none;
  }
  .smaller {
    width: 100% !important;
  }
  .myaccount .container {
    margin: 0 !important;
    padding-left: 0 !important;
  }
  .myaccount .order-summary-item-row,
  .myaccount .order-header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .login .cc-window.cc-bottom,
  .login .cc-banner.cc-bottom {
    bottom: 0 !important;
  }
}
@media (max-width: 834px) and (max-width: 568px) {
  .login .logo {
    width: 75px !important;
    margin-left: calc(50vw - 75px);
  }
  .login .padd-top,
  .login .search-page {
    padding-top: 0px !important;
  }
}
@media (max-width: 834px) {
  .cc-window.cc-bottom,
  .cc-banner.cc-bottom {
    bottom: 80px !important;
  }
  .latestactivity-container {
    max-width: 90%;
    margin: auto;
  }
  .static-hero .static-hero--text {
    padding: 1.875rem 0 1.875rem !important;
  }
  .myaccount {
    max-width: 90% !important;
    margin: auto;
  }
  .accountsidebar hr + ul {
    padding-top: 15px !important;
  }
  .filtered-order {
    border-bottom: 0 !important;
  }
  .product-card__summary__col__colour {
    font-size: 0.9rem !important;
  }
  .product-card__summary__area + .product-card__summary__area {
    width: 30% !important;
  }
  .product-card__summary__col__title {
    max-width: 85% !important;
  }
  .order-header .row-title {
    font-size: 0.9rem !important;
    display: block;
  }
  .order-header .row-content {
    font-size: 0.9rem !important;
    display: block;
  }
}
@media (max-width: 1280px) {
  .logo {
    width: 75px !important;
  }
  body header.loggedin--header nav ul li.button-link {
    bottom: 15px !important;
  }
  .padd-top {
    padding-top: 0px;
  }
  .preheader-links li:first-child {
    display: none;
  }
}
@media (max-width: 834px) {
  .product-outer {
    padding-top: 0 !important;
  }
  .padd-top .padd-top {
    padding-top: 0 !important;
  }
  .myaccount {
    width: 100% !important;
  }
  .sub-section .d-flex {
    flex-wrap: wrap;
  }
  .sub-section .calculation__right,
  .sub-section .calculation__left {
    width: 100%;
    padding-bottom: 20px;
  }
  .preheader-links li:first-child {
    display: none !important;
  }
  .preheader-contact > span ~ span {
    display: none !important;
  }
}
@media (max-width: 360px) {
  .padd-top,
  .search-page {
    padding-top: 150px !important;
  }
}
@media (max-width: 568px) {
  .padd-top,
  .search-page {
    padding-top: 190px;
  }
  .static-hero .static-hero--text {
    display: block !important;
  }
  .preheader-contact > span ~ span {
    display: none;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .login .cc-window.cc-bottom {
    bottom: 0px !important;
  }
  .cc-window.cc-bottom {
    bottom: 80px !important;
  }
}
@media (max-width: 834px) {
  .search-page .top-paging,
  .category-page .bottom-filters .top-paging {
    display: flex !important;
    justify-content: center;
  }
  .filter-section.bottom-filters {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .search-page .top-paging {
    padding-top: 30px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/colours.scss?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
body {
  color: #787E8E;
  background-repeat: repeat;
}

header.loggedin--header {
  background: #FFF;
}

.login-left {
  background-repeat: repeat;
  background: #FFF !important;
}

.colour-primary {
  color: #142C48;
}

.white {
  color: #333;
}

.primary {
  color: #142C48;
}

.colour-title {
  color: #5A5E5E;
}

.colour-white {
  color: #333;
}

a.colout-white {
  color: #333;
}

.colour-dark {
  color: #5A5D5C;
}

.colour-primary {
  color: #142C48;
}

.bg-breadcrumb {
  background: #919195;
}

.bg-lightgrey {
  background: #F8F8F8;
}

.bg-midgrey {
  background: #5B5F5D;
}

.bg-darkgrey {
  background: #5A5D5C;
}

.bg-darkergrey {
  background: #313636;
}

.bg-white {
  background: #fff;
}

.bg-green {
  background: #4E9A67;
}

.bg-blue {
  background: #5A5D5C;
}

.bg-red {
  background: #E8565A;
}

.amber-circle,
.bg-amber {
  background: orange !important;
}

.bg-primary {
  background: #142C48;
  color: #333;
}

.btn-primary {
  background: #142C48;
  border: 1px solid #142C48;
  color: #FFF;
}

.btn-secondary {
  background: #5A5E5E;
  color: #FFF;
  display: inline-block;
}

.btn-tertiary {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
}

.btn-grey {
  background: #5A5D5C;
  color: #FFF;
}

.btn-blue {
  background: #142C48;
  color: #FFF;
  display: inline-block;
}

.alert-danger {
  background: #E8565A;
}

.slide--content__buttons .btn-primary + a {
  background: none;
  border: 1px solid #333;
  color: #333;
}

header nav li a {
  color: #333;
}

header nav li a:after {
  background-color: #142C48;
}

.footer {
  border-color: #142C48;
  color: #a9a9ac;
}

.footer a {
  color: #a9a9ac;
}

.footer a:-webkit-any-link {
  color: #a9a9ac;
}

.footer-bottom__copyright a {
  color: #a9a9ac;
}

.hero {
  color: #333;
}
.hero .slide--arrows a {
  color: #333;
  background-color: #5A5D5C;
}

.abouthome .abs-stats .stats--row > div {
  border-right: 1px solid #EFEFEF;
}

.form-addon > div {
  border: 1px solid #EFEFEF;
  background-color: #EFEFEF;
}

.password--modal .password-modal__inner,
.login--modal .login-modal__inner,
.createaccount--modal .createaccount-modal__inner,
.contact--modal .contact-modal__inner {
  background: #FFF;
}

.cart-modal .cart-modal__inner {
  background: #FFF;
}

input[type=password],
input[type=text],
input[type=email],
select,
textarea,
input[type=number] {
  border: 1px solid #EFEFEF;
}

.login--modal a,
.password-link a {
  color: white;
}

.footer ul li a {
  color: #919195;
}

.footer-mobile-nav .menu-bottom {
  background: #fff;
}

.account--flex {
  background-color: #FFF;
}

.product-outer .box .box-content {
  border-right: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.product-outer .box .box-content .table--row:nth-child(odd) {
  background: #F8F8F8;
}

.table-contents > .inner:nth-child(odd) {
  background: #F8F8F8;
}
.table-contents > .inner .table--row:nth-child(odd) {
  background: none !important;
}

.dropdown-collection .dropdown-button {
  border: 1px solid #EFEFEF;
}

.dropdown-collection.basic .dropdown-button {
  border: none;
}

.bg-title {
  background: #FFF;
}

.pricelistsidebar,
.accountsidebar {
  background: #FFF;
}
.pricelistsidebar hr,
.accountsidebar hr {
  background: #979797;
}
.pricelistsidebar ul li.active,
.pricelistsidebar ul li:hover,
.accountsidebar ul li.active,
.accountsidebar ul li:hover {
  color: #5A5E5E;
  background: #FAFAFA;
}
.pricelistsidebar ul li.active svg,
.pricelistsidebar ul li:hover svg,
.accountsidebar ul li.active svg,
.accountsidebar ul li:hover svg {
  fill: #5A5E5E;
}

.card {
  background: #FFF;
}
.card .edit--card {
  color: #5A5E5E;
}
.card .edit--card__alt {
  color: #5A5D5C;
}

.table-striped tbody tr:nth-child(even) {
  background: #FAFAFA;
}

.table th {
  color: #5A5E5E;
}

.cta {
  border-top: 1px solid #EFEFEF;
}

.paging-inner a.active {
  background: #5A5E5E;
  color: #FFF;
}

.filter-section select {
  color: #787E8E;
}

.bg-success {
  background: #EFFAEF;
}

.alert-success {
  background: #EFFAEF;
  color: #4E9A67;
}

.bg-warning {
  background: #FFF6DE;
}

.alert-warning {
  background: #FFF6DE;
}

.bg-danger {
  background: #FFEEEE;
}

.alert-danger {
  background: #FFEEEE;
  color: #E8565A;
}

.product-card_summary__row {
  border-bottom: 1px solid #EFEFEF;
}

.cart-modal .orders-footer {
  border-top: 1px solid #EFEFEF;
}

.checkout-right {
  background: #F8F8F8;
}

input[type=password],
input[type=text],
input[type=email],
select,
textarea,
input[type=number] {
  background: #F8F8F8;
}

.password--modal input[type=text],
.password--modal input[type=email],
.password--modal select,
.password--modal textarea,
.password--modal input[type=number] {
  background: #F8F8F8;
}

.border-grey-top {
  border-color: #EFEFEF;
}

.pricelistsidebar--navigation a,
.accountsidebar--navigation a {
  color: #787E8E;
}

.amber-circle {
  background-color: #142C48;
}

.red-circle {
  background-color: #E8565A;
}

.green-circle {
  background-color: #4E9A67;
}

.searchbar input[type=text] {
  background: #F8F8F8;
}

.searchbar fa-icon {
  color: #5A5E5E;
  font-size: 15px;
}

.stats-block {
  background: #5A5D5C;
}

.show-order-summary {
  color: #5A5D5C;
}

.stats--row__text {
  color: #333;
}
.stats--row.d-table > div {
  border-color: #333;
}
.stats--row__stat {
  color: #333;
}

.login-left {
  background-color: #5A5D5C;
  color: #333;
}

.alert-error {
  background: #FFEEEE;
  color: #E8565A;
  border-color: #E8565A;
}

.account-card--divider {
  background: #F8F8F8;
}

.slide-nav_outer .slide--nav .active {
  color: #142C48 !important;
}

.dashboard {
  background: #FFF;
}

.header ul li.icon-link a {
  color: #142C48;
}

.account-dropdown {
  color: #142C48;
}

/* Custom Scrollbars */
/* width */
div::-webkit-scrollbar {
  width: 5px;
}

/* Track */
div::-webkit-scrollbar-track {
  background: #f1f1f1;
  width: 5px;
}

/* Handle */
div::-webkit-scrollbar-thumb {
  background: #142C48;
}

/* Handle on hover */
div::-webkit-scrollbar-thumb:hover {
  background: #142C48;
}

.navigation-active.mob-nav nav ul::-webkit-scrollbar {
  width: 5px;
}
.navigation-active.mob-nav nav ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  width: 5px;
}
.navigation-active.mob-nav nav ul::-webkit-scrollbar-thumb {
  background: #142C48;
}
.navigation-active.mob-nav nav ul::-webkit-scrollbar-thumb:hover {
  background: #142C48;
}

.no-border {
  border: 0 !important;
}

.product-image.selected {
  border: 1px solid #5A5D5C !important;
}

.product-image-bg.selected {
  border: 1px solid #5A5D5C !important;
}

.checkout-list,
.option-list {
  /* Track */
  /* Handle */
}
.checkout-list::-webkit-scrollbar,
.option-list::-webkit-scrollbar {
  width: 5px;
}
.checkout-list::-webkit-scrollbar-track,
.option-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  width: 5px;
}
.checkout-list::-webkit-scrollbar-thumb,
.option-list::-webkit-scrollbar-thumb {
  background: #5A5D5C;
}

.availability-row .col-md-6 + .col-md-6 {
  border-color: #EDEDED;
}

.product-card__pricing {
  border-color: #EDEDED;
}

.btn-blue {
  border: 0;
}

.product-pallets .pallets-table,
.product-rolls .rolls-table {
  color: #5A5D5C;
}

.accountblocks .col-md-4:before {
  background: rgba(0, 0, 0, 0.1);
}

.colour-light-grey {
  color: #787E8E;
}

.breadcrumb-outer.bg-breadcrumb {
  background: #142C48 !important;
}

.login--modal a, .password-link a {
  color: #a9a9ac;
}

@media (max-width: 968px) {
  .mob-nav {
    background: #FFF;
  }
  .breadcrumb-outer {
    background: none !important;
    color: #787E8E !important;
  }
  .breadcrumb-outer span,
  .breadcrumb-outer a {
    color: #787E8E !important;
  }
  header.loggedin--header nav ul li a:hover, header.loggedin--header nav ul li a:focus, header.loggedin--header nav ul li a.active {
    color: #142C48;
  }
  header.loggedin--header nav ul li a.btn-primary:hover, header.loggedin--header nav ul li a.btn-primary:focus, header.loggedin--header nav ul li a.btn-primary.active {
    color: #5A5D5C;
  }
}
header ul li ul {
  border: 1px solid #FAFAFA !important;
  min-width: 100%;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.23);
}

.rotator-inner {
  color: #FFF;
}

.box-content .product-card__summary__row {
  border-color: #EFEFEF;
}

.error input {
  border: 1px solid #E8565A;
}

.slider-track input::-webkit-slider-thumb {
  background: #142C48;
  opacity: 1;
}
.slider-track input::-moz-range-thumb {
  background: #142C48;
  opacity: 1;
}

body .slick-prev,
body .slick-next {
  background-color: #142C48 !important;
}
body .slick-prev:hover,
body .slick-next:hover {
  background-color: #1a385c !important;
}

.preheader .preheader-links li a {
  color: #FFF;
}
.preheader .preheader-links li:after {
  background: #FFF;
}
.preheader .preheader-contact {
  color: #FFF;
}

.breadcrumb-outer .breadcrumb ul li {
  color: #FFF;
}
.breadcrumb-outer .breadcrumb ul li span,
.breadcrumb-outer .breadcrumb ul li a {
  color: #FFF;
}

.categories-page .dashboard-content__categories__tile .dashboard-content__categories__tile__footer,
.dashboard .dashboard-content__categories__tile .dashboard-content__categories__tile__footer {
  background: rgba(255, 255, 255, 0.9);
}

.categories-page > .container:first-child {
  background: #F8F8F8;
}
.categories-page > .container:first-child h2 {
  color: #142C48 !important;
}

.latestactivity__inner h4,
.latestactivity__inner h2 {
  color: #142C48;
}

.main-navigation li a:after {
  background: #142C48;
}

.main-navigation li:after {
  background-color: #EDEDED;
}

.searchbar__container .btn {
  background: #142C48;
  color: #FFF !important;
}

.dashboard-content .dashboard-search {
  background-color: #F9F9F9;
}

.badge {
  color: #FFF !important;
}

.paging-inner a.active {
  background: #142C48 !important;
}

.category-page .filter-section label {
  color: #142C48 !important;
}

.btn-setlength.bg-darkgrey {
  background: #142C48 !important;
  color: #FFF !important;
}

input[type=password],
input[type=text],
input[type=email],
select,
textarea,
input[type=number] {
  background: #FFF !important;
}

.product-outer h1,
.product-outer h3 {
  color: #142C48 !important;
}
.product-outer .box-header .colour-title {
  color: #142C48 !important;
}
.product-outer .box label {
  color: #142C48 !important;
}

.rolls-table .colour-title {
  color: #142C48;
}

.cut-area,
.cut-subtotal,
.calculation--label {
  color: #142C48;
}

.green-circle {
  background: #4CDF83 !important;
}

.dashboard-content .search-header .grey,
.dashboard-content .search-header .colour-title {
  color: #142C48;
}

.dashboard-content__header .colour-title {
  color: #142C48;
}

.dashboard .dashboard-content__categories__tile .dashboard-content__categories__tile__footer h4 {
  color: #142C48;
}

.highlight-box {
  background: rgba(45, 46, 46, 0.9);
  color: #FFF;
}
.highlight-box .btn {
  background: #FFF;
  color: #142C48;
}

.category-page .searchbar .btn-blue {
  background: #383838 !important;
}

.pricelistsidebar .pricelistsidebarr--navigation,
.accountsidebar .accountsidebar--navigation {
  padding-top: 0 !important;
}

.pricelistsidebar ul li.active,
.pricelistsidebar ul li:hover,
.accountsidebar ul li.active,
.accountsidebar ul li:hover {
  background: #FFF !important;
}

.pricelistsidebar ul li.active a,
.pricelistsidebar ul li:hover a,
.accountsidebar ul li.active a,
.accountsidebar ul li:hover a {
  color: #142C48;
}
.pricelistsidebar ul li.active a::before,
.pricelistsidebar ul li:hover a::before,
.accountsidebar ul li.active a::before,
.accountsidebar ul li:hover a::before {
  background: #142C48;
}

.myaccount .card h4 {
  color: #142C48 !important;
}
.myaccount .card .colour-title {
  color: #142C48 !important;
}

.myaccount .myaccount--header h2,
.myaccount .myaccount--header h4 {
  color: #787E8E !important;
}
.myaccount .tabs li .btn-secondary {
  background: none !important;
  color: #787E8E !important;
}
.myaccount .tabs li .btn-secondary:after {
  background: #142C48 !important;
}

.filtered-order,
.order-notice {
  background: #F9F9F9 !important;
}

.form-area h3 {
  color: #142C48 !important;
}
.form-area .form-row input[type=text],
.form-area .form-row input[type=number] {
  background: #F9F9F9 !important;
  border-color: #E9e9e9 !important;
}

.order-header .text-grey,
.order-header .colour-title {
  color: #142C48 !important;
}

.order-summary-title .colour-title {
  color: #142C48 !important;
}

.product-card__summary__row .label,
.product-card__summary__col__title__name {
  color: #142C48 !important;
}

.order-header {
  border-color: #F1F1F1 !important;
}
.order-header .col2 {
  border-color: #F1F1F1 !important;
}

.account-card--content .table-total,
.account-card--content .table-header,
.password-page .myaccount--orders {
  color: #142C48;
}

.footer {
  border-top: 2px solid #142C48 !important;
}

.tooltipviewer-outer .tooltip-icon {
  fill: #767C8C;
}
.tooltipviewer-outer .tooltipviewer-text {
  background: #FFF;
  border: 1px solid #C6C6C6;
  box-shadow: -8px 10px 31px -4px rgba(0, 0, 0, 0.19);
}
.tooltipviewer-outer .tooltipviewer-text:after {
  border-color: rgba(255, 255, 255, 0) !important;
  border-bottom-color: #FFF !important;
}
.tooltipviewer-outer .tooltipviewer-text:before {
  border-color: rgba(198, 198, 198, 0) !important;
  border-bottom-color: #C6C6C6 !important;
}
.tooltipviewer-outer .tip-title {
  color: #777D8D;
}
.tooltipviewer-outer .tiptext {
  color: #777D8D;
}

.navigation-active {
  display: block !important;
  background: #FFF;
  transition: all ease 0.6s;
  left: -100vw !important;
  right: unset !important;
}
@media (max-width: 834px) {
  .navigation-active {
    left: 0px !important;
    right: unset !important;
  }
}

.checkout-outer .btn-secondary {
  background: #142C48;
}

@media (max-width: 834px) {
  .breadcrumb-outer .breadcrumb ul li span,
  .breadcrumb-outer .breadcrumb ul li a {
    color: #142C48 !important;
  }
  .breadcrumb-outer.bg-breadcrumb {
    background: none !important;
  }
  .account--flex {
    background-color: #FFF !important;
  }
}
@media (max-width: 568px) {
  .breadcrumb-outer .breadcrumb ul li span,
  .breadcrumb-outer .breadcrumb ul li a {
    color: #142C48 !important;
  }
}
.accountblocks .col-md-4:before {
  background: rgba(0, 0, 0, 0) !important;
}
.accountblocks .accountblocks--bg__inner {
  background: rgba(20, 44, 72, 0.9) !important;
  color: #fff !important;
}
.accountblocks .accountblocks--bg__inner h4 {
  color: #fff !important;
}

header.loggedin--header .cart-icon .cart-count {
  color: #FFF !important;
}

.hero-breadcrumb li {
  color: #FFF !important;
}

.cart-modal .order-notice {
  background: #FFF !important;
}

.cart-modal .orders-footer {
  background: #FFF !important;
}

.account-no,
.account-dropdown .customer-name {
  color: #787E8E;
}

.account-no > span:first-of-type {
  color: #142C48;
}

.preheader-contact a {
  color: #FFF;
  text-decoration: none;
}

.footer-dropdown {
  border-top: 2px solid #EFEFEF;
}

.mob-nav-footer {
  background: #FFF;
}

.pricelist-table td span span {
  color: #142C48;
}

.option-collection .badge-clearance {
  background: #142C48;
  color: #FFF;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/cookieconsent/build/cookieconsent.min.css?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{transform:translateY(0)}.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:flex;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{flex:1 0 auto}.cc-window.cc-banner{align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:flex;align-items:center;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{flex-direction:column}.cc-window.cc-banner .cc-compliance{flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/slick-carousel/slick/slick.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/slick-carousel/slick/slick-theme.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('slick.eot');
  src: url('slick.eot?#iefix') format("embedded-opentype"), url('slick.woff') format("woff"), url('slick.ttf') format("truetype"), url('slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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