<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --mainFont: 'Cabin Condensed';
  --accentFont: 'Cabin Condensed';
  --accent: #EC2829;
  --accentAlt: #3F7842;
  --bg: #fafafa;
  --bgAccent: #eee;
  --gap: 20px;
  --text: #101010;
  --ftb: flex;
  --shadow: 0 20px 50px -15px rgba(0,0,0,0.1);
  --fontSize: 16px;
  --fontMenuSize: 14px;
}

::selection {
  text-shadow: none;
  background: var(--accent);
  color: var(--text);
}

* {
  font-family: var(--mainFont);
}

a {
  color: var(--accent);
  transition: all 0.3s;
}

a:hover {
  color: var(--accentAlt);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--accentFont);
  text-transform: none;
}

body {
  font-size: var(--fontSize);
  color: var(--text);
}

header {
  background: #fff;
}

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

.header .container:before,
.header .container:after {
  display: none;
}

.topbar {
  background: #eee;
  padding: 2px 0;
  border-bottom: 1px solid #ddd;
}

.topbar a {
  color: var(--accentAlt) !important;
  background: none !important;
}

.topbar .user-panel button {
  background: #eee;
  color: var(--accentAlt) !important;
}

.twitter-typeahead .form-control {
  background: inherit !important;
}

.topbar .tablinks a {
  padding-left: 0;
}

.navbar-inverse {
  background: #fff;
  margin-bottom: 20px;
  min-height: 0;
  box-shadow: var(--shadow);
}

.pagebody-wrapper, ul#Footer_menu {
  background: #fff;
}

#nsc_cart_container&gt;ul {
  margin-bottom: 0;
}

.search {
  flex-grow: 2;
  margin: 0 50px;
  position: relative;
  display: flex;
}

.findPanel {
  flex: 2 1 50%;
}

#search-bar {
  flex: 1 1 30%;
}

.user-panel {
  text-align: right;
}

.user-panel button, .dropdown-toggle.btn {
  background: #fff;
  color: #000;
  border: 0;
  text-transform: uppercase;
  font-size: 13px;
}

.findPanel:after {
  color: #000;
  top: 7px;
  font-size: 20px;
}

.search .form-control {
  border-radius: 30px;
  border-color: #eee;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.05);
  padding: 10px 15px;
  height: unset;
}

.topbar .tablinks a:hover {
  background: var(--accentAlt);
}

.navbar #menu {
  display: none;
}

.product-list .flag-new {
  background: var(--accentAlt);
  padding: 3px 10px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}

nav ul {
  padding-left: 0;
}

nav li {
  list-style-type: none;
}

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

header .tablinks {
  display: flex;
  align-items: center;
}

header .tablinks ul {
  display: flex;
}

header .container:before, header .container:after {
  display: none;
}

nav:not(#menu) .nav-menu .space {
  margin-left: auto;
}

.social a {
  margin-left: 1em;
  color: var(--text);
}

.btn {
  border: 0;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  font-family: var(--mainFont);
}

.slide-caption .btn {
  background: var(--accent);
}

nav:not(#menu) .level1 &gt; li .dept-link {
  color: #000;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
}

nav:not(#menu) .level1 &gt; li a {
  color: #6c6c6c;
}

nav:not(#menu) .level1 &gt; li {
  margin-right: 20px;
}

nav:not(#menu) .nav-menu {
  margin: 0;
  position: relative;
  display: flex;
}

nav:not(#menu) .level2 {
  position: absolute;
  display: none;
  background: #fff;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.05);
}

nav:not(#menu) .level2 li {
  padding: 5px 0;
}

nav:not(#menu) .nav-menu&gt;li&gt;a, nav:not(#menu) .nav-menu&gt;li&gt;span {
  color: #000;
  font-size: var(--fontMenuSize);
  font-weight: normal;
  padding: 10px 0;
  display: block;
}

nav:not(#menu) .nav-menu&gt;li&gt;a:after, nav:not(#menu) .nav-menu&gt;li&gt;span:after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 10px;
  transition: all 0.3s;
  display: inline-block;
}

nav:not(#menu) .nav-menu&gt;li&gt;*:last-child:after {
  display: none;
}

nav:not(#menu) .nav-menu&gt;li.open&gt;a:after, nav:not(#menu) .nav-menu&gt;li.open&gt;span:after {
  transform: rotate(180deg);
}

nav:not(#menu) .nav-menu&gt;li {
  position: relative;
  cursor: pointer;
}

nav:not(#menu) .nav-menu&gt;li.columns {
  position: static;
}

nav:not(#menu) .nav-menu .page {
  margin-left: auto;
}

nav:not(#menu) .nav-menu&gt;li:hover&gt;ul {
  display: none;
}

