  :root {
    --fbb-megamenu-from: 245 245 245;   /* Deep blue (like Tailwind blue-600) */
    --fbb-megamenu-to: 255 250 255;     /* Darker navy blue (like Tailwind blue-800) */
  }

  /* Dark mode: richer deep blue */
  @media (prefers-color-scheme: dark) {
    :root {
      --fbb-megamenu-from: 0 0 50; /* Bright deep blue */
      --fbb-megamenu-to: 0 31 103;    /* Dark navy blue */
    }
  }
/* src/newtheme/js/apps/gradient-overflow-box/gradient-overflow-box.scss */
.gradient-overflow-box {
  position: relative;
  overflow: hidden;
}
.gradient-overflow-box .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background:
    linear-gradient(
      to top,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0.8) 40%,
      rgba(255, 255, 255, 0.3) 70%,
      rgba(255, 255, 255, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 16px;
}
.gradient-overflow-box .show-more {
  padding: 8px 20px;
  background:
    linear-gradient(
      135deg,
      #3b82f6 0%,
      #1d4ed8 100%);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.gradient-overflow-box .show-more:hover {
  background:
    linear-gradient(
      135deg,
      #2563eb 0%,
      #1e40af 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.gradient-overflow-box .show-more:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/*! nouislider - 12.1.0 - 10/25/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background-color:#1F7AA1;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

body {
  font-family: 'Roboto', sans-serif;
}

section#content > .container {
  background-color: white;
}

h1,h2,h3,h4,h5,h6 {
  color:#136487;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.6px;
}

[v-cloak] > * { display:none }
[v-cloak]::before { content: "loading…" }

h1 {

}

h2 {

}

h3 {

}

h4 {
font-size: 19px;
line-height: 25px;
}

h5 {

}

h6 {

}

.btn {
border-radius: 0px;
}

@media (min-width: 1400px) {
.container { width: 1350px; }
}

@media (min-width: 1800px) {
.container { width: 1750px; }
}

#cat-nav {
border-top: 2px solid #e8e8e8;
}

.top-icon-menu img {
max-height: 40px;
}

.cart-amount {
color: #fff;
background-color: green;
border-radius: 20px;
padding: 2px 8px;
position: relative;
left: -10px;
top: 5px;
}

.cart-amount.empty {
background-color: #ccc;
}

.dhl-express-triangle {
position: absolute;
right: 0px;
top: 0px;
max-height: 100%;
}

/*.article-wrap .top-information {
    padding: 0px 20px;
    margin-bottom: 20px;
    margin-right: -18px;
}

.article-wrap .top-information h1,
.article-wrap .bottom-information h1 {
    margin-top: 0px;
    font-size: 18pt;
}

.article-wrap .top-information h2,
.article-wrap .bottom-information h2 {
    margin-top: 20px;
    font-size: 16pt;
}

.article-wrap .top-information h3,
.article-wrap .bottom-information h3 {
    margin-top: 20px;
    font-size: 14pt;
}

.article-wrap .top-information p,
.article-wrap .bottom-information p {
    line-height: 1.6em !important;
    font-size: 16px !important;
    text-align: justify;
    color: #222;
}

.article-wrap .top-information a {
    line-height: 1.4em !important;
    font-size: 16px !important;
}

.article-wrap .top-information u {
    line-height: 1.4em !important;
    font-size: 15px !important;
}

.article-wrap .top-information strong {
    line-height: 1.4em !important;
    font-size: 15px !important;
}

.bottom-information {
    display: inline-block;
    width: 100%;
    padding: 20px;
}

.category-section {
    float: right;
    z-index: 5;
    background-color: white;
    border: 1px solid #f1f1f1;
    background-color: #fdfdfd;
}


.sidemenu-section {
    border-radius: 0px 7px 0px 0px;
    padding-left: 20px;
}

.sidemenu-section {
    box-shadow: -20px 100px 110px 17px rgba(0, 0, 0, .18);
    background-color: white;
    margin-top: -64px;
}

.sidemenu-section h3 {
    font-size: 18px;
}

.category-footer {
    text-align: center;
}*/
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.color-block {
opacity: 1;
height: 20px;
    width: 20px;
margin-left: 2px;
display: inline-block;
margin-top: 4px;
border-radius: 0px;
border: 1px solid #888;
}

.color-block:hover {
opacity: 1;
border: 0px;
}

.color-block.unknown-color {
opacity: 0.2;
}
.sidebar-category-menu ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    margin-bottom: 20px;
}

