/* roboto-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src:
    url(../fonts/1449a32fe412ab0cc10c.woff2) format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url(../fonts/f6955e9c10c9545dd3f8.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src:
    url(../fonts/28be271df65f52f26ebe.woff2) format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url(../fonts/c24e651c2f258e8cac53.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src:
    url(../fonts/0f42cf9bcac47a7b4001.woff2) format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url(../fonts/6cac8a4494bac33cf196.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src:
    url(../fonts/4443540e3c746058da7a.woff2) format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url(../fonts/b74f552e0892eadabb67.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src:
    url(../fonts/fc6de4ba74967fd5d5e8.woff2) format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url(../fonts/0dec430e7f833a8f558c.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  src:
    url(../fonts/302af2153fca99806392.woff2) format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url(../fonts/90d53b7e0167b50435c2.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src:
    url(../fonts/5a4fb52b16d91a22c1ae.woff2) format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url(../fonts/0a1814f0dc10c98ea659.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-900 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  src:
    url(../fonts/0e67a88281cca131f61c.woff2) format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url(../fonts/4368c130077afdb6b4a0.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@charset "UTF-8";
/*
@function get-vw($target, $resolution: 1920) {
    $value: int($target);
    @if unit($target) == 'rem' {
        // $value: $value * 16;
        $value: $value * $rem-value;
    }
    $value: $value + 0px;   // cast $target as pixels
    $vw-context: ($resolution * .01px);
    @return ($value / $vw-context) * 1vw;
}
*/
#products .products,
.featured-products .products,
.product-accessories .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title {
  margin: 2.5rem 0;
  font-weight: 500;
  text-align: center; }

.product-miniature .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 0.8125rem; }
  .page-index .product-miniature .product, .page-search .product-miniature .product {
    width: 25%;
    min-width: 250px; }

.product-miniature .product-thumbnail {
  display: block; }

.product-miniature .thumbnail-container:hover .highlighted-informations, .product-miniature .thumbnail-container:focus .highlighted-informations {
  top: calc(100% - 4.4rem); }
  .product-miniature .thumbnail-container:hover .highlighted-informations::after, .product-miniature .thumbnail-container:focus .highlighted-informations::after {
    opacity: 1; }
  .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants, .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants {
    top: calc(100% - 2.5rem); }

.product-miniature .thumbnail-container .product-thumbnail {
  position: relative; }