nav:not(#menu) .nav-menu&gt;li:hover&gt;ul, nav:not(#menu) .nav-menu&gt;li&gt;ul {
  padding: 20px;
  margin-top: 0;
  min-width: 130px;
}

nav:not(#menu) .nav-menu&gt;li.columns:hover&gt;ul,
nav:not(#menu) .nav-menu&gt;li.columns&gt;ul {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 20px;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  min-width: 600px;
}

nav:not(#menu) .nav-menu&gt;li:hover, nav:not(#menu) .nav-menu&gt;li&gt;a:hover, nav:not(#menu) .nav-menu&gt;li&gt;span:hover {
  background: #fff;
  text-decoration: none;
}

nav:not(#menu) .nav-menu&gt;li&gt;a, nav:not(#menu) .nav-menu&gt;li&gt;span {
  box-shadow: inset 0 0 0 0 var(--accentAlt);
  transition: all 0.3s;
}

nav:not(#menu) .nav-menu&gt;li&gt;ul&gt;li a {
  font-size: 14px;
}

nav:not(#menu) .nav-menu&gt;li&gt;ul&gt;li a:not(:last-child), nav:not(#menu) .nav-menu&gt;li&gt;ul&gt;li&gt;span:not(:last-child) {
  font-weight: bold;
  font-size: 1.2em;
  color: #000;
}

nav:not(#menu) .nav-menu&gt;li&gt;a:hover, nav:not(#menu) .nav-menu&gt;li&gt;span:hover {
  box-shadow: inset 0 -5px 0 0 var(--accentAlt);
}

nav:not(#menu) .nav-menu a:hover {
  color: #000;
}

/* s1 */

#s_1, #m_1 .image-carousel {
  background:var(--accentAlt);
}

#s_1 img, #m_1 img {
  height: 100%;
  display: block;
  object-position: center center;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#s_1 .slide:after {
  content: "";
  display: block;
  padding-top: 30%;
}

#m_1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-top: 20px;
}

#m_1 .slide:after {
  content: "";
  display: block;
  padding-top: 60%; 
}

.grid .owl-carousel, .grid div {
  height: 100%;
}

.image-carousel .slide:before {
  opacity: 0;
}

.slider h1 {
  margin-top: 3em;
  margin-bottom: 1em;
  text-align: center;
  color: #000;
}

.image-carousel .owl-theme .owl-controls .owl-buttons&gt;div {
  font-size: 0;
}

.image-carousel .owl-theme .owl-controls .owl-buttons&gt;div:after,.image-carousel .owl-theme .owl-controls .owl-buttons&gt;div:before {
  font-size: 3rem;
}

.slide-caption {
  position: absolute;
  bottom: 40px;
  right: 40px;
  max-width: 450px;
  width: 80%;
  text-align: right;
  color: #fff;
  z-index: 2;
  pointer-events: none;
}

.slide-caption *:only-child {
  margin: 0;
}

.slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1;
  pointer-events: none;
}

#accountform {
  max-width: 500px;
  margin: 0 auto;
}


h1, .history-search-page {
  text-align: center;
}

.product-right .pricingDetails {
  text-align: center;
}

.btn-lg {
  line-height: 26px;
}

footer {
  background: var(--bgAccent);
  margin-top: 30px;
}

footer .tablinks {
  background: var(--accent);
}

footer .tablinks ul {
  display: flex;
  align-self: center;
  justify-content: center;
  list-style-type: none;
  padding: 15px 0;
  margin: 0;
}

footer .tablinks ul li {
  margin: 0 5px;
  color: var(--bgAccent);
}

footer .tablinks ul li  a {
  color: var(--bgAccent);
}

#social a {
  font-size: 2em;
  margin: 0 5px;
}

#social a:hover {
  text-decoration: none;
  color: #000;
}

