body.scrolled.scrolled-up header#main-header {
  transform: translate(0, -130%);
}
@media all and (max-width: 767px) {
  #xm-filterapp #filterapp-results {
    max-width: 92%;
    margin: 15px auto 0 auto;
  }
}
#xm-filterapp #filterapp-widgets .addon-wc-attributes-content {
  display: none;
}
#xm-filterapp #filterapp-widgets [class*="widget-"] .overlay {
  border: 1px solid #000;
}
@media all and (max-width: 768px) {
  #xm-filterapp #filterapp-widgets [class*="widget-"] .mobile-overlay {
    border: 1px solid #000;
  }
}
#xm-filterapp #filterapp-widgets .widget.multiselect .overlay .content,
#xm-filterapp #filterapp-widgets .widget.widget-rangeslider .overlay .content {
  font-size: 16px;
}
#xm-filterapp #filterapp-widgets .widget.multiselect .overlay .buttons input,
#xm-filterapp #filterapp-widgets .widget.widget-rangeslider .overlay .buttons input {
  border: 0;
  border-top: 1px solid #000;
}
#xm-filterapp #filterapp-widgets .widget.multiselect .overlay .buttons input:hover,
#xm-filterapp #filterapp-widgets .widget.widget-rangeslider .overlay .buttons input:hover {
  background: #fc0;
}
#xm-filterapp #filterapp-widgets [class*="widget-"] button {
  background-color: #000;
  display: inline-block;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 0;
  background: #000;
  color: #FFF;
  font-family: 'din-condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0.5em 1em;
  box-shadow: none;
  line-height: 1;
  letter-spacing: 0.1em;
  overflow: visible;
  background-color: transparent;
  border: 1px solid #000;
  background: transparent;
  border: 2px solid #000;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}
#xm-filterapp #filterapp-widgets [class*="widget-"] button:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
#xm-filterapp #filterapp-widgets [class*="widget-"] button.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
#xm-filterapp #filterapp-widgets [class*="widget-"] button.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
.no-touchevents #xm-filterapp #filterapp-widgets [class*="widget-"] button:hover {
  background: #FFF;
  color: #000;
  border: 2px solid #000;
}
#xm-filterapp #filterapp-widgets [class*="widget-"] button.btn-outline-black {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}
.no-touchevents #xm-filterapp #filterapp-widgets [class*="widget-"] button.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
#xm-filterapp #filterapp-widgets [class*="widget-"] button.btn-outline-white {
  background: transparent;
  border: 2px solid #FFF;
  color: #FFF;
}
.no-touchevents #xm-filterapp #filterapp-widgets [class*="widget-"] button.btn-outline-white:hover {
  background: #FFF;
  border: 2px solid #FFF;
  color: #000;
}
#xm-filterapp #filterapp-widgets [class*="widget-"] button.btn-black-outline-white {
  background: #000;
  border: 2px solid #FFF;
  color: #FFF;
}
.no-touchevents #xm-filterapp #filterapp-widgets [class*="widget-"] button.btn-black-outline-white:hover {
  background: #FFF;
  color: #000;
  border-color: #FFF;
}
#xm-filterapp #filterapp-widgets [class*="widget-"] button.btn-border-bottom {
  display: inline-block;
  border-bottom: 2px solid #000;
  border-top: 2px solid transparent;
  background: #FFF;
  color: #000;
}
.no-touchevents #xm-filterapp #filterapp-widgets [class*="widget-"] button.btn-border-bottom:hover {
  background: #000;
  color: #FFF;
}
#xm-filterapp #filterapp-widgets [class*="widget-"] button.btn-yellow {
  background: #fc0;
  color: #000;
  border: 2px solid #fc0;
}
.no-touchevents #xm-filterapp #filterapp-widgets [class*="widget-"] button.btn-yellow:hover {
  background: #FFF;
}
#xm-filterapp #filterapp-widgets [class*="widget-"] button:hover {
  background: #000;
  color: #FFF;
}
.no-touchevents #xm-filterapp #filterapp-widgets [class*="widget-"] button:hover {
  background: #000;
  color: #FFF;
}
#xm-filterapp #filterapp-widgets [class*="widget-"] button:hover {
  border: 1px solid #000;
}
#xm-filterapp #filterapp-widgets [class*="widget-"].widget-search input {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
@media all and (min-width: 768px) {
  #xm-filterapp #filterapp-widgets [class*="widget-"].widget-search > button {
    display: none;
  }
}
#xm-filterapp #filterapp-widgets [class*="widget-"].open > button {
  background: #000;
  color: #FFF;
}
#xm-filterapp #filterapp-search-results h1 {
  font-family: 'din-condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media all and (max-width: 767px) {
  #xm-filterapp #filterapp-search-results h1 {
    margin: 0 30px 15px 10px;
  }
}
#xm-filterapp .wc-resultcount-pagination {
  margin-top: 50px;
  padding: 20px 25px;
  border: 1px solid #dedede;
}
@media all and (max-width: 767px) {
  #xm-filterapp .wc-resultcount-pagination [class*=col_] {
    text-align: center;
  }
  #xm-filterapp .wc-resultcount-pagination [class*=col_]:last-child {
    margin-top: 8px;
  }
}
#xm-filterapp .wc-resultcount-pagination .woocommerce-result-count {
  padding: 5px 0 0 0;
}
#xm-filterapp .wc-resultcount-pagination .woocommerce-pagination ul li {
  display: inline-block;
  padding-left: 0;
  font-family: 'din-condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