.product-miniature .variant-links {
  position: relative;
  top: -0.25em;
  width: 100%;
  min-height: 2.5rem;
  padding-top: 0.1875rem;
  text-align: center;
  background: #fff; }

.product-miniature .thumbnail-top {
  position: relative;
  overflow: hidden; }

.product-miniature .highlighted-informations {
  position: absolute;
  top: 100%;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  text-align: center;
  background: #fff;
  transition: 0.3s; }
  .product-miniature .highlighted-informations .quick-view {
    font-size: 1rem;
    color: #888888; }
    .product-miniature .highlighted-informations .quick-view:hover {
      color: #EC6F06; }

.product-miniature .product-description {
  bottom: 0;
  height: auto; }

.product-miniature .product-flags li.product-flag.online-only {
  top: 13.1rem; }

.product-miniature .comments_note {
  color: #888888;
  text-align: center; }

.product-miniature .count {
  position: relative;
  bottom: 0.5rem;
  font-weight: 700;
  color: #888888; }

@media (max-width: 991.98px) {
  .featured-products .products {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.ib-btn-home {
  padding: 5px;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  width: 135px;
  margin: auto; }

/*********************/
/*        RWD        */
/*********************/
@media (min-width: 992px) {
  .ib-btn-home {
    padding: min(0.26042vw, 5px);
    width: min(7.03125vw, 135px);
    font-size: min(0.67708vw, 13px); } }

/*** IBIF ***/
.ibif-boxes .ib-cover {
  z-index: 2; }

.ibif-boxes .ib-item > a {
  padding-bottom: 60%; }

.ibif-boxes .ib-item > span {
  background-size: cover; }

.ibif-boxes .ib-item-content {
  font-size: 13px; }
  .ibif-boxes .ib-item-content:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #EC6F06; }

.ibif-boxes .ib-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  transition: max-width 0.5s ease; }

.ibif-boxes .ib-item:hover .ib-bottom {
  max-width: 95%; }

.ibif-boxes .ibe_block-grow {
  --scale: 1.1;
  --speed: 0.5s;
  --ease: ease; }

.ibif-boxes .icon {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  margin-bottom: 10px; }

.ibif-boxes .ib-swiper-button-next,
.ibif-boxes .ib-swiper-button-prev {
  line-height: 30px !important; }

.page-home {
  position: relative; }

/*********************/
/*        RWD        */
/*********************/
@media (min-width: 992px) {
  .ibif-boxes .icon {
    width: min(1.5625vw, 30px);
    height: min(1.5625vw, 30px);
    line-height: min(1.5625vw, 30px);
    font-size: min(1.5625vw, 30px);
    margin-bottom: min(0.52083vw, 10px); }
  .ibif-boxes .ib-swiper-button-next,
  .ibif-boxes .ib-swiper-button-prev {
    line-height: min(1.5625vw, 30px) !important; } }

/*** IBIF ***/
div.ibif-seotext {
  background: url(../img/dc122c852069f81b87de.png) bottom right no-repeat;
  padding: 60px 0; }
  div.ibif-seotext h2::before {
    content: '';
    width: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    display: block; }
  div.ibif-seotext .ib-item p {
    text-align: justify;
    line-height: 1.5; }
  div.ibif-seotext .ib-showall {
    background: none;
    top: 8px; }
  div.ibif-seotext p {
    font-size: 13px;
    line-height: 20px; }

/*********************/
/*        RWD        */
/*********************/
@media (max-width: 767.98px) {
  .ib-hidden {
    display: none; } }

@media (min-width: 992px) {
  div.ibif-seotext {
    border: none;
    padding: min(3.125vw, 60px) 0; }
    div.ibif-seotext h2::before {
      width: min(0.78125vw, 15px);
      margin-top: 0;
      margin-bottom: min(2.08333vw, 40px); }
    div.ibif-seotext:after {
      position: absolute;
      content: '';
      bottom: 0;
      right: -500px;
      width: 500px;
      height: 87px;
      background-color: #EC6F06; }
    div.ibif-seotext p {
      font-size: min(0.67708vw, 13px);
      line-height: min(1.04167vw, 20px); } }

/* stylelint-disable */
@font-face {
  font-family: "ibificon";
  src: url(../fonts/395bd68226f26f8694ce.woff?rfb47e) format("woff"), url(../fonts/395bd68226f26f8694ce.woff?rfb47e) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="fibicon-"], [class*=" fibicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ibificon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fibicon-angle-small-up:before {
  content: ""; }

.fibicon-arrow-down-sign-to-navigate:before {
  content: ""; }

.fibicon-arrow-small-left:before {
  content: ""; }

.fibicon-arrow-small-right:before {
  content: ""; }

.fibicon-blind:before {
  content: ""; }

.fibicon-briefcase:before {
  content: ""; }

.fibicon-bubble-chat:before {
  content: ""; }

.fibicon-calendar:before {
  content: ""; }

.fibicon-cancel:before {
  content: ""; }

.fibicon-check:before {
  content: ""; }

.fibicon-checked:before {
  content: ""; }

.fibicon-cursor:before {
  content: ""; }

.fibicon-doc:before {
  content: ""; }

.fibicon-down-arrow:before {
  content: ""; }

.fibicon-email_1:before {
  content: ""; }

.fibicon-email_2:before {
  content: ""; }

.fibicon-eye:before {
  content: ""; }

.fibicon-facebook:before {
  content: ""; }

.fibicon-heart:before {
  content: ""; }

.fibicon-heart-full:before {
  content: ""; }

.fibicon-home:before {
  content: ""; }

.fibicon-info:before {
  content: ""; }

.fibicon-instagram:before {
  content: ""; }

.fibicon-jpeg:before {
  content: ""; }

.fibicon-key:before {
  content: ""; }

.fibicon-left-arrow:before {
  content: ""; }

.fibicon-load:before {
  content: ""; }

.fibicon-lock:before {
  content: ""; }

.fibicon-log-out:before {
  content: ""; }

.fibicon-loupe:before {
  content: ""; }

.fibicon-menu:before {
  content: ""; }

.fibicon-minus:before {
  content: ""; }

.fibicon-more:before {
  content: ""; }

.fibicon-notification:before {
  content: ""; }

.fibicon-paint-brush:before {
  content: ""; }

.fibicon-pdf:before {
  content: ""; }

.fibicon-placeholder:before {
  content: ""; }

.fibicon-plus:before {
  content: ""; }

.fibicon-png:before {
  content: ""; }

.fibicon-previous:before {
  content: ""; }

.fibicon-ribbon:before {
  content: ""; }

.fibicon-right-arrow:before {
  content: ""; }

.fibicon-settings:before {
  content: ""; }

.fibicon-shield:before {
  content: ""; }

.fibicon-shopping-bag:before {
  content: ""; }

.fibicon-shopping-cart:before {
  content: ""; }

.fibicon-smartphone:before {
  content: ""; }

.fibicon-star:before {
  content: ""; }

.fibicon-trash-can:before {
  content: ""; }

.fibicon-truck:before {
  content: ""; }

.fibicon-twitter:before {
  content: ""; }

.fibicon-undo:before {
  content: ""; }

.fibicon-user:before {
  content: ""; }

.fibicon-user1:before {
  content: ""; }

.fibicon-user1a:before {
  content: ""; }

.fibicon-user1b:before {
  content: ""; }

.fibicon-user2:before {
  content: ""; }

.fibicon-user2a:before {
  content: ""; }

.fibicon-user2b:before {
  content: ""; }

.fibicon-user3a:before {
  content: ""; }

.fibicon-user3b:before {
  content: ""; }

.fibicon-wall-clock:before {
  content: ""; }

.fibicon-xls:before {
  content: ""; }

.fibicon-youtube:before {
  content: ""; }

.fibicon-zip:before {
  content: ""; }

@font-face {
  font-family: "skr";
  src: url(../fonts/c2a397603ae80c6bc969.eot?463snt);
  src: url(../fonts/c2a397603ae80c6bc969.eot?463snt#iefix) format("embedded-opentype"), url(../fonts/8ff86adaa339b1959dd6.ttf?463snt) format("truetype"), url(../fonts/835c605975e96c134e62.woff?463snt) format("woff"), url(../img/43c37203f08201a1e8d5.svg?463snt#skr) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.skricon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "skr" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="skricon-"], [class*=" skricon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "skr" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.skricon-omniprice:before {
  content: "";
  color: #ec6f06; }

.skricon-strzalka:before {
  content: "";
  color: #ec6f06; }

.skricon-home:before {
  content: "";
  color: #ec6f06; }

.skricon-doc .path1:before {
  content: "";
  color: #e0e0e0; }

.skricon-doc .path2:before {
  content: "";
  margin-left: -1em;
  color: #5187e5; }

.skricon-doc .path3:before {
  content: "";
  margin-left: -1em;
  color: #5187e5; }

.skricon-doc .path4:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-doc .path5:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-doc .path6:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-download:before {
  content: "";
  color: #ec6f06; }

.skricon-jpg .path1:before {
  content: "";
  color: #e0e0e0; }

.skricon-jpg .path2:before {
  content: "";
  margin-left: -1em;
  color: #e28e29; }

.skricon-jpg .path3:before {
  content: "";
  margin-left: -1em;
  color: #e28e29; }

.skricon-jpg .path4:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-jpg .path5:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-jpg .path6:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-pdf .path1:before {
  content: "";
  color: #e0e0e0; }

.skricon-pdf .path2:before {
  content: "";
  margin-left: -1em;
  color: #f15642; }

.skricon-pdf .path3:before {
  content: "";
  margin-left: -1em;
  color: #f15642; }

.skricon-pdf .path4:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-pdf .path5:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-pdf .path6:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-png .path1:before {
  content: "";
  color: #e0e0e0; }

.skricon-png .path2:before {
  content: "";
  margin-left: -1em;
  color: #b25d8c; }

.skricon-png .path3:before {
  content: "";
  margin-left: -1em;
  color: #b25d8c; }

.skricon-png .path4:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-png .path5:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-png .path6:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-xls .path1:before {
  content: "";
  color: #e0e0e0; }

.skricon-xls .path2:before {
  content: "";
  margin-left: -1em;
  color: #569b21; }

.skricon-xls .path3:before {
  content: "";
  margin-left: -1em;
  color: #569b21; }

.skricon-xls .path4:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-xls .path5:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-xls .path6:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-zip .path1:before {
  content: "";
  color: #e0e0e0; }

.skricon-zip .path2:before {
  content: "";
  margin-left: -1em;
  color: #50bee8; }

.skricon-zip .path3:before {
  content: "";
  margin-left: -1em;
  color: #50bee8; }

.skricon-zip .path4:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-zip .path5:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-zip .path6:before {
  content: "";
  margin-left: -1em;
  color: white; }

.skricon-24h:before {
  content: "";
  color: #ec6f06; }

.skricon-certyfikat:before {
  content: "";
  color: #ec6f06; }

.skricon-doradztwo:before {
  content: "";
  color: #ec6f06; }

.skricon-doradztwo-techniczne:before {
  content: "";
  color: #ec6f06; }

.skricon-dostawa:before {
  content: "";
  color: #ec6f06; }

.skricon-doswiadczenie:before {
  content: "";
  color: #ec6f06; }

.skricon-wysylka:before {
  content: "";
  color: #ec6f06; }

.skricon-zwrot:before {
  content: "";
  color: #ec6f06; }

.skricon-box-cnc:before {
  content: ""; }

.skricon-box-czesci:before {
  content: ""; }

.skricon-box-dlutowanie:before {
  content: ""; }

.skricon-box-frezowanie:before {
  content: ""; }

.skricon-box-gwintowanie:before {
  content: ""; }

.skricon-box-plytki:before {
  content: ""; }

.skricon-box-pomiarowe:before {
  content: ""; }

.skricon-box-tokarskie:before {
  content: ""; }

.skricon-box-wiercenie:before {
  content: ""; }

.skricon-box-wytaczadla:before {
  content: ""; }

.skricon-arrow-down:before {
  content: ""; }

.skricon-arrow-left:before {
  content: ""; }

.skricon-arrow-right:before {
  content: ""; }

.skricon-arrow-top:before {
  content: ""; }

.skricon-edycja-konta:before {
  content: "";
  color: #ec6f06; }

.skricon-email:before {
  content: "";
  color: #ec6f06; }

.skricon-facebook .path1:before {
  content: "";
  color: #1877f2; }

.skricon-facebook .path2:before {
  content: "";
  margin-left: -1em;
  color: #f1f1f1; }

.skricon-faq:before {
  content: ""; }

.skricon-google .path1:before {
  content: "";
  color: #fbbb00; }

.skricon-google .path2:before {
  content: "";
  margin-left: -1em;
  color: #518ef8; }

.skricon-google .path3:before {
  content: "";
  margin-left: -1em;
  color: #28b446; }

.skricon-google .path4:before {
  content: "";
  margin-left: -1em;
  color: #f14336; }

.skricon-historia:before {
  content: "";
  color: #ec6f06; }

.skricon-kalendarz:before {
  content: "";
  color: #ec6f06; }

.skricon-kategoria:before {
  content: "";
  color: #ec6f06; }

.skricon-kosz:before {
  content: "";
  color: #ec6f06; }

.skricon-koszyk:before {
  content: ""; }

.skricon-logowanie:before {
  content: "";
  color: #ec6f06; }

.skricon-lokalizacja:before {
  content: "";
  color: #ec6f06; }

.skricon-moje-konto:before {
  content: "";
  color: #ec6f06; }

.skricon-przypomnij-haslo:before {
  content: "";
  color: #ec6f06; }

.skricon-rejestracja:before {
  content: "";
  color: #ec6f06; }

.skricon-schowek:before {
  content: "";
  color: #ec6f06; }

.skricon-sledzenie:before {
  content: "";
  color: #ec6f06; }

.skricon-sm-fb:before {
  content: "";
  color: #ec6f06; }

.skricon-sm-insta:before {
  content: "";
  color: #ec6f06; }

.skricon-sm-pin:before {
  content: "";
  color: #ec6f06; }

.skricon-sm-yt:before {
  content: "";
  color: #ec6f06; }

.skricon-telefon:before {
  content: "";
  color: #ec6f06; }

.skricon-wyloguj:before {
  content: "";
  color: #ec6f06; }

.skricon-wyrozniona .path1:before {
  content: "";
  color: #fff1eb; }

.skricon-wyrozniona .path2:before {
  content: "";
  margin-left: -1em;
  color: black; }

.skricon-wyrozniona .path3:before {
  content: "";
  margin-left: -1em;
  color: black; }

.skricon-zamowienia:before {
  content: "";
  color: #ec6f06; }

.skricon-zegar:before {
  content: "";
  color: #ec6f06; }

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/479700ea91d964d295d7.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/12a47ed5fd5585f0f422.woff2) format("woff2"), url(../fonts/f2a0933406f783065152.woff) format("woff"), url(../fonts/00b1fb69fb78ff50fd55.ttf) format("truetype"); }

/* stylelint-enable */
.material-icons {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: "Material Icons", Arial, sans-serif;
  font-size: 24px;
  /* Preferred icon size */
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga"; }

#index h2 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 1.5rem;
  display: inline-block; }
  #index h2::after {
    content: '';
    width: 1px;
    border: 1px #c0c0c0 solid;
    height: 100%;
    margin: 0 30px;
    background: #c0c0c0; }
  #index h2 + p {
    display: inline-block;
    line-height: 35px; }

#index .ibif-logobrands h2 {
  margin-bottom: 0; }
  #index .ibif-logobrands h2::after {
    display: none; }

#custom-text {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 100px 0; }
  #custom-text::after, #custom-text::before {
    z-index: 2;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #f4f4f4; }
  #custom-text::after {
    left: 100%; }
  #custom-text::before {
    right: 100%; }

#block-reassurance {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 100px 0; }
  #block-reassurance .block-reassurance-item {
    position: relative; }
    #block-reassurance .block-reassurance-item::after {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "skr" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      color: #EC6F06;
      left: 50%;
      font-size: 35px;
      font-weight: 700;
      bottom: -50px;
      z-index: 10;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  #block-reassurance::after, #block-reassurance::before {
    z-index: 2;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #f4f4f4; }
  #block-reassurance::after {
    left: 100%; }
  #block-reassurance::before {
    right: 100%; }
  #block-reassurance .ib-btn-home-wrapper {
    height: 87px;
    z-index: 3; }
    #block-reassurance .ib-btn-home-wrapper::after, #block-reassurance .ib-btn-home-wrapper::before {
      z-index: 4;
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      background-color: #fff; }
    #block-reassurance .ib-btn-home-wrapper::after {
      left: 100%; }
    #block-reassurance .ib-btn-home-wrapper::before {
      right: 100%; }
    #block-reassurance .ib-btn-home-wrapper .trapezoid {
      border-top: 88px solid #f4f4f4;
      border-left: 100px solid #fff;
      border-right: 100px solid #fff;
      height: 0;
      width: 100%;
      z-index: 2; }

.new-products {
  z-index: 1;
  background-color: #f4f4f4; }
  .new-products::after, .new-products::before {
    z-index: 2;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #f4f4f4; }
  .new-products::after {
    left: 100%; }
  .new-products::before {
    right: 100%; }
  .new-products .ib-btn-home-wrapper {
    height: 87px;
    z-index: 3; }
    .new-products .ib-btn-home-wrapper::after, .new-products .ib-btn-home-wrapper::before {
      z-index: 4;
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      background-color: #fff; }
    .new-products .ib-btn-home-wrapper::after {
      left: 100%; }
    .new-products .ib-btn-home-wrapper::before {
      right: 100%; }
    .new-products .ib-btn-home-wrapper .trapezoid {
      border-top: 88px solid #f4f4f4;
      border-left: 100px solid #fff;
      border-right: 100px solid #fff;
      height: 0;
      width: 100%;
      z-index: 2; }
  .new-products .ib-btn-home {
    z-index: 100; }

.bestselling-products {
  z-index: 1;
  padding-top: 30px; }
  .bestselling-products .ib-btn-home-wrapper {
    height: 87px;
    z-index: 3; }
    .bestselling-products .ib-btn-home-wrapper::after, .bestselling-products .ib-btn-home-wrapper::before {
      z-index: 4;
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      background-color: #f4f4f4; }
    .bestselling-products .ib-btn-home-wrapper::after {
      left: 100%; }
    .bestselling-products .ib-btn-home-wrapper::before {
      right: 100%; }
    .bestselling-products .ib-btn-home-wrapper .trapezoid {
      border-top: 88px solid #fff;
      border-left: 100px solid #f4f4f4;
      border-right: 100px solid #f4f4f4;
      height: 0;
      width: 100%;
      z-index: 2; }
  .bestselling-products .ib-btn-home {
    z-index: 100;
    width: 165px; }

.index-productlist .products {
  overflow: initial;
  z-index: 1; }

.index-productlist .ib-swiper-products-button-prev,
.index-productlist .ib-swiper-products-button-next {
  z-index: 5;
  width: 55px;
  height: 55px;
  line-height: 55px;
  right: 0;
  cursor: pointer;
  background: #f4f4f4; }
  .index-productlist .ib-swiper-products-button-prev i,
  .index-productlist .ib-swiper-products-button-next i {
    font-size: 20px; }

.index-productlist .ib-swiper-products-button-prev {
  right: 70px; }

.index-productlist .ib-swiper-products-button-next {
  right: 60px; }

.index-productlist .ib-swiper-products-button-prev,
.index-productlist .ib-swiper-products-button-next {
  top: -120px; }

.ets_crosssell_block h2 {
  background: url(../img/a3ead356ed7a18e93aa3.svg) center left no-repeat;
  padding-left: 80px; }

.ets_crosssell_block .index-productlist .slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  background: #fff; }
  .ets_crosssell_block .index-productlist .slide .thumbnail-container {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px; }
    .ets_crosssell_block .index-productlist .slide .thumbnail-container .addify_listing_raq {
      bottom: 32px; }
    .ets_crosssell_block .index-productlist .slide .thumbnail-container .addify_listing_raq,
    .ets_crosssell_block .index-productlist .slide .thumbnail-container .add-to-cart {
      opacity: 0; }
    .ets_crosssell_block .index-productlist .slide .thumbnail-container:hover .addify_listing_raq,
    .ets_crosssell_block .index-productlist .slide .thumbnail-container:hover .add-to-cart {
      opacity: 1; }

.ibif-seotext-2 {
  background: url(../img/568cf16699c3f632a138.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 115px 0;
  color: #fff;
  height: 450px; }
  .ibif-seotext-2 > .d-flex.justify-content-start {
    gap: 70px; }
  .ibif-seotext-2 h3 {
    font-size: 30px; }
  .ibif-seotext-2 .icon {
    font-size: 50px;
    margin-bottom: 20px; }
    .ibif-seotext-2 .icon::before {
      color: #fff; }
  .ibif-seotext-2 > .row {
    gap: 10px; }
  .ibif-seotext-2::after, .ibif-seotext-2::before {
    z-index: 4;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 44.5px; }
  .ibif-seotext-2::after {
    left: 100%;
    background-color: #000000;
    height: 360.5px; }
  .ibif-seotext-2::before {
    right: 100%;
    height: 323px;
    background-color: #EC6F06; }

.ibif-seotext-3 > .d-flex {
  gap: 34px; }

.ibif-seotext-3 h3 {
  font-size: 20px; }
  .ibif-seotext-3 h3.h2 {
    font-size: 44px; }

.ibif-seotext-3 p {
  font-size: 15px;
  line-height: 24px; }

.ibif-seotext-4 {
  background: #000000;
  position: relative; }
  .ibif-seotext-4 * {
    color: #fff; }
  .ibif-seotext-4 > .d-flex {
    gap: 110px; }
  .ibif-seotext-4::after, .ibif-seotext-4::before {
    z-index: 4;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000; }
  .ibif-seotext-4::after {
    left: 100%; }
  .ibif-seotext-4::before {
    right: 100%; }
  .ibif-seotext-4 .content h4 {
    position: relative; }
    .ibif-seotext-4 .content h4::before {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "skr" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      color: #EC6F06;
      left: 0;
      font-size: 35px;
      font-weight: 700;
      top: -30px;
      z-index: 10; }
  .ibif-seotext-4 .content-ramka {
    border-left: #EC6F06 5px solid;
    padding: 20px 40px;
    margin-top: 40px;
    position: relative;
    overflow: hidden; }
    .ibif-seotext-4 .content-ramka::before {
      content: "";
      width: 18px;
      height: 18px;
      position: absolute;
      z-index: 2;
      top: -10px;
      left: -10px;
      background: #EC6F06;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .ibif-seotext-4 .trapezoid {
    border-bottom: 50px solid #000000;
    border-right: 80px solid #fff;
    height: 0;
    width: 100%;
    z-index: 2;
    top: -50px; }
    .ibif-seotext-4 .trapezoid::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 50px;
      top: 0;
      background-color: #000000;
      right: 100%; }

/*********************/
/*        RWD        */
/*********************/
@media (max-width: 575.98px) {
  .ets_crosssell_block h2 {
    background: url(../img/a3ead356ed7a18e93aa3.svg) center left no-repeat;
    padding-left: 80px; }
  .ets_crosssell_block .index-productlist .slide {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 10px; }
  .ibif-seotext-2 {
    background: url(../img/568cf16699c3f632a138.jpg) top center no-repeat;
    background-size: cover;
    padding: 115px 0;
    color: #fff;
    height: auto; }
    .ibif-seotext-2 > .d-flex.justify-content-start {
      gap: 0px; }
      .ibif-seotext-2 > .d-flex.justify-content-start > div {
        text-align: center; }
    .ibif-seotext-2 h3 {
      font-size: 30px;
      text-align: center; }
    .ibif-seotext-2 .icon {
      font-size: 50px;
      margin-bottom: 20px; }
      .ibif-seotext-2 .icon::before {
        color: #fff; }
    .ibif-seotext-2 > .row {
      gap: 10px; }
    .ibif-seotext-2::after, .ibif-seotext-2::before {
      display: none; } }

@media (min-width: 992px) {
  .bestselling-products {
    padding-top: min(3.125vw, 60px); }
    .bestselling-products .ib-btn-home {
      width: min(9.11458vw, 175px); }
  .ib-btn-home {
    margin: auto;
    padding: min(0.26042vw, 5px);
    width: min(7.03125vw, 135px);
    font-size: min(0.67708vw, 13px); }
  .ibif-seotext-3 > .d-flex {
    gap: min(6.97917vw, 134px); }
  .ibif-seotext-3 h3 {
    font-size: min(2.08333vw, 40px); }
    .ibif-seotext-3 h3.h2 {
      font-size: min(3.33333vw, 64px); }
  .ibif-seotext-3 p {
    font-size: min(0.78125vw, 15px);
    line-height: min(1.25vw, 24px); } }

@media (min-width: 1200px) {
  #index h2 {
    font-size: min(2.34375vw, 45px);
    line-height: min(2.86458vw, 55px);
    margin-bottom: min(1.25vw, 24px); }
    #index h2 + p {
      line-height: min(2.86458vw, 55px);
      margin-bottom: min(1.25vw, 24px); } }


/*# sourceMappingURL=index.css.map*/