body {
  background: url('bg.webp') no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

.page-product .product-image {
  background: #fff;
  border: 1px solid #ddd;
}

.product-carousel-wrapper {
  padding: var(--gap) 0;
}

.product-carousel-wrapper  h2 {
  text-align: center;
  margin: 2em 0 1em;
}

.page-home .product-carousel-wrapper {
  margin-left: 0;
}

.product-carousel-wrapper {
  margin: calc(2* var(--gap)) 0;
}

.product-list .product-thumbnail {
  margin-bottom: 0;
}

.owl-item .thumbnail,
.product-list .thumbnail {
  min-height: unset;
  box-shadow: var(--shadow);
  flex-grow: 2;
  margin-bottom: 0;
}

.owl-item .thumbnail .caption,
.product-list .thumbnail .caption {
  position: static;
  margin-top: 20px;
  width: 100%;
  padding: 0 15px 50px;
}

.caption h4 {
  font-size: 1.2em;
}

.caption h4 a {
  color: #000;
}

.product-list .owl-wrapper-outer {
  padding: 50px 0;
}

.carouselBtns {
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  width: 100%;
  display: flex;
}

.carouselBtns a {
  background: var(--accent);
  padding: 5px 10px;
  text-align: center;
  color: var(--bg);
  flex: 1 1 40%;
}

.carouselBtns a + a {
  margin-left: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  background: var(--accent);
  transition: all 0.3s ease;
}

.owl-item .thumbnail a.product-thumbnail-image,
.product-list .thumbnail a.product-thumbnail-image {
  height: unset;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.owl-item .thumbnail a.product-thumbnail-image:before,
.product-list .thumbnail a.product-thumbnail-image:before {
  display: block;
  content: "";
  padding-top: 100%;
}

.owl-item .thumbnail a.product-thumbnail-image img,
.product-list .thumbnail a.product-thumbnail img {
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.owl-item .caption .btn, .product-list .caption .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.owl-item .thumbnail:hover .btn, .product-list .thumbnail:hover .btn {
  transform: translateY(0);
  opacity: 1;
}


div.checkoutbuttonsDiv {
  overflow: visible;
}

h1 a, h2 a, h4 a, h5 a, h6 a {
  font-family: inherit;
}

h1:first-child, h2:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.9em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.3em;
}

h6 {
  font-size: 1em;
}

.btn-primary, 
#customcontent form button, .page-contact #contactform input[type=submit], #submit_submit_inquiry {
  border: 0;
  border-radius: 0;
  background: var(--accent);
  color: var(--bg);
  font-family: var(--mainFont);
}

.btn-primary:hover, #customcontent form button:hover, .page-contact #contactform input[type=submit]:hover, #submit_submit_inquiry:hover {
  background: var(--bg);
  color: var(--accent);
}

.pagebody-wrapper, .page-product .product-info {
  background: none;
}

.form-control {
  background-color: var(--bg);
  border: 1px solid var(--accent);
  border-radius: 0;
}

/* new  account pages */

.page-account .pagebody-wrapper p, #table-navigation {
  text-align: center;
}

#account-options {
  display: grid;
  grid-template-columns: 120px 120px 120px;
  grid-gap: 30px;
  justify-content: center;
  margin: 30px 0;
}

.option {
  border-radius: 3px;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0 10px 10px -15px rgba(0,0,0,0.1);
  text-decoration: none !important;
}

.option:hover, .option:focus, .option:hover:focus {
  text-decoration: none;
  color: #000;
}

.option:hover i {
  color: #43B3D6;
  transform: translateY(-5px);
}

.option i {
  font-size: 4em;
  display: block;
  margin-bottom: 5px;
  transition: all 0.2s;
}

.history-page {
  margin-top: 30px;
}

#customcontent:empty {
  display: none;
}

#mapcanvas {
  position: relative;
  height: 450px;
}

#mapcanvas iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

#table-navigation h1 {
  margin-bottom: 1em;
}

#gdpr-panel {
  padding: 0;
}

#gdpr-panel p {
  font-size: 14px;
}

#gdpr-panel div[style*="height"] {
  height: unset !important;
  max-height: 400px;
}

#privacyconsent {
  align-items: flex-start;
  display: flex;
}

#privacyconsent p {
  margin-bottom: 0;
}

#privacy-fields {
  padding-left: 0;
}

#contactform #privacyconsent input {
  position: static;
  margin: 0;
  align-self: center;
}

.articleDiv, .blogarticleDiv, .page-contact .panel, .page-contact #customcontent {
  box-shadow: var(--shadow);
  border-radius: var(--borderRadius);
  border: var(--border);
  padding: 1.5em;
}

#customcontent {
  max-width: 750px;
  margin: 0 auto;
}

.page-product h1 {
  margin-top: 0;
  text-transform: none;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: bold;
}

.recently-viewed-products-wrapper {
  padding-top: 1px;
}

#productlist-header .headerInner {
  background: var(--bgAccent);
  box-shadow: var(--shadow);
  margin: 15px 0;
}

#products {
  padding: 30px 15px;
  clear: both;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: var(--gap);
}

.product-list &gt; table {
  margin-bottom: 30px;
}

.product-card {
  display: flex;
  flex-direction: column;
}

.owl-wrapper {
  display: flex !important;
}

.owl-carousel .owl-item {
  display: flex;
  flex-direction: column;
}

.owl-carousel .owl-item &gt; div {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}

.page-product .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-product .product-image i {
  pointer-events: none;
}

.page-product .product-image&gt;a:first-child img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.product-list-item.list {
  grid-column: 1 / -1;
}

