@import url("//fonts.googleapis.com/css?family=Lato:400,300,700");
.__NETO__header {
  display: none !important;
}
* {
  font-family: "Lato", sans-serif;
}
body {
  background-color: #ffffff /*{body|background-colour}*/;
  background-image: none /*{body|background-image}*/;
  color: #333333 /*{body|text-colour}*/;
}
a,
a:hover,
a:active {
  color: #f94a06 /*{body|link-colour}*/;
}
#main-content {
  background: #ffffff;
  padding-top: 15px;
}
.wrapper-header {
  background-color: #262520 /*{header|background-colour}*/;
  border-color: #262520 /*{header|border-colour}*/;
  margin-bottom: 0px;
}
.wrapper-header .btn-default {
  background-color: #f9ca06 /*{header|button-colour}*/;
  border-color: #f9ca06 /*{header|button-colour}*/;
  color: #ffffff /*{header|button-text-colour}*/;
}
.navbar {
  margin-bottom: 0;
  background-color: transparent;
  border-color: transparent;
}
.navigation-list li a,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navigation-list li a:hover,
.navbar-default .navbar-nav > li:hover > a,
.navigation-list li:hover a {
  color: #ffffff /*{header|link-colour}*/;
}
.wrapper-footer {
  background-color: #262520 /*{footer|background-colour}*/;
  color: #ffffff /*{footer|text-colour}*/;
}
.wrapper-footer h4 {
  color: #ffffff /*{footer|text-colour}*/;
}
.wrapper-footer hr {
  border-color: rgba(255, 255, 255, 0.2);
}
.wrapper-footer a,
.wrapper-footer a:hover,
.wrapper-footer a:active {
  color: #ffffff /*{footer|link-colour}*/;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: rgba(0, 0, 0, 0.2);
}
.btn-primary {
  color: #ffffff;
  background-color: #f94a06 /*{buttons|primary-colour}*/;
  border-color: #f94a06 /*{buttons|primary-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #f94a06 /*{buttons|primary-colour}*/;
  border-color: #f94a06 /*{buttons|primary-colour}*/;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f94a06 /*{buttons|primary-colour}*/;
  border-color: #f94a06 /*{buttons|primary-colour}*/;
}
.btn-success {
  color: #ffffff;
  background-color: #f9ca06 /*{buttons|secondary-colour}*/;
  border-color: #f9ca06 /*{buttons|secondary-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #f9ca06 /*{buttons|secondary-colour}*/;
  border-color: #f9ca06 /*{buttons|secondary-colour}*/;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #f9ca06 /*{buttons|secondary-colour}*/;
  border-color: #f9ca06 /*{buttons|secondary-colour}*/;
}

/* Countdown Styling */
.countdown-container {
  margin-top: 20px;
}
.countdown-container.checkout {
  margin-top: 15px;
  display: none;
}
.countdown-timer {
  color: #ff0000;
  font-weight: bold;
}

.hello-bar {
  background-color: #f9ca06;
  color: black;
  width: 100%;
  padding: 10px;
  margin: 0;
}

#christmasCountdown {
  color: red;
}

/* Staff Picks on Category Pages */
p.staff-pick-label {
  position: absolute;
  bottom: 0;
  right: 4px;
  background-color: #f94a06;
  color: #ffffff;
  padding: 1px 5px;
  border-radius: 5px;
}

/* INSTAGRAM FEED */
.instaSection {
  margin: 0;
}
#instafeed {
  margin: 0;
}
.instaHeading {
  text-align: center;
  padding: 10px 15px;
  max-width: 780px;
  margin: 0 auto;
}
.instaHeading H2,
.instaHeading a {
  text-transform: uppercase;
}
.instaHeading p {
  font-size: 18px;
}
.instaHeading a {
  background: #f94a06;
  color: white;
  padding: 10px 15px;
  display: inline-block;
  margin: 15px 0;
}
.instaBlock {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.instaImgContainer {
  min-width: 100%;
  min-height: auto;
  padding-top: 100%;
}
.instaImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.instaText {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  background-color: rgba(29, 106, 154, 0.72);
  color: #ffffff;
}
.instaText p {
  padding: 10px;
  overflow: hidden;
  margin: 10px;
  display: block;
  height: 90%;
}

@media (max-width: 1199px) {
  .instaText p {
    height: 85%;
  }
}

.instaBlock:hover .instaText {
  visibility: visible;
  opacity: 1;
}

.size-box {
  float: left;
}

.size-box a {
  padding: 4px 8px;
  border: 1px solid #ccc !important;
}

.size-box a,
.colour-box a {
  display: block;
  color: #333 !important;
}

.colour-box a {
  margin-bottom: 10px;
  margin-right: 10px;
}

.size-box a._itmspec_selected {
  border: 1px solid black !important;
}

.colour-box a._itmspec_selected {
  text-decoration: underline;
}
.colour-box ._itmspec_selected {
  padding: 0;
}

.colour-box {
  float: left;
  text-align: center !important;
  margin-bottom: 1em;
}

.sold-out-box {
  background: linear-gradient(
    to top right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) calc(50% - 0.8px),
    darkgrey 50%,
    rgba(0, 0, 0, 0) calc(50% + 0.8px),
    rgba(0, 0, 0, 0) 100%
  );
}

