<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.category-group-banner
{
    width:100%;
   
}

.brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 10px;
  filter: drop-shadow(5px 6px 7px #000000);
  z-index: 255;
}

.brand-logo img {
  width: 100%;
  height: auto;
}

.package-add-description {
  font-size: 0.75rem;
  line-height: 1rem;
  height: 2rem;
}

.navbar {
  padding-right: 0px;
}

.close-filter {
  padding: 3px 0px;
  cursor: pointer;
}
.reset-filter {
  padding: 5px 0px;
  cursor: pointer;
}

#wrapper .toggled {
  padding-left: 300px;
}

#sidebar-wrapper {
  background: #0b1f23;
  font-size: 0.875rem;
  color: #ffffff;
  overflow: auto;
  padding-bottom: 7rem !important;
  height: 100vh;
}

.wishlist-icon {
  cursor: pointer;
  float: right;
}

.filter-title {
  font-weight: bold;
}

.filter-container {
  margin-bottom: 0px;
  list-style: none;
  padding-left: 0.5rem;
}

.filter-more {
  display: none;
}

.filter-more-button {
  color: yellow;
  font-weight: bold;
  margin-left: 0.5rem;
  cursor: pointer;
}

.filter-options-container {
  margin-top: 1rem;
}

.filter-options-container:first-of-type {
  margin-top: 0.5rem;
}

.cart-icon {
  cursor: pointer;
  float: left;
}

.item-images {
  /*height:auto;
    	width:auto;
    	max-width:240px;
    	max-height:240px;*/
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.image-container {
  height: 100%;
  width: 100%;
  position: relative;
  max-height: 240px;
  max-width: 240px;
  margin: auto;
}

.item-container {
  position: relative;
  margin: 4px 8px 4px 0;
  background: white;
  /*height:27.2rem;*/
  height: 32em;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /*-webkit-box-shadow:2px 3px 1px rgba(50,50,50,0.2);
        -moz-box-shadow:2px 3px 1px rgba(50,50,50,0.2);
        box-shadow:2px 3px 1px rgba(50,50,50,0.2);
       
        
        border:1px solid #cecdcd;*/
}

.item-container:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.details-container {
  margin-top: 8px;
  height: 9.775rem;
}

.product-label {
  line-height: 1.3rem;
  font-size: 1.15rem;
  height: 2.6rem;
  overflow: hidden;
  margin-top: 0.5rem;
  vertical-align: top;
}

.price-label {
  font-weight: bold;
  font-size: 1.25rem;
}

.out-of-stock {
  color: #ff0000;
  font-size: 0.75rem;
  height: 1rem;
  line-height: 1rem;
  vertical-align: top;
}

.price-container {
  height: auto;
  margin-top: 0.5rem;
  line-height: 1.25rem;
  vertical-align: top;
}

.txtQty {
  width: 40px;
  text-align: center;

  height: 2rem;
}

.btnAddToCart,
.btnAddToQuote {
  padding: 0.25rem 1.5rem;
  vertical-align: top;
  cursor: pointer;
}

.quantity-container {
  margin-bottom: 0.5rem;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.product-code {
  line-height: 0.875rem;
  vertical-align: top;
}

.pagination {
  margin: 0px;
}

.pagination ul {
  margin-left: auto;
  margin-right: 0px;
  padding-left: 0px;
}

.FilterHeader {
  color: #ffffff;
  cursor: pointer;
}

.FilterContainer {
  display: none;
  list-style: none;
}

.package-description {
  font-size: 0.875rem;
  height: 3rem;
  overflow: hidden;
  line-height: 1rem;
  margin-top: 0.5rem;
  font-weight: bold;
}

.img-play {
  max-height: 32px;
  width: auto;
  cursor: pointer;
}

.ShowFilters {
  display: block;
}

.item-administration {
  position: absolute;
  right: 15px;
  z-index: 255;
}

.item-administration img {
  cursor: pointer !important;
}

.alt-images {
  display: none;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  /*width: 220px;*/
  width: 100%;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #24b1c2;
  padding-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /*border-top: 1px solid #d9d9d9;*/
  color: black;
  /*border-bottom: 1px solid #d9d9d9;*/
  background-color: #ebebeb;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #0b1f23 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.select-styled:hover {
  /* background-color: #22a9b9;*/
}
.select-styled:active,
.select-styled.active {
  /*background-color: #209dac;*/
}
.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #0b1f23 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 8px;
  border-radius: 8px;
  list-style: none;
  background-color: #f4f4f4;
  margin-top: 2px;
}

.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;

  background-color: #d9d9d9;
  margin-bottom: 4px;
  color: #0b1f23;
  border-radius: 8px;

  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  color: #fff;
  background: #0b1f23;
}

.select-options li[rel="hide"] {
  display: none;
}

.options-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.remove-filter-icon {
  cursor: pointer;
}

.remove-filter-icon .hidden {
  display: none;
}

.filter-holder select {
  display: none;
}

.new-model {
  position: absolute;
  top: 0px;
  right: 10px;
  border-radius: 100%;
  background: #0f94cb;
  border-color: #0f94cb;
  padding: 1em;
  filter: drop-shadow(5px 6px 7px #000000);
  z-index: 255;
}

.new-model.clearance {
  background: red;
  border-color: red;
  padding: 1.5em 1em;
}

.new-model p {
  margin: 0em;
  color: White;
  font-size: 0.7em;
}

.item-container a {
  color: inherit;
}

.item-container a:hover {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 768px) {
  .alt-images {
    display: block;
  }

  .multi-span-image {
    display: none;
  }

  .item-administration {
    right: 10px;
  }

  .product-label {
    font-size: 1rem;
    line-height: 1rem;
    height: 2rem;
  }

  .navbar-pagination {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pagination {
    font-size: 0.75rem;
  }

  .pagination ul {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .item-container {
    margin-right: 0px;
  }
}

.package {
  font-size: 1.25rem;
  color: #0f94cb;
}

.package:hover {
  text-decoration: none;
  color: #0f94cb;
}

.package:visited {
  color: #0f94cb;
}

.package-container {
  -webkit-box-shadow: 2px 3px 1px rgba(214, 224, 43, 0.2);
  -moz-box-shadow: 2px 3px 1px rgba(214, 224, 43, 0.2);
  box-shadow: 2px 3px 1px rgba(214, 224, 43, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #d6e02b !important;
}

.filter-bar {
  margin-top: 1em;
  min-height: 20px;
  display: none;
}

.filter-container {
  background-color: #ebebeb;
  padding-left: 35px;
  padding-right: 35px;

  /*padding-top:10px;*/
  padding-bottom: 10px;
  min-height: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-left: -15px;
  margin-right: -15px;
  flex-direction: row;
  column-gap: 24px;
}

.filter-holder {
  margin-top: 10px;
  width: 33.333333%;
}

.filter-holder label {
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.filter-holder select {
  width: 100%;
}

#page-content-wrapper {
  background: var(--slgrey);
}

@media (min-width: 768px) {
  .filter-holder {
    width: 23%;
  }

  .filter-bar {
    display: block;
  }

  .MobileButtonsContainer {
    display: none !important;
  }

  .sideBarMobile {
    display: none !important;
  }
}

@media (max-width: 568px) {
  .container-fluid {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
</pre></body></html>