#xm-filterapp .wc-resultcount-pagination .woocommerce-pagination ul li a {
  display: block;
  padding: 5px 10px;
  position: relative;
  font-family: 'din-condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
}
#xm-filterapp .wc-resultcount-pagination .woocommerce-pagination ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0;
  transform: scale(0);
  transition: all ease-in-out 0.3s;
}
.no-touchevents #xm-filterapp .wc-resultcount-pagination .woocommerce-pagination ul li a:hover:after {
  opacity: 1;
  transform: scale(1);
}
#xm-filterapp .wc-resultcount-pagination .woocommerce-pagination ul li span.current {
  font-weight: 700;
  display: block;
  padding: 5px 10px;
  background: #000;
  color: #FFF;
}
.xm-wc-wrapper {
  width: 1400px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
section#intro {
  text-align: center;
  color: #FFF;
}
section#intro .hl.hl-2 a {
  color: #fc0;
  text-decoration: underline;
}
section#intro .subhl {
  color: #fc0;
}
section#intro h1 {
  line-height: 1em;
}
section#intro h1 .hl.hl-2 {
  color: #fc0;
  font-size: 1rem;
  font-family: "Courier New", Courier, monospace;
  font-weight: 400;
  font-style: normal;
}
section#products {
  z-index: 1;
  position: relative;
}
section#products:before {
  content: '';
  position: absolute;
  top: -29px;
  left: 0;
  width: 100%;
  height: 30px;
}
html.no-webp section#products:before {
  background: url('../images/sec_divider_white1.png') repeat-x;
  background-size: auto 30px;
}
html.webp section#products:before {
  background: url('../images/sec_divider_white1.png.webp') repeat-x;
  background-size: auto 30px;
}
@media all and (max-width: 767px) {
  section#products [class*=wrapper-] {
    padding-top: 30px;
  }
}
section#products ul#filterapp-widgets {
  padding-left: 0;
}
section#products ul#filterapp-widgets [class*=widget-] .overlay {
  left: auto;
}
section#products #filterapp_autocomplete {
  font-size: 16px;
  padding-right: 40px !important;
}
@media all and (min-width: 768px) {
  section#products #filterapp-result-list ul.sidebar > li a {
    line-height: 1.2;
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
  }
}
section#products .filterapp-load-more {
  margin-top: 25px;
}
@media all and (min-width: 768px) {
  section#products .filterapp-load-more {
    margin-bottom: 25px;
  }
}
section#brands,
section#media-content,
section#stores {
  text-align: center;
}
section#brands h2,
section#media-content h2,
section#stores h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
}
section#brands .row,
section#media-content .row,
section#stores .row {
  justify-content: center;
}
section#brands {
  /*
        .divider-top-black;
        .divider-bot-black;
        background: #000;
        color: #FFF;
        */
}
section#media-content {
  background: #000;
  color: #FFF;
  position: relative;
  z-index: 2;
}
section#media-content:before {
  content: '';
  position: absolute;
  top: -29px;
  left: 0;
  width: 100%;
  height: 30px;
}
html.no-webp section#media-content:before {
  background: url('../images/sec_divider_black1.png') repeat-x;
  background-size: auto 30px;
}
html.webp section#media-content:before {
  background: url('../images/sec_divider_black1.png.webp') repeat-x;
  background-size: auto 30px;
}
section#media-content:after {
  content: '';
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 100%;
  height: 30px;
}
html.no-webp section#media-content:after {
  background: url('../images/sec_divider_black.png') repeat-x;
  background-size: auto 30px;
}
html.webp section#media-content:after {
  background: url('../images/sec_divider_black.png.webp') repeat-x;
  background-size: auto 30px;
}
section#media-content .video-slider-wrapper .owl-carousel .owl-stage {
  /*
                    @media all and (min-width: @breakpoint4) {
                        left: -200px;
                        margin-left: calc( 92vw / 2 );
                    }

                    @media all and (min-width: 1400px) {
                        margin-left: calc( (100vw - 1400px) / 2 );
                    }
                    */
}
section#media-content .video-slider-wrapper .owl-carousel .owl-item {
  position: relative;
  transition: all ease-in-out 0.2s;
}
section#media-content .video-slider-wrapper .owl-carousel .owl-item:before {
  content: '';
  background: #000;
  opacity: 0;
  transition: all ease-in-out 0.2s;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 768px) {
  section#media-content .video-slider-wrapper .owl-carousel .owl-item:not(.active) {
    transform: scale(0.95);
  }
}
@media all and (min-width: 1024px) {
  section#media-content .video-slider-wrapper .owl-carousel .owl-item:not(.active) {
    transform: scale(0.9);
  }
}
section#media-content .video-slider-wrapper .owl-carousel .owl-item:not(.active):before {
  content: '';
  opacity: 0.3;
  z-index: 1;
}
section#media-content .video-slider-wrapper .owl-carousel .owl-dots .owl-dot {
  border-color: #FFF;
}
section#media-content .video-slider-wrapper .owl-carousel .owl-dots .owl-dot.active {
  background: #FFF;
}
div#content-blocks blockquote {
  font-family: 'Saol Display', serif;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  text-transform: uppercase;
  font-size: 1.2rem;
}
div#content-blocks blockquote.upper,
div#content-blocks blockquote-upper {
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  div#content-blocks blockquote {
    font-size: 2.5rem;
  }
}
div#content-blocks .xm-txt a {
  color: #fc0;
}