.size-box.sold-out-box ._itmspec_selected {
  background: linear-gradient(
    to top right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) calc(50% - 0.8px),
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) calc(50% + 0.8px),
    rgba(0, 0, 0, 0) 100%
  );
}

.colour-box .sold-out-box {
  background: linear-gradient(
    to top right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) calc(50% - 0.8px),
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) calc(50% + 0.8px),
    rgba(0, 0, 0, 0) 100%
  );
}

/* GOOGLE REVIEWS BLOCK */
.googleReviews {
  padding: 15px 30px;
  margin: 10px 0;
  background-color: #f3f3f5;
}

.google-reviews-link {
  text-align: right;
  font-size: 1.1em;
}

.googleReviews hr {
  border-top: 1px solid darkgrey;
  margin: 12px 0;
}

.googleReviews blockquote:before {
  content: "\F005\F005\F005\F005\F005";
  display: block;
  margin: 5px 0 10px;
  font-family: FontAwesome;
  font-size: 1.3em;
  letter-spacing: 2px;
  color: #e57400;
}

.googleReviews blockquote {
  border-left: none;
  padding: 0;
  font-size: 1.1em;
  word-spacing: 1px;
}

@media (max-width: 991px) {
  .googleReviews blockquote {
    margin-bottom: 20px;
  }

  .googleReviews blockquote:before {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .google-reviews-link {
    text-align: left;
  }
}

/* TABLE MENU SECTION */

.table-menu-wrapper h2 {
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .table-menu-wrapper {
    display: none;
  }
}

.table-menu a {
  color: black !important;
}

.table-menu .caret {
  cursor: pointer;
}

.table-menu-col {
  width: 31%;
  margin: 5px 1%;
  float: left;
}

.category-mainsection {
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 5px 0;
  border-bottom: 2px solid lightgrey;
}

.category-mainsection h3 {
  text-align: center;
  margin-top: 10px;
}
.category-bike.category-mainsection {
  width: 97%;
  text-align: center;
  margin: 0 1%;
}
.category-bike.category-mainsection .category-subsection {
  display: flex;
  justify-content: space-around;
  width: 85%;
  margin: 0 auto;
}
.category-bike.category-mainsection .category-subsection p {
  float: left;
  padding: 0 8px 0 0;
  border: none;
}

.category-subsection > p:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.category-subsection > p {
  border-bottom: 2px solid lightgrey;
  padding-bottom: 7px;
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
}

.category-subsection a.menu-collapse {
  display: inline-block;
  flex: 1;
}
.category-subsection .caret {
  float: right;
  margin: 10px;
  display: inline-block;
  margin: 10px 10px 0 auto;
  cursor: pointer;
}

a.menu-collapse.collapsed .caret {
  transform: rotate(-90deg);
}

.category-subsection-title {
  display: block;
}

.category-list > p {
  padding-left: 15px;
}

/* Product page sidebar */
.panel.sidebar-border {
  box-shadow: none;
}

/* Category page sidebar */

.panel.panel-default.side-menu ul {
  padding-left: 0px;
  list-style-type: none;
}

.panel.panel-default.side-menu .caret {
  transform: rotate(-90deg);
}

.panel.panel-default.side-menu h4 {
  margin-top: 0px !important;
  margin-left: 10px;
}

.panel.panel-default.side-menu h3 {
  margin-top: 7px !important;
  margin-bottom: 5px;
}

.side-menu .dropdown-menu-horizontal .list-group-item {
  background: #ffffff;
  padding: 0;
}

.side-menu .list-group-item {
  padding: 7px 15px;
}

.side-menu .dropdown-menu-horizontal .list-group-item h4 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* FILTER COLLAPSE */

#filters {
  padding-top: 23px;
  background: #f5f5f5;
}

.list-group.filter-collapse a:before {
  content: "\F096\0020";
  font-family: FontAwesome;
}

.filter-collapse-title > h4 {
  cursor: pointer;
  margin-top: 0 !important;
}

.filter-collapse-title {
  padding-right: 0;
}

.caret.filter-collapse {
  transform: rotate(-180deg);
  transition: all 1s;
}

.collapsed .caret.filter-collapse {
  transform: rotate(0deg);
  transition: all 1s;
}

/* Crosssell Load More */
.crosssells-toggle {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #f9ca06;
  cursor: pointer;
  transition: 0.2s ease;
}

.crosssells-toggle:hover,
.crosssells-toggle:focus {
  text-decoration: underline;
}