.sidebar-category-menu ul li a,
.sidebar-category-menu ul li span {
    display: block;
    margin-bottom: 5px;
}

.sidebar-category-menu ul li a {
    color: #2788C2;
}

.sidebar-category-menu ul li {
    border-left: 4px solid #dfdfdf;
    padding-left: 8px;
    margin-bottom: 5px;
    font-size: 14px;
}

.sidebar-category-menu ul>li.active-primary>a {
    color: orange;
    font-size: 22px;
}

.sidebar-category-menu ul>li.active-primary {
    border-left: 4px solid #fbcf07;
    padding-left: 8px;
}
.category-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0px !important;
    padding: 0px !important;
}

.category-list>li {
    float: none;
    padding: 0px !important;
    margin: 0px;
    flex-basis: 50%;
}

.bottom-area {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.variantlink {
    display: block;
    padding: 5px;
    height: 100%;
}

.color-area {
    width: 60%;
    height: 100%;
}

.price-area {
    width: 40%;
    height: 100%;
}

div.price-label {
    text-align: right;
    display: flex;
    flex-direction: column;
}

.color-block-holder {
    text-align: left;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffff;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 2px;
}

.color-block-holder .color-block {
margin: 2px;
}

.variantitem.mobile-active .color-block-holder {
    -webkit-box-shadow: inset 0px 0px 0px 2px green;
    -moz-box-shadow: inset 0px 0px 0px 2px green;
    box-shadow: inset 0px 0px 0px 2px green;
    padding: 10px;
    border-radius: 5px;
    background: #fafafa;
    z-index: 999;
}

@media (hover: hover) and (pointer: fine) {
    .color-block-holder {
        opacity: 0.1;
        z-index: 50;
    }

    .variantitem:hover {
        overflow: visible;
    }

    .variantitem:hover .color-block-holder {
        opacity: 1;
        border-radius: 5px;
        -webkit-box-shadow: inset 0px 0px 0px 2px orange;
        -moz-box-shadow: inset 0px 0px 0px 2px orange;
        box-shadow: inset 0px 0px 0px 2px orange;
        padding: 5px;
    }

    li .variantitem:hover {
        -webkit-box-shadow: inset 0px 0px 0px 2px #dfdfdf;
        -moz-box-shadow: inset 0px 0px 0px 2px #dfdfdf;
        box-shadow: inset 0px 0px 0px 2px #dfdfdf;
    }
}

@media not all and (hover: none) {
    .color-block-holder {
        max-width: 65% !important;
        width: auto;
        left: 0px;
    }
}



.category-description {
    padding: 0px 10px;
    position: absolute;
    bottom: -60px;
    left: 0px;
    display: block;
    min-height: 60px;
    max-height: 60px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #2E2E2E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 19px;
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
    border: 3px solid green;
    border-top: 3px solid green;
    pointer-events: none;
    display: none;
}

.price-label span {
    font-family: Verdana;
    color: black;
}

.price-label .excl {
    font-size: 13px;
    color: #CCCCCC;
    border-radius: 10px 0px 0px 0px;
}

.price-label .incl {
    right: 5px;
    border-radius: 4px;
    line-height: 15px;
    font-size: 13px;
    font-weight: normal;
    color: #555;
    bottom: 26px;
    text-align: right;
}

.variantitem h2 {
    font-size: 13px !important;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 4px;
    color: #474E61;
    width: 93%;
    text-align: left;
    display: inline-block;
}

li .variantitem:hover .mcs-ltxt div {
    opacity: 1;
}


li .variantitem {
    overflow: hidden;
    position: relative;
    overflow: visible;
    border: 1px solid #eee;
    margin-right: 0px;
    margin-left: 0px;
    border: 1px solid #eee !important;
    border-radius: 5px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
    min-height: 275px;
    max-height: 350px;
    padding: 6px 10px;
}

li .variantitem.mobile-active {
    overflow: visible;
        -webkit-box-shadow: inset 0px 0px 0px 2px #cfcfcf;
        -moz-box-shadow: inset 0px 0px 0px 2px #cfcfcf;
        box-shadow: inset 0px 0px 0px 2px #cfcfcf;
}

.variantitem>.image-holder {
    flex-basis: 70%;
    height: 70%;
    display: flex;
    align-items: center;
}

li .variantitem img {
    transition: all 0.5s;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

li .variantitem:hover {
    transition: box-shadow 0.5s;
}

@media (max-width: 768px) {
    .article-wrap h1 {
        font-size: 28px;
    }

    .category-list>li {
        padding-right: 5px;
        padding-left: 5px;
    }
}

/* RESPONSIVE STUFF */


@media only screen and (min-width : 768px) {
    li .variantitem h2 {}

    .category-list>li {
        flex-basis: 33.3%;
    }
}

@media only screen and (min-width : 992px) {
    .category-list>li {
        flex-basis: 25%;
    }
}

@media only screen and (min-width : 1200px) {
    .category-list>li {
        flex-basis: 25%;
    }
}

@media (min-width: 1400px) {
    .category-list>li {
        flex-basis: 20%;
    }
}

a.variantlink {
    color: black;
    text-decoration: none;
}

.stock-level-exact {
    font-size: 12px;
    line-height: 12px;
}

.stock-level-exact .instock {
    font-weight: bold;
    color: limegreen;
}

.stock-level-indication {
    font-size: 12px;
    line-height: 15px;
    display: flex;
    flex-direction: column;
    width: max-content;
}

.stock-level-indication.low {
    color: green;
}

.stock-level-indication.medium {
    color: #615C5E;
}

.stock-level-indication.high {
    color: #615C5E;
}

.stock-level-indication.low .stock-value {
    background-color: #FFD31F;
}

.stock-level-indication.medium .stock-value {
    background-color: #8DF527;
}

.stock-meter {
    background: white;
    border: 1px solid #ccc;
    height: 5px;
    border-radius: 5px;
}

.stock-meter>.stock-value {
    height: 100%;
    background-color: #00B041;
}

.admin-selected {
    background: #ccc;
    opacity: 0.5;
}
.noUi-handle-lower .noUi-tooltip {
    left: -15%;
}

.noUi-handle-upper .noUi-tooltip {
    left: 115%;
}

.filter-title {
    text-align: left;
    font-size: 18px;
    padding: 5px 5px 0px 0px;
    color: #355F8F;
    font-weight: bold;
    letter-spacing: 0.7px;
    width: 100% !important;
    display: inline-block;
}

label.no-products {
    opacity: 0.4;
}

label.selected {
    color: #FF7221;
}

.color-filter-value:hover {
    opacity: 1;
}

.color-filter-value.selected {
    opacity: 1;

}

.color-filter-value.selected:before {
    content: "";
    width: 16px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 3px solid black;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.color-filter-value.selected:after {
    content: "";
    width: 16px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 3px solid white;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.filter-holder {
    max-height: 163px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    padding: 0px;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
}

.filter-holder.visible-private {
background: #f6f6f6;
padding: 0px 10px;
}

.filter-holder input[type=checkbox] {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0px;
    float: left;
    margin-right: 6px;
}

.filter-holder label {
    width: 100%;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
}

.filter-holder .view-more {
    position: absolute;
    top: 136px;
    width: 100%;
    left: 0px;
    background-color: white;
    padding: 5px 5px 5px 16px;
    border-top: 1px dashed #aaa;
    height: 30px;
    cursor: pointer;
}

.filter-amount {
    color: #888;
    float: right;
    font-size: 11px;
    margin-top: 0px;
}

label.color-filter-value {
    width: 25px;
    height: 25px;
    border-radius: 0px;
    margin-right: 5px;
    opacity: 1;
    cursor: pointer;
    border: 1px solid #eee;
    position: relative;
}

.real-color-text {
    margin-left: 5px;
    display: inline;
    position: relative;
    top: -4px;
}

//jqueryui slider styling here
.selector {
    position: relative;
    padding: 20px;
    width: 400px;
    color: #7e7e7e;
}

.selector ul {
    position: relative;
    display: block;
    overflow: auto;
    min-width: 138px;
    max-height: 200px;
    background: #fff;
    list-style: none;
    white-space: inherit;
    padding-right: 17px;
    width: calc(100% + 17px)
}

.selector li {
    position: relative;
    padding: 3px 20px 3px 25px;
    cursor: pointer
}

.selector li:before {
    position: absolute;
    top: 50%;
    left: 0;
    top: 4px;
    display: inline-block;
    margin-right: 9px;
    width: 17px;
    height: 17px;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    content: ""
}

.selector li[data-selected="1"]:before {
    border: 1px solid #d7d7d7;
    background-color: #fff
}

.selector li[data-selected="1"]:after {
    position: absolute;
    top: 50%;
    left: 3px;
    top: 11px;
    display: inline-block;
    width: 4px;
    height: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    background: none;
    color: #39c9a9;
    content: "";
    -webkit-transform: rotate(40deg) translateY(-50%);
    transform: rotate(40deg) translateY(-50%)
}

.selector li:hover {
    color: #aaa
}

.selector li .total {
    position: absolute;
    right: 0;
    color: #d7d7d7
}

.selector .price-slider {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 17px
}

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

.filters-header h3 {
    margin: 0px;
}

.filters-header .num-results {
font-size: 18px;
font-weight: bold;
}

@media (min-width: 768px) {
    .selector .price-slider {
        padding-top: 8px
    }

    .filters-header {
        flex-direction: column;
        align-items: stretch;
    }
    .filters-header .num-results {
      font-size: 13px;
      color: #555;
      position: absolute;
      right: 0px;
      top: 2px;
    }
}

.selector .price-slider:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    color: #39c9a9;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector #slider-range {
    width: 90%;
    margin-bottom: 30px;
    border: none;
    background: #e2f7f2;
    height: 3px;
    margin-left: 8px;
    margin-right: 8px
}

@media (min-width: 768px) {
    .selector #slider-range {
        width: 100%
    }
}

.selector .ui-slider-handle {
    border-radius: 50%;
    background-color: #004A82;
    border: none;
    top: -14px;
    width: 28px;
    height: 28px;
    outline: none
}

@media (min-width: 768px) {
    .selector .ui-slider-handle {
        top: -7px;
        width: 16px;
        height: 16px
    }
}

.selector .ui-slider-range {
    background-color: #d7d7d7
}

.selector .slider-price {
    position: relative;
    display: inline-block;
    padding: 5px 40px;
    width: 40%;
    background-color: #e2f7f2;
    line-height: 28px;
    text-align: center
}

.selector .slider-price:before {
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: 0;
    color: #39c9a9;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector .show-all {
    position: relative;
    padding-left: 25px;
    color: #39c9a9;
    cursor: pointer;
    line-height: 28px
}

.selector .show-all:after,
.selector .show-all:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -1px;
    color: #39c9a9;
    width: 10px;
    border-bottom: 1px solid
}

.selector .show-all:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.selector.open ul {
    max-height: none
}

.selector.open .show-all:after {
    display: none
}


.slider-filter-holder {
    overflow: visible;
    height: 130px;
}

.slider-filter-holder>.slider-filter {
    width: 67%;
    margin-left: 15%;
    font-size: 12px;
    margin-top: 50px;
}

.slider-filter-holder>.view-more {
    display: none !important;
}

* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.reset-filters-button-wrapper {
    width: 100%;
    margin: -10px 0px 10px 0px;
}

.reset-filters-button {
    border: 1px solid rgb(255 0 0);
    border-radius: 0.5em;
    padding: 3px 8px;
    color: rgb(200 78 50);
}

@media screen and (min-width: 768px) {
    .visible-handheld {
        display: none;
    }
    .reset-filters-button-wrapper {
       margin: 5px 0px 10px 0px;
     }
}

@media screen and (max-width: 768px) {
    .sidemenu-section {
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 99999;
        top: 0;
        left: 0;
        margin-top: 0px;
    }

    .mobile-filters-button-open {
        position: fixed;
        font-size: 20px;
        top: 138px;
        right: 14px;
        z-index: 999999;
        color: white;
        background: #302828;
        padding: 6px 16px;
        border: 1px solid #ffffff;
        border-radius: 5px;
    }

    .mobile-filters-button-close {
        font-size: 38px;
        color: black;
        width: 80px;/*we use it to make some space*/
        text-align: right;
    }

    .hidden-handheld {
        display: none;
    }

    body.mobile-category-filters-active .category-section,
    body.mobile-category-filters-active .page-title,
    body.mobile-category-filters-active #header,
    body.mobile-category-filters-active #footer {
        display: none;
    }
}

.fe-filter-hidden td {
    border: 0px;
}

.fe-filter-private td {
    border: 0px;
}

.filter-group {
    padding-left: 15px;
}

.filter-group h3 {
    margin-left: -15px;
    background: none;
    color: #000;
}

.filter-group h4 {
    font-size: 13px;
}

/*filterboxes */
.box-filter .category-filter {
    display: none !important;
}

.box-filter.filter-holder label {
    border: 1px solid #ccc;
    padding: 3px;
    width: auto;
    margin-right: 3px;
    margin-bottom: 3px;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
}

.box-filter .filter-amount {
    font-size: 7px;
    display: none;
}
.fullscreen-element {
  position: fixed;   /* stays on screen regardless of scroll */
  top: 0;
  left: 0;
  width: 100vw;      /* full viewport width */
  height: 100vh;     /* full viewport height */
  z-index: 9999;     /* ensures it’s on top */
background: white;
}