.product-list-item.list .thumbnail {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.product-list-item.list .product-thumbnail {
  flex: 0 0 100px;
  height: 80px;
}

.product-list-item.list .product-thumbnail img {
  padding: 10px;
}

.product-list-item.list .thumbnailDiv {
  flex: 0 0 120px;
}

.product-list-item.list .caption {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}

.product-list-item.list .caption h5 {
  margin: 0;
}

.product-list-item.list .caption h6 {
  margin: 0 10px 0 0;
  font-family: var(--mainFont);
}

.product-list-item.list .text-pricingdetails {
  width: 100px;
  margin: 0 0 0 auto;
  text-align: right;
}

.product-list-item.list .caption .btn {
  position: static;
  transform: translateY(0);
  opacity: 1;
  width: 150px;
  text-align: center;
  margin: 0 20px;
}

/* new  account pages */

.page-account .pagebody-wrapper p, #table-navigation {
  text-align: center;
}

#account-options {
  display: grid;
  grid-template-columns: 120px 120px 120px;
  grid-gap: 30px;
  justify-content: center;
  margin: 30px 0;
}

.option {
  border-radius: 3px;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0 10px 10px -15px rgba(0,0,0,0.1);
  text-decoration: none !important;
}

.option:hover, .option:focus, .option:hover:focus {
  text-decoration: none;
  color: #000;
}

.option:hover i {
  color: var(--accentAlt);
  transform: translateY(-5px);
}

.option i {
  font-size: 4em;
  display: block;
  margin-bottom: 5px;
  transition: all 0.2s;
}

.history-page {
  margin-top: 30px;
}

.notice-item-success {
  border-bottom: 5px solid #63b108;
  box-shadow: 10px 10px 80px #63b108;
}

.notice-item, .notice-item-loading, .notice-item-success {
  padding: 20px;
  border-radius: 0;
  background: #fff !important;
  font-family: inherit;
}

.notice-item-error {
  background: #f5675d !important;
}

.notice-item-success * {
  color: #63b108 !important;
}

.notice-item-error * {
  color: #fff !important;
}

.notice-item-success h4, .notice-item-success p {
  margin-top: 0;
}

.notice-wrap h4, .notice-wrap p {
  font-family: inherit;
}

.notice-wrap h4 {
  font-size: 1.5em;
}


/* cart */

.dropdown-menu {
  min-width: 200px;
}

.dropdown-cart .item {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 50px 1fr;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}

.cart-options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cart-options &gt; a {
  text-align: center;
}

.cart-total {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

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

.multistepcheckout #checkout-section-basket {
  width: 100%;
}

#checkout-panels.step2 {
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#checkout-panels.step2 &gt; div {
  flex: 1 1 50%;
  min-width: 260px;
  width: 50%;
}

/* fixes */

.findPanel {
  position: relative;
}

.findPanel label.text-small {
  text-align: left;
  color: var(--text);
  position: absolute;
  left: 0;
  top: 100%;
}

.open&gt;.dropdown-menu {
  right: 0;
  left: auto;
  border: 0;
  box-shadow: var(--shadow);
  padding: 15px;
  color: var(--text);
}

.page-loggedin .pagebody-container {
  text-align: center;
}

.navbar-header .dropdown-toggle, .navbar-header&gt;.btn {
  background: var(--accent);
}

.listing {
  display: grid;
  grid-column-gap: var(--gap);
  grid-template-columns: 1fr 3fr;
  padding: 0 15px;
}

.listing form, .listing script {
  order: 5;
}

.listing h3 {
  margin-top: 0;
  margin-bottom: 1em;
}

.listing &gt; * {
  grid-column: 1 / -1;
}

#panel-filteredsearch {
  grid-row: span 3;
  grid-column: 1;
}

.listing #panel-filteredsearch ~ * {
  grid-column-start: 2;
}

#collapsePFS {
  box-shadow: var(--shadow);
}

.basketlist-row1 + .basketlist-row2 td,
.basketlist-row2 + .basketlist-row1 td {
  padding-top: 10px;
}

@media (max-width: 1200px) {

  :root {
    --fontMenuSize: 14px;
  }

  .container {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {

  .listing {
    display: block;
  }

  #productlist-header {
    margin: 15px 0;
  }

  .product-list #productlist-header .headerInner {
    padding: 5px 15px;
  }

  :root {
    --gap: 10px;
    --shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
    --fontSize: 13px;
    --fontMenuSize: 15px;
  }

  #account-options {
    grid-template-columns: 120px 120px;
    grid-gap: 15px;
  }

  #nav {
    display: none;
  }

  .navbar-header a.mobileMenuLink {
    padding: 6px 12px;
    margin: 0;
  }

  .navbar-header .btn {
    margin: 0;
  }

  .navbar {
    background: var(--accent);
    padding: 10px 15px;
    margin-bottom: 20px;
  }

  #products {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-gap: 10px;
  } 

  .product-card {
    padding: 0 !important;
  }

  .product-list .product-card {
    width: unset !important;
  }

  .product-list .product-thumbnail {
    height: 180px;
  }


}
</pre></body></html>