#multiitemadd > .row > div:nth-of-type(n + 4) {
  display: none;
}

/* PDP Info Table */
.am-info-table {
  margin-top: 32px;
  border: 0 !important;
}

/* === Megantic === */
.table-menu-wrapper .meg-h2 {
  text-align: center;
  margin-bottom: 15px;
}
.homepage-blog .meg-h2 {
  text-align: center;
}
.homepage-blog .meg-h2 .label {
  font-size: 13px;
}
.instaHeading .meg-h2,
.footer__menu .meg-h3 {
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .instaHeading .meg-h2 {
    font-size: 20px;
    font-weight: 700;
  }
}
.carousel-control.right {
  right: 10px;
}
#afterpayModal .meg-h2 {
  color: #00adeb;
  font-size: 20px;
}
#afterpayModal .meg-h2,
#afterpayModal .meg-h3,
#afterpayModal .meg-h4 {
  line-height: 1.7;
  margin: 15px 0px;
}

.thumbnail__title .meg-h3,
.thumbnail__title .meg-h4 {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
}
.category-mainsection .meg-h3 {
  text-align: center;
  margin-top: 10px;
}
.blog-list .blog-item .featured-title .meg-h3 {
  margin-top: 15px;
  margin-bottom: 4px;
}
.blog-list .blog-item .meg-h3 {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}
.wrapper-footer .meg-h4 {
  color: #ffffff /*{footer|text-colour}*/;
  margin-top: 0;
}
.modal-body .subscribe-form .meg-h2,
.modal-body .subscribe-thanks .meg-h2 {
  display: none;
}

#pre-results {
  position: absolute;
  top: 34px;
  background: #fff;
  height: 100px;
  width: 100%;
  z-index: 100;
  height: fit-content;
  padding-top: 15px;
}
._best-seller-category {
  margin-top: 25px;
}
.ifloat {
  float: left;
}
.cate-box-popular-card .panel {
  margin-bottom: -1px;
}

#cate-box-popular .thumbnail .product-image {
  width: 100%;
  max-width: 71px;
}
#cate-box-popular .lead {
  font-size: 17px;
}

@media (max-width: 991px) {
  .cate-box-popular-card .float_right {
    float: none !important;
  }
  .ifloat {
    float: none;
  }
  #cate-box-popular .thumbnail .product-image {
    width: 100%;
    max-width: 131px;
  }
}

.panel.panel-default.side-menu .meg-h3 {
  margin-top: 7px !important;
  margin-bottom: 5px;
}

#left-sidebar .list-group .meg-h4,
#left-sidebar .list-group .h4 {
  font-size: 15px;
  margin-top: 15px;
}
.filter-collapse-title > .meg-h4 {
  cursor: pointer;
  margin-top: 0 !important;
  margin: 0;
}
.product__extras .meg-h4 {
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  #mob-menu .panel-collapse {
    background: #fa5c1f;
    padding: 10px 6px 10px 20px;
  }
  #mob-menu .panel-collapse li {
    list-style: none;
    padding: 5px;
  }
  #mob-menu .panel-collapse a {
    color: #fff;
  }
  #mob-menu .nav-item.dropdown a.nav-link.mob-drop:not(.collapsed) {
    color: #474949;
    font-weight: 700;
  }
  #mob-menu
    .nav-item.dropdown
    a.nav-link.mob-drop:not(.collapsed)
    .fa-caret-down:before {
    content: "\f0d8";
  }
  #mob-menu
    .nav-item.dropdown.yamm-fw.open
    .nav-link.mob-drop
    .fa-caret-down:before {
    content: "\f0d8";
  }
  #mob-menu .nav-item.dropdown.yamm-fw.open .nav-link.mob-drop {
    color: #474949;
    font-weight: 700;
  }
  #mob-menu .dropdown-menu > li > a:hover,
  #mob-menu .dropdown-menu > li > a:focus {
    background-color: unset;
  }
}

#meg-subcat .panel-heading.panel-heading-thumbnails {
  border-bottom: 1px solid #ddd;
}
#subcategories .list-group-item.dropdown-toggle:hover {
  background-color: #ddd;
}
#subcats,
#filt {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #subcategories {
    display: block;
    height: auto !important;
  }
}
@media (max-width: 991px) {
  #subcats,
  #filt {
    font-size: 16px;
  }
}
.advworx-logo {
  width: 127px !important;
}
.t4b-logo {
  width: 240px !important;
}

.adv-discount-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fa692d;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.2;
  padding: 0 8px;
}

.nSwatch {
  margin: 0;
  height: 26px;
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 37px;
  width: 26px;
  border: 1px solid;
  background-size: cover;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.nColourList {
  height: 40px;
  text-align: center;
}

.product-thumb-slider .slick-prev,
.product-thumb-slider .slick-next {
  color: black !important;
  background: #ffffff00 !important;
}
.product-thumb-slider .slick-prev:before,
.product-thumb-slider .slick-next:before {
  color: white !important;
  font-size: 27px;
  padding: 7px;
  background: #000000db;
  padding-top: 8px;
}
.product-thumb-slider .slick-next {
  right: 9px;
  z-index: 111;
  height: 27px;
  width: 27px;
  opacity: 0;
}
.product-thumb-slider .slick-prev {
  left: -4px;
  z-index: 111;
  opacity: 0;
  height: 27px;
  width: 27px;
}
.thumbnail:hover .slick-next,
.thumbnail:hover .slick-prev {
  opacity: 1;
}

@media (max-width: 768px) {
  .product-thumb-slider .slick-next,
  .product-thumb-slider .slick-prev {
    opacity: 1;
  }
}

/* Compare Products */
@media (hover: hover) {
  .thumbnail__compare {
    position: absolute;
    background-color: whitesmoke;
    left: 0;
    right: 0;
    bottom: 100%;
    padding: 6px 0;
    margin: 0;
    opacity: 0;
  }

  .thumbnail:hover .thumbnail__compare {
    opacity: 1;
  }
}

.thumbnail .caption {
  position: relative;
}

.thumbnail__compare {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 4px;
}

.thumbnail__compare input {
  margin: 0;
}

.thumbnail__compare label {
  margin: 0;
  padding: 2px 0;
}

#_jstl__compare_widget {
  position: sticky;
  bottom: 0;
  z-index: 2;
}

.compare-widget {
  background: white;
  border-top: 4px solid #f9ca06;
  padding: 24px 48px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
}

.compare-widget-main {
  flex: 1;
}

.compare-widget-header {
  margin-bottom: 16px;
}

.compare-widget-header h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.compare-collapse {
  padding: 4px 16px 8px;
  background: #f2f2f2;
}

.compare-widget-products {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.compare-thumb {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  background: white;
  border: 1px solid #ddd;
  padding: 6px;
}

.compare-thumb h3 {
  font-size: 15px;
  margin: 0;
}

.compare-thumb-remove {
  background: #444444;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: white;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
  margin-left: auto;
}

.compare-thumb-remove:hover {
  color: white !important;
}

.compare-widget-aside {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.compare-widget-aside .btn {
  width: 200px;
}

@media (max-width: 991px) {
  .compare-widget-aside {
    flex: 100%;
  }
}

@media (min-width: 992px) {
  .compare-widget-aside {
    max-width: 200px;
  }
}

/* Comparision Table */
.ctd-data {
  display: none;
}

/* Z-index */
#main-content {
  position: relative;
}
#_preloader {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
  margin: 0 auto;
  margin-top: -62px;
  position: relative;
  background: #ffffff;
  text-align: center;
  padding: 10% 0;
}
#_preloader p {
  color: #335a77;
  padding: 20px 0;
  font-size: 48px;
  padding-left: 30px;
}
#_preloader svg {
  background-color: transparent !important;
  transform: rotate(0deg);
  animation: 1.11111s linear -0.833333s infinite normal forwards running rotate;
  width: 280px !important;
}
@keyframes rotate {
  0% {
    animation-timing-function: cubic-bezier(0.3333, 0.3333, 0.6667, 0.6667);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product-loader-btn {
  display: none;
}
.product-loader-btn:nth-last-child(1) {
  display: block !important;
}
@media (max-width: 991.98px) {
  .product-loader-btn {
    width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  .productLoader {
    padding: 0 15px;
  }
}

.loader-btn {
  background-color: #fff !important;
  color: #00588d !important;
  width: 300px;
}

.cur-block {
  cursor: not-allowed;
  width: 300px;
  opacity: 1;
  box-shadow: initial;
  border: none;
  background-color: #fff !important;
  color: #00588d !important;
  display: block;
}

/* new slides */
.static-slides-continer {
  display: flex;
  gap: 13px;
  padding-top: 13px;
}

.slider-image-block .slide-item {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .static-slides-continer {
    padding-top: 0;
    flex-direction: column;
  }
}

.flex-box {
  display: flex;
  flex-wrap: nowrap;
  scrollbar-color: #fff transparent;
}
.adblock-single {
  padding: 10px;
  min-width: 150px;
  text-align: center;
}
.adblock-img {
  width: 100% !important;
  height: 100% !important;
}
.adblock-single .meg-h5 {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.1;
}
.text-center {
  text-align: center !important;
}
.wrapper-adblock {
  margin-bottom: 50px;
}

#_filters {
  border: 2px solid #eee;
  /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.08); */
  margin-bottom: 20px;
  padding: 20px;
  margin-top: 20px;
}
#_filters .dropdown-menu {
  background-color: #fff;
  border-color: #ccc;
  max-height: 500px;
  overflow-y: scroll;
  min-width: 100%;
  padding: 8px;
  width: max-content;
  top: 47px;
  left: 5px;
}
#_filters .list-group-flush {
  display: flex;
  flex-wrap: wrap;
}
#_filters .btn-group {
  width: 25%;
}
.refine-options {
  width: 99%;
  padding: 10px;
  background: #f94a08;
  text-align: center;
  color: #fff;
  margin: auto !important;
  display: none;
}
.filter-btn {
  width: 196px;
  background: transparent;
  border: 2px solid #eee;
  padding: 10px;
  margin: 5px;
  text-align: left;
}
#_filters a.filter.dropdown-item {
  display: flex;
  justify-content: space-between;
}
.d-inline-block {
  display: inline-block;
}
#_filters .badge {
  height: 19px;
}
#_filters .far.fa-square {
  color: grey !important;
}

input#name_search-results {
  width: 80%;
  display: inline-block;
}

button.category-submit.btn.btn-default.btn-xs {
  width: 19%;
  padding: 7px;
  margin-top: -4px;
  background: #f94a08;
  color: #fff;
}

@media (max-width: 1200px) {
  #_filters .btn-group {
    width: 33%;
  }
}
@media (max-width: 991px) {
  #_filters .btn-group {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #_filters .filter-btn {
    width: 100%;
  }
  #_filters .btn-group {
    width: 50%;
  }
  .refine-options {
    display: block;
  }

  input#name_search-results {
    width: 100%;
  }

  button.category-submit.btn.btn-default.btn-xs {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 485px) {
  #_filters .filter-btn {
    width: 100%;
  }
  .list-group-flush {
    flex-direction: column;
  }
  #_filters .btn-group {
    width: 100%;
  }
}

@media (min-width: 769px) {
  #_filters .collapse {
    display: block !important;
  }
}

/* Active filters */
._active-filters {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  padding-left: 6px;
  margin-top: 20px;
}
.main-bubble {
  display: flex;
  border: 1px solid #ccc;
  margin-right: 10px;
  padding: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.bubble-close:after {
  right: -5px;
  content: "\274c";
  font-size: 7px;
  color: #000;
  line-height: 1;
  position: relative;
  top: -2px;
}
.selected-filter:before {
  content: "\F14A\0020";
  font-family: FontAwesome;
  color: #555;
}
#_filters a:hover,
._active-filters a:hover {
  text-decoration: none !important;
}
a.bubble-remove {
  margin-right: 16px !important;
}
p.title-remove-filter {
  font-weight: bold;
}

.m-0 {
  margin: 0;
}

.n_kee-main .kee-exp-202306,
.n_kee-next .kee-exp-202306 {
  display: none;
}

body .product__short-description,
body .jumbotron p,
body .productdetails p:first-child {
  font-weight: 300;
}

/* Insta Feed - Footer */
.instaSection > .kee-exp-insta-feed {
  display: none;
}

.n_kee-develop .instaHeading > a {
  display: none;
}

.n_kee-develop .instaSection > .kee-exp-insta-feed {
  display: block;
}

/* Homepage Categories */

/* Out of stock badges */
.product__stockinfo__variant {
  display: none;
}

.n_kee-develop .product__stockinfo__variant {
  display: block;
}

/* Improve sales ticker */
#recent_sales_ticker {
  z-index: 1;
}

/* = Optimise variant selector = */
/* Hide variants that are fully sold out. On products that still have stock only */
.product__instock .sold-out-box:not(.selected) {
  /* 2024-01-25: This disallows "Notify Me" for those sizes. Re-enable fully OOS colours */
  /*display: none !important;*/
}

/* Cross-through options that are available in a different combination */
.combination-sold-out-box {
  background: linear-gradient(
    to top right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) calc(50% - 0.8px),
    darkgrey 50%,
    rgba(0, 0, 0, 0) calc(50% + 0.8px),
    rgba(0, 0, 0, 0) 100%
  );
}
.combination-sold-out-box a {
  color: #888 !important;
}

/* Replace the product-level "In Stock" badge with one that's on the variant level */
.product__stockinfo {
  display: none;
}
.product__stockinfo__variant {
  display: block !important;
}

/* Show a loading indicator when variants are selected */
.variation-selector.loading {
  opacity: 0.4;
  cursor: wait;
}

.kee-new-menu-toggle {
  display: none !important;
}

.kee-new-menu-toggle {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .kee-new-menu-toggle {
    display: inline-block !important;
  }
}
.label-exp {
  display: inline !important;
}

/** Image variation selector **/
.colour-box span {
  display: none;
}

.colour-box:hover span {
  display: block;
  position: absolute;
}

.colour-box a {
  border: 1px solid transparent;
}
.colour-box:hover a {
  border: 1px solid #ccc;
}
.colour-box a._itmspec_selected {
  border: 1px solid black;
}
.colour-box a._itmspec_selected span {
  display: block !important;
  position: absolute;
  top: 0;
  right: 15px;
}

._itmspec_listopt .variation-name strong::after {
  content: ":";
}

._itmspec_listitm.combination-sold-out-box.colour-box {
  position: relative;
}

._itmspec_listitm.combination-sold-out-box.colour-box::after {
  content: "";
  background: linear-gradient(
    to top right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) calc(50% - 0.8px),
    darkgray 50%,
    rgba(0, 0, 0, 0) calc(50% + 0.8px),
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  pointer-events: none;
}

.addtocart {
  background: green;
  border-color: green;
}
.addtocart:hover {
  background: darkgreen;
  border-color: darkgreen;
}

#cartcontentsheader {
  color: black;
}
#menu-cart .caret {
  color: black;
}

/* shadow ani */
.shadow-blast {
  box-shadow: none;
  opacity: 1;
  animation: shadow-blaster;
  animation-duration: 1s;
  /* animation-fill-mode: forwards; */
  animation-timing-function: ease-in-out;
}
@keyframes shadow-blaster {
  from {
    box-shadow: 1px -1px 5px 0px rgb(113, 227, 85);
    opacity: 1;
  }
  to {
    box-shadow: -1px -1px 5px 41px rgba(255, 255, 255, 0);
    opacity: 1;
  }
}
.size-blast {
  animation: size-blaster;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 1.5s;
}
@keyframes size-blaster {
  0% {
    font-size: 0;
  }
  10% {
    font-size: 10px;
  }
  35% {
    font-size: 20px;
  }
  40% {
    font-size: 30px;
  }
  50% {
    font-size: 40px;
  }
  60% {
    font-size: 35px;
  }
  70% {
    font-size: 30px;
  }
  80% {
    font-size: 10px;
  }
  90% {
    font-size: 40px;
  }
  100% {
    font-size: 63px;
  }
}

.success-circle {
  width: 110px;
  text-align: center;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid palegreen;
  border-radius: 100%;
  margin: 0 auto;
}
.green-tick {
  font-size: 63px !important;
  color: #45c545;
}
.double-entries-table {
  width: 100%;
}
.double-entries-table td {
  padding: 0 10px;
}
.party-icon:after {
  content: "🎉";
  display: inline-block;
  width: 20px;
}
.blk {
  color: #000 !important;
}
.ap-cart {
  padding: 8px 0 !important;
}

.ap-cart .panel {
  margin-bottom: 0 !important;
}

/* Color Variants on Category Pages*/
.available-sizes {
  color: #777;
  line-height: 1.2;
}

.available-sizes__header {
  margin-right: 4px;
}

.available-sizes__value:after {
  content: "|";
  padding-left: 3px;
}

.available-sizes__value:last-child:after {
  display: none;
}

.available-sizes:not(:has(.available-sizes__value)) {
  display: none;
}

.thumb-grid > .row {
  display: flex;
  flex-wrap: wrap;
}

.by--sort {
  float: right;
}

.timer-label {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  min-width: 136px;
  font-size: 12px;
  text-align: center;
}

#_jstl__cart-total {
  display: none;
}

.exp-thumb-wrapper > * {
  width: 100%;
  float: none;
}

.pdp-gift {
  overflow: hidden;
  margin-bottom: 10px;
}

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

#klim-size-chart th,
#klim-size-chart td {
  padding: 2px 8px;
}

/* PDP Notify */
.backorder-modal .modal-dialog {
  margin-top: 100px;
}

.extra-options--notify .buying-options {
  display: none;
}

#section-notify {
  background: #f9ca06;
  padding: 16px;
  display: none;
}

#section-notify {
  display: block;
}

#section-notify h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

#section-notify .form-group {
  display: flex;
  margin-bottom: 4px;
}

#section-notify .form-group .btn {
  padding: 8px 24px;
  font-size: 16px;
  background: black;
  border-color: black;
}

#section-notify .form-group input {
  padding: 8px 16px;
  font-size: 16px;
  height: auto;
}

@media (min-width: 992px) {
  #n_product .tabbable {
    margin-top: 32px;
  }
  #n_product .product__secondary {
    display: none;
  }
  #n_product .product__instock > .col-sm-7 {
    position: sticky;
    top: 80px;
  }
}
/* Krios Hero Layout */
.exp-product__images-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
}

.exp-product__images {
  display: grid;
  gap: 32px;
  background-size: cover;
}

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

.exp-product__main-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.exp-product__options {
  padding: 8px 0;
}

.exp-product__options .specific {
  padding: 0;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.exp-product__options ._itmspec_listitm {
  margin: 0;
  position: relative;
  padding-left: 16px;
}

.exp-product__options ._itmspec_listitm:before {
  background: black;
  content: "";
  width: 2px;
  height: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.exp-product__options ._itmspec_lnk {
  display: block;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.exp-product__options ._itmspec_lnk div {
  margin-top: 4px;
}

.exp-product__options img {
  mix-blend-mode: multiply;
}

.exp-product__atc {
  align-self: flex-end;
  padding-bottom: 24px;
}

.exp-product__atc button {
  background: black;
  color: #fff000;
  font-weight: 600;
  border-color: black;
  padding: 12px 8px;
  white-space: normal;
}

.exp-product__atc button:hover {
  background: black;
  color: #fff000;
  border-color: black;
}

.exp-product__atc button:focus,
.exp-product__atc button:active:focus {
  background: black;
  color: #fff000;
  border-color: black;
  outline: 2px solid #fff000;
  outline-offset: 2px;
}

@media (min-width: 500px) {
  .exp-product__options .specific {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .exp-product__images {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  #n_product .tabbable {
    margin-top: 32px;
  }
  #n_product .product__secondary {
    display: none;
  }
  #n_product .product__instock > .col-sm-7 {
    position: sticky;
    top: 80px;
  }
}
.preodr {
  color: #fff !important;
  font-weight: bold !important;
}

#section-notify-cto {
  background: #f9ca06;
  padding: 16px;
  display: block;
}

#section-notify-cto h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

#section-notify-cto .btn {
  padding: 8px 24px;
  font-size: 16px;
  background: black;
  border-color: black;
}
.label-cto {
  display: none;
  background-color: #ffa500;
  color: #000;
}
.klim-label {
  background-color: #ffa500;
  color: #000;
}
.n_kee-develop .label-cto {
  display: inline;
}
.cto-box {
  margin-top: 18px;
}

.usp_items {
  text-align: center;
}
.main-usp {
  margin-top: 15px;
}
.usp_items div {
  margin-bottom: 10px;
}
.main-usp .countdown-container {
  margin-top: 10px;
}
.highlight-green {
  color: #008002;
  font-weight: bold;
}
.n_kee-develop .exp-usp-item {
  display: none;
}
.kee-exp-usp {
  display: none;
}
.n_kee-develop .kee-exp-usp {
  display: block !important;
}

/* revies on pdp */
.review-preview {
  background: #fff4d5;
  padding: 10px;
  margin-top: 12px;
}

.review-preview h4 {
  color: #ffc926;
}

.review-content {
  margin-bottom: 5px;
}

.review-avatar {
  background: #d9534f;
  border-radius: 50%;
  font-weight: 700;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5em;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  float: left;
  margin-top: 6px;
}
.read-rev {
  width: fit-content;
  float: right;
  margin-top: -20px;
  position: relative;
  z-index: 1000;
}

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

.txt-white {
  color: #fff;
}
.kickback {
  padding-top: 7px;
  display: inline-block;
  text-decoration: underline;
  color: #000;
}
.grey-bg {
  background-color: #f94906 !important;
}
.flex-badge {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

@media (max-width: 576px) {
  .productpricetext {
    font-size: 26px !important;
  }
}
.i-166538,
.i-166539,
.i-166540 {
  display: none;
}

.available-sizes {
  visibility: hidden;
}

.thumbnail:hover {
  box-shadow: -2px 1px 8px 6px rgba(199, 199, 199, 1);
  -webkit-box-shadow: -2px 1px 8px 6px rgba(199, 199, 199, 1);
  -moz-box-shadow: -2px 1px 8px 6px rgba(199, 199, 199, 1);
}
.thumbnail:hover .available-sizes {
  visibility: visible !important;
}
.stageCountdown{
  color: red;
}
.ct-klim{
  font-size: 16px;
}
.klim-sale-box {
  img {
    width: 100%;
    margin-top: 20px;
  }
  
 
}


.eqh{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
}
.rdate{
  color: #e57400;
  font-size: 12px;
}
/* DPG */
 /* Discount progress */
 .discount-progress-cart {
  padding: 24px 28px 28px;
  background-color: #fdf0d5;
margin-bottom: 20px;
}


.npopup[npopup-status="ready"] .npopup-dp-holder {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
}
.npopup[npopup-status="active"] .npopup-dp-holder {
  display: block;
  visibility: visible;
  opacity: 1!important;
}

.npopup-dp-holder {
  min-height: 120px;
}

.npopup-dp-holder .discount-progress {
  text-align: center;
  padding: 24px;
}
.npopup-dp-holder .discount-progress .progress {
  height: 14px;
}
.npopup-dp-holder .progress-checkpoint-label {
  display: none;
}
.npopup-dp-holder .progress-checkpoint-mark {
  width: 26px;
  height: 26px;
}
.npopup-dp-holder .discount-progress-title p {
  font-size: 14px;
}

.npopup-dp-holder .progress-checkpoint-wrapper  {
  top: -6px;
}

.discount-progress-offcanvas {
  text-align: center;
  padding-bottom: 32px;
  margin-bottom: 12px;
}
.discount-progress-offcanvas .progress {
  height: 14px;
}
.discount-progress-offcanvas .progress-checkpoint-mark {
  width: 26px !important;
  height: 26px !important;
}
.discount-progress-offcanvas .progress-checkpoint-wrapper  {
  top: -6px;
}
.discount-progress-offcanvas .progress-checkpoint-label {
  display: none;
}
.discount-progress-offcanvas .progress-checkpoint-mark {
  width: 30px;
  height: 30px;
}
.discount-progress-offcanvas .discount-progress-title p {
  font-size: 14px;
}

.discount-progress-title {
  margin-bottom: 7px;
}

.discount-progress-title p {
  font-size: 15px;
  margin: 0;
}

.discount-progress .progress {
  margin: 0;
  overflow: visible;
  position: relative;
}
.progress-checkpoint-wrapper {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
}
.progress-checkpoint {
  position: relative;
}
.progress-checkpoint:first-child {
  margin-left: -15px;
}
.progress-checkpoint:last-child {
  margin-right: -15px;
}
#menu-cart .progress-checkpoint:last-child {
  margin-right: -2px;
}
.progress-checkpoint-label {
  margin-top: 8px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  color: #3c3c3c;
  min-width: 450px;
}
.progress-checkpoint-mark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.progress-checkpoint-mark > span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
}
.progress-checkpoint-mark > i {
  display: none;
}
.progress-checkpoint-label {
  display: none;
}
.progress-checkpoint-start .progress-checkpoint-mark,
.progress-checkpoint-active .progress-checkpoint-mark {
  background-color: #262520;
  position: relative;
  margin-top: -2px;

}

.progress-checkpoint-start .progress-checkpoint-mark > span,
.progress-checkpoint-active .progress-checkpoint-mark > span {
  display: none;
}
.progress-checkpoint-start .progress-checkpoint-mark > i,
.progress-checkpoint-active .progress-checkpoint-mark > i {
  display: block;
}

.discount-progress-cart {
  min-height: 165px;
  transition: .2s;
}

.discount-progress-cart > * {
  opacity: 0;
  visibility: hidden;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #fab72a;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  }
.discount-progress-cart-loaded > * {
  opacity: 1;
  visibility: visible;
}
.discount-progress p{
  color: #000;
}
@media (min-width: 768px) {
  .discount-progress-cart {
      padding: 24px 56px 56px;
  }
  .progress-checkpoint-label {
      display: block;
  }
}
@media (min-width: 992px) {
  .discount-progress-cart {
      padding: 40px 64px 64px;
  }
  .progress-checkpoint-label {
      font-size: 15px;
      font-weight: 600;
  }
}
._limt-ship{
  position: absolute;
  left: -33px;
  top: 5px;
  color: #585555;
  background: transparent;
  width: auto!important;
  font-weight: bold;
  height: auto!important;
  font-size: 11px;
  border-radius: 0!important;
  background-color: transparent!important;

}
.dropdown-menu ._limt-ship{
  top: 5px!important;
}
.discount-progress-offcanvas{
  padding-bottom: 0px;
  margin-bottom: 7px;
}
.success-hit{
  background-color: #eefcea;
}
.party-icon:after{
  content: '🎉';
  display:inline-block;
  width:20px;
}


@media (max-width:1400px) {
  .free-ship-label{
      padding: 3px 4px;
  }
}
@media (max-width:576px) {
  .discount-progress-cart{
      min-height: 115px;
  }
}
.progress {
  background-color: #f5f5f5;
}
#neto-dropdown {
  padding: 0 10px;
}
.wrapper-footer .usps img {
  width: auto;
  height: 32px;
}
#cartcontentsheader:hover ~ .dropdown-menu-right{
  display:block;
}
.bro-his .price{
    margin-bottom: 0;
}
.bro-his .trustpilot-widget{
    margin-bottom: 1rem;
}
._limt-ship{
  position: absolute;
  left: -33px;
  top: 7px;
  color: #585555;
  background: transparent;
  width: auto!important;
  font-weight: bold;
  height: auto!important;
  font-size: 11px;
  border-radius: 0!important;
  background-color: transparent!important;

}
.highlighter{
  color: #fa692d;
  font-weight: bold;
}
.double-entries-table{
  width: 100%;
  margin-bottom: 20px;
}
.dropdown-menu ._limt-ship{
  top: 5px!important;
}
.discount-progress-offcanvas{
  padding-bottom: 0px;
  margin-bottom: 7px;
}
.success-hit{
  background-color: #eefcea;
}
.party-icon:after{
  content: '🎉';
  display:inline-block;
  width:20px;
}


@media (max-width:1400px) {
  .free-ship-label{
      padding: 3px 4px;
  }
}
@media (max-width:576px) {
  .discount-progress-cart{
      min-height: 115px;
  }
}

.npopup-dp-holder ._limt-ship{
  top: 5px!important;
}


.n_kee-main .kee-exp-discounts,
.n_kee-next .kee-exp-discounts {
  display: none;
}

/* end DPG */
