@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* line 1, ../../master-v2/_styles.scss */
body,
html {
  line-height: 1.75rem;
}

/* line 6, ../../master-v2/_styles.scss */
body {
  padding-top: 90px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  /* line 6, ../../master-v2/_styles.scss */
  body {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  /* line 13, ../../master-v2/_styles.scss */
  body.has-topbar {
    padding-top: 140px;
  }
  /* line 16, ../../master-v2/_styles.scss */
  body.has-topbar.sticky {
    padding-top: 140px;
  }
  /* line 20, ../../master-v2/_styles.scss */
  body.has-topbar.sticky-topbar {
    padding-top: 140px;
  }
}
/* line 26, ../../master-v2/_styles.scss */
body.desktop-bottombar {
  padding-bottom: 60px;
}
/* line 30, ../../master-v2/_styles.scss */
body.show-webshop-popup-cart {
  overflow: hidden;
  pointer-events: none;
}

/* line 36, ../../master-v2/_styles.scss */
.grecaptcha-badge {
  visibility: collapse !important;
}

/* line 40, ../../master-v2/_styles.scss */
.page-overlay,
.shop-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  /* line 54, ../../master-v2/_styles.scss */
  .show-filters .page-overlay, .show-nav .page-overlay, .show-filters
  .shop-cart-overlay, .show-nav
  .shop-cart-overlay {
    opacity: 1;
    pointer-events: all;
  }
}

/* line 62, ../../master-v2/_styles.scss */
.shop-cart-overlay {
  z-index: 1004;
  display: none;
}
/* line 66, ../../master-v2/_styles.scss */
.show-webshop-popup-cart .shop-cart-overlay {
  opacity: 1;
  pointer-events: all;
  display: block;
}

@media (max-width: 767px) {
  /* line 73, ../../master-v2/_styles.scss */
  h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  /* line 79, ../../master-v2/_styles.scss */
  h2 {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  /* line 85, ../../master-v2/_styles.scss */
  h3 {
    font-size: 1.2rem;
  }
}

/* line 91, ../../master-v2/_styles.scss */
a {
  color: #1e88e5;
}
/* line 94, ../../master-v2/_styles.scss */
a:hover {
  text-decoration: none;
  color: #166dba;
}
/* line 99, ../../master-v2/_styles.scss */
a:not([href]), a:not([href]):not([tabindex]) {
  color: #1e88e5;
  cursor: pointer;
}
/* line 104, ../../master-v2/_styles.scss */
a:not([href]):hover, a:not([href]):not([tabindex]):hover {
  color: #166dba;
}

/* line 110, ../../master-v2/_styles.scss */
.embed-container iframe,
img,
video {
  max-width: 100%;
}

/* line 116, ../../master-v2/_styles.scss */
.embed-container {
  position: relative;
  padding-bottom: 50.55%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 123, ../../master-v2/_styles.scss */
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 132, ../../master-v2/_styles.scss */
blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.5em 0;
  margin: 1.5em 0;
  position: relative;
  font-style: italic;
}
/* line 142, ../../master-v2/_styles.scss */
blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #666;
  text-align: center;
}
/* line 155, ../../master-v2/_styles.scss */
.background-gray blockquote:before {
  background: #f4f4f4;
}

/* line 163, ../../master-v2/_styles.scss */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
}

/* line 170, ../../master-v2/_styles.scss */
.swiper-container-horizontal > .swiper-pagination-bullets {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: static;
  margin: 15px 0 0;
}
/* line 178, ../../master-v2/_styles.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  font-size: 0;
  border: 0;
  cursor: pointer;
  opacity: 1;
  position: relative;
  background: none;
  border: 0;
  padding: 0;
  margin: 0 2.5px;
}
/* line 191, ../../master-v2/_styles.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: "";
  height: 8px;
  width: 8px;
  background: none;
  background: #000;
  border: 3px solid #000;
  border-radius: 100%;
  transition: 0.1s;
  outline: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
}
/* line 209, ../../master-v2/_styles.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
  width: 12px;
  height: 12px;
  background: none;
  border-color: #000;
}

/* line 222, ../../master-v2/_styles.scss */
.slick-slider .slick-list {
  min-width: 100%;
}
/* line 225, ../../master-v2/_styles.scss */
.slick-slider .slick-list .slick-track {
  min-width: 100%;
}
/* line 230, ../../master-v2/_styles.scss */
.slick-slider .slick-slide {
  outline: none;
}
/* line 233, ../../master-v2/_styles.scss */
.slick-slider .slick-slide * {
  outline: none;
}
/* line 238, ../../master-v2/_styles.scss */
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 20;
  font-size: 0;
  background: none;
  border: 0;
  padding: 15px;
  outline: none;
}
/* line 249, ../../master-v2/_styles.scss */
.slick-slider .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  color: #dbdbdb;
}
/* line 257, ../../master-v2/_styles.scss */
.slick-slider .slick-arrow:hover:before {
  color: #1e88e5;
}
/* line 262, ../../master-v2/_styles.scss */
.slick-slider .slick-arrow.slick-prev {
  transform: translateY(-50%) translateX(calc(-100% - 15px));
}
/* line 265, ../../master-v2/_styles.scss */
.slick-slider .slick-arrow.slick-prev:before {
  content: "\f104";
}
/* line 270, ../../master-v2/_styles.scss */
.slick-slider .slick-arrow.slick-next {
  transform: translateY(-50%) translateX(calc(100% + 15px));
  left: auto;
  right: 0;
}
/* line 275, ../../master-v2/_styles.scss */
.slick-slider .slick-arrow.slick-next:before {
  content: "\f105";
}
/* line 281, ../../master-v2/_styles.scss */
.slick-slider .slick-dots {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  height: 12px;
}
/* line 288, ../../master-v2/_styles.scss */
.slick-slider .slick-dots li {
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 2.5px;
  cursor: pointer;
}
/* line 297, ../../master-v2/_styles.scss */
.slick-slider .slick-dots li:only-child {
  display: none;
}
/* line 302, ../../master-v2/_styles.scss */
.slick-slider .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: none;
  border-color: #000;
}
/* line 310, ../../master-v2/_styles.scss */
.slick-slider .slick-dots li button {
  font-size: 0;
  padding: 0;
  background: none;
  border: 0;
  position: absolute;
  height: 8px;
  width: 8px;
  background: #000;
  border: 3px solid #000;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.1s;
  outline: none;
}

/* line 331, ../../master-v2/_styles.scss */
.btn {
  background: #1e88e5;
  color: #fff;
}
/* line 335, ../../master-v2/_styles.scss */
.btn:hover {
  background: #3594e8;
  color: #fff;
}
/* line 340, ../../master-v2/_styles.scss */
.btn i {
  font-size: 0.85rem;
}
/* line 344, ../../master-v2/_styles.scss */
.btn.btn-disabled {
  cursor: not-allowed;
  background: #666;
}
/* line 349, ../../master-v2/_styles.scss */
.btn.btn-green {
  background: #2cb338;
}
/* line 352, ../../master-v2/_styles.scss */
.btn.btn-green:hover {
  background: #31c73e;
}
/* line 356, ../../master-v2/_styles.scss */
.btn.btn-green:disabled {
  cursor: not-allowed;
  background: #eee;
  color: #666;
}
/* line 363, ../../master-v2/_styles.scss */
.btn.btn-blank {
  background: none;
  color: #000;
}
/* line 367, ../../master-v2/_styles.scss */
.btn.btn-blank:hover {
  background: #1e88e5;
  color: #fff;
}

/* line 374, ../../master-v2/_styles.scss */
.titlebar {
  padding: 25px 0;
  background: url("../gfx/sub.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
/* line 380, ../../master-v2/_styles.scss */
.titlebar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.25);
}
/* line 391, ../../master-v2/_styles.scss */
.titlebar .container {
  position: relative;
  z-index: 10;
}
/* line 396, ../../master-v2/_styles.scss */
.titlebar h1,
.titlebar h2 {
  color: #fff;
  margin: 0;
}
/* line 402, ../../master-v2/_styles.scss */
.titlebar h2 {
  font-size: 1.5rem;
  font-weight: normal;
}

/* line 408, ../../master-v2/_styles.scss */
.topbar {
  background: #f4f4f4;
  padding: 0;
  height: 50px;
  line-height: 50px;
  position: absolute;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  /* line 408, ../../master-v2/_styles.scss */
  .topbar {
    position: static;
    height: auto;
    line-height: normal;
    padding: 30px 0;
  }
}
/* line 425, ../../master-v2/_styles.scss */
.topbar .left {
  float: left;
}
/* line 429, ../../master-v2/_styles.scss */
.topbar .right {
  float: right;
}
@media (max-width: 991px) {
  /* line 433, ../../master-v2/_styles.scss */
  .topbar .left,
  .topbar .right {
    float: none;
    text-align: center;
    width: 100%;
  }
}
/* line 442, ../../master-v2/_styles.scss */
.topbar ul {
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 991px) {
  /* line 442, ../../master-v2/_styles.scss */
  .topbar ul {
    float: none;
  }
}
/* line 450, ../../master-v2/_styles.scss */
.topbar ul li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 0 0 15px;
  font-size: 0.85rem;
}
@media (max-width: 991px) {
  /* line 450, ../../master-v2/_styles.scss */
  .topbar ul li {
    float: none;
    display: block;
    margin: 0;
    line-height: 2rem;
  }
}
/* line 463, ../../master-v2/_styles.scss */
.topbar ul li .fa,
.topbar ul li .fab,
.topbar ul li .far {
  vertical-align: middle;
}

/* line 472, ../../master-v2/_styles.scss */
.subnavbar {
  padding: 0;
  background: #f4f4f4;
}
@media (max-width: 1199px) {
  /* line 472, ../../master-v2/_styles.scss */
  .subnavbar {
    display: none;
  }
}
/* line 479, ../../master-v2/_styles.scss */
.subnavbar ul {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 484, ../../master-v2/_styles.scss */
.subnavbar ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 489, ../../master-v2/_styles.scss */
.subnavbar ul li a {
  display: block;
  padding: 20px 15px;
  color: #000;
  font-weight: bold;
}
/* line 495, ../../master-v2/_styles.scss */
.subnavbar ul li a.active, .subnavbar ul li a:hover {
  color: #1e88e5;
}
/* line 502, ../../master-v2/_styles.scss */
.subnavbar ul li:first-child a {
  padding-left: 0;
}

/* line 510, ../../master-v2/_styles.scss */
.breadcrumbs {
  color: rgba(255, 255, 255, 0.75);
  background: #f4f4f4;
  padding: 15px 0;
}
@media (max-width: 767px) {
  /* line 510, ../../master-v2/_styles.scss */
  .breadcrumbs {
    display: none;
  }
}
/* line 518, ../../master-v2/_styles.scss */
.breadcrumbs .breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
}
/* line 523, ../../master-v2/_styles.scss */
.breadcrumbs .breadcrumb a {
  color: #000;
}
/* line 526, ../../master-v2/_styles.scss */
.breadcrumbs .breadcrumb a:hover {
  color: #1e88e5;
}
/* line 530, ../../master-v2/_styles.scss */
.breadcrumbs .breadcrumb a:before {
  content: "\f105";
  color: #1e88e5;
  font-family: "Font Awesome 5 Free";
  font-size: 0.75rem;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
}
/* line 541, ../../master-v2/_styles.scss */
.breadcrumbs .breadcrumb a:first-child:before {
  content: none;
}

/* line 551, ../../master-v2/_styles.scss */
section {
  padding: 3rem 0;
}
/* line 555, ../../master-v2/_styles.scss */
section .container section {
  padding: 0;
}
/* line 558, ../../master-v2/_styles.scss */
section .container section .container {
  padding: 0;
}
/* line 565, ../../master-v2/_styles.scss */
section.full-width > .container {
  max-width: 100%;
  padding: 0;
}
/* line 571, ../../master-v2/_styles.scss */
section.full-width section .container {
  max-width: 1140px;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  /* line 571, ../../master-v2/_styles.scss */
  section.full-width section .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  /* line 571, ../../master-v2/_styles.scss */
  section.full-width section .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  /* line 571, ../../master-v2/_styles.scss */
  section.full-width section .container {
    max-width: 540px;
  }
}
/* line 587, ../../master-v2/_styles.scss */
section.full-width .occasions_bundle.occasion-overview {
  padding: 30px 0;
}
/* line 592, ../../master-v2/_styles.scss */
section.full-width .occasions_bundle.v2 .container {
  max-width: 1140px;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  /* line 592, ../../master-v2/_styles.scss */
  section.full-width .occasions_bundle.v2 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  /* line 592, ../../master-v2/_styles.scss */
  section.full-width .occasions_bundle.v2 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  /* line 592, ../../master-v2/_styles.scss */
  section.full-width .occasions_bundle.v2 .container {
    max-width: 540px;
  }
}
/* line 609, ../../master-v2/_styles.scss */
section.full-width .blog.v3 {
  margin: 0 auto;
}
/* line 612, ../../master-v2/_styles.scss */
section.full-width .blog.v3.blog-overview {
  padding: 30px 0;
  text-align: center;
}
/* line 616, ../../master-v2/_styles.scss */
section.full-width .blog.v3.blog-overview .item {
  text-align: left;
}
/* line 620, ../../master-v2/_styles.scss */
section.full-width .blog.v3.blog-overview .btn-bar {
  margin: 15px 0 0;
}
/* line 625, ../../master-v2/_styles.scss */
section.full-width .blog.v3 .container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 1199px) {
  /* line 625, ../../master-v2/_styles.scss */
  section.full-width .blog.v3 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  /* line 625, ../../master-v2/_styles.scss */
  section.full-width .blog.v3 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  /* line 625, ../../master-v2/_styles.scss */
  section.full-width .blog.v3 .container {
    max-width: 540px;
  }
}
/* line 644, ../../master-v2/_styles.scss */
section.background-gray, section.background-grey {
  background: #f4f4f4;
}
/* line 649, ../../master-v2/_styles.scss */
section.background-dark {
  background: #000;
}
/* line 653, ../../master-v2/_styles.scss */
section.background-light {
  background: #fff;
}
/* line 657, ../../master-v2/_styles.scss */
section.background-primary {
  background: #1e88e5;
}
/* line 663, ../../master-v2/_styles.scss */
section.align-center .row, section.align-middle .row {
  align-items: center;
}
/* line 668, ../../master-v2/_styles.scss */
section.nopadding {
  padding: 0;
}
/* line 672, ../../master-v2/_styles.scss */
section.notoppadding {
  padding-top: 0;
}
/* line 676, ../../master-v2/_styles.scss */
section.nobottompadding {
  padding-bottom: 0;
}
/* line 680, ../../master-v2/_styles.scss */
section .introblock {
  text-align: center;
  margin-bottom: 2rem;
}
/* line 684, ../../master-v2/_styles.scss */
section .introblock .introtitle {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  /* line 684, ../../master-v2/_styles.scss */
  section .introblock .introtitle {
    font-size: 1.25rem;
  }
}
/* line 692, ../../master-v2/_styles.scss */
section .introblock .introtext {
  margin: 0.5rem 0 0;
}

/* line 698, ../../master-v2/_styles.scss */
.navbar {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  /* line 698, ../../master-v2/_styles.scss */
  .navbar {
    height: 60px;
  }
}
/* line 709, ../../master-v2/_styles.scss */
.navbar:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  z-index: 10;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  /* line 709, ../../master-v2/_styles.scss */
  .navbar:before {
    height: 60px;
  }
}
@media (min-width: 992px) {
  /* line 724, ../../master-v2/_styles.scss */
  .has-topbar .navbar {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50px;
  }
  /* line 730, ../../master-v2/_styles.scss */
  .has-topbar .navbar:before {
    content: none;
  }
  /* line 735, ../../master-v2/_styles.scss */
  .sticky-topbar .navbar {
    position: fixed;
    top: 0;
  }
}
@media (max-width: 575px) {
  /* line 741, ../../master-v2/_styles.scss */
  .navbar .container {
    padding: 0;
  }
}
/* line 747, ../../master-v2/_styles.scss */
.navbar .logo {
  position: relative;
  z-index: 20;
}
/* line 752, ../../master-v2/_styles.scss */
.navbar .logo a img {
  height: 50px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 752, ../../master-v2/_styles.scss */
  .navbar .logo a img {
    max-width: none;
  }
}
@media (max-width: 767px) {
  /* line 752, ../../master-v2/_styles.scss */
  .navbar .logo a img {
    height: 30px;
  }
}
/* line 764, ../../master-v2/_styles.scss */
.navbar .nav-container {
  display: flex;
  margin: 0 -10px;
  line-height: 21px;
}
/* line 769, ../../master-v2/_styles.scss */
.navbar .nav-container .nav-main {
  position: relative;
  z-index: 1001;
}
@media (max-width: 1199px) {
  /* line 769, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f4f4f4;
    width: 280px;
    z-index: 20;
    transform: translateX(-100%);
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 10px 0;
  }
  /* line 787, ../../master-v2/_styles.scss */
  .has-topbar .navbar .nav-container .nav-main {
    top: 0;
  }
  /* line 791, ../../master-v2/_styles.scss */
  .show-nav .navbar .nav-container .nav-main {
    transform: translateX(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  /* line 796, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main ul.custom-nav,
  .navbar .nav-container .nav-main ul.nav {
    padding: 10px 0;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  /* line 796, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main ul.custom-nav,
  .navbar .nav-container .nav-main ul.nav {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  /* line 803, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main ul.custom-nav li,
  .navbar .nav-container .nav-main ul.nav li {
    position: relative;
  }
  /* line 806, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main ul.custom-nav li a,
  .navbar .nav-container .nav-main ul.nav li a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  /* line 812, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main ul.custom-nav li .togglesub,
  .navbar .nav-container .nav-main ul.nav li .togglesub {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  /* line 812, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main ul.custom-nav li .togglesub,
  .navbar .nav-container .nav-main ul.nav li .togglesub {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  /* line 828, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main ul.custom-nav li ul,
  .navbar .nav-container .nav-main ul.nav li ul {
    margin: 0 0 5px;
    padding: 0 15px;
    display: none;
  }
  /* line 833, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main ul.custom-nav li ul li,
  .navbar .nav-container .nav-main ul.nav li ul li {
    list-style: none;
    font-size: 0.85rem;
  }
  /* line 837, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main ul.custom-nav li ul li a,
  .navbar .nav-container .nav-main ul.nav li ul li a {
    line-height: normal;
    height: auto;
    padding: 5px 0;
    color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  /* line 837, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main ul.custom-nav li ul li a,
  .navbar .nav-container .nav-main ul.nav li ul li a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1199px) {
  /* line 846, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main ul.custom-nav li ul li a:hover,
  .navbar .nav-container .nav-main ul.nav li ul li a:hover {
    color: #000;
  }
  /* line 854, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main ul.custom-nav li.open .togglesub,
  .navbar .nav-container .nav-main ul.nav li.open .togglesub {
    transform: rotate(180deg);
  }
  /* line 858, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main ul.custom-nav li.open ul,
  .navbar .nav-container .nav-main ul.nav li.open ul {
    display: block;
  }
}
@media (max-width: 991px) {
  /* line 769, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main {
    top: 90px;
  }
  /* line 868, ../../master-v2/_styles.scss */
  .has-topbar .navbar .nav-container .nav-main {
    z-index: 5;
    top: 90px;
  }
}
@media (max-width: 767px) {
  /* line 769, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-main {
    top: 60px;
  }
  /* line 876, ../../master-v2/_styles.scss */
  .has-topbar .navbar .nav-container .nav-main {
    top: 60px;
  }
}
/* line 882, ../../master-v2/_styles.scss */
.navbar .nav-container .nav-webshop {
  position: relative;
  z-index: 25;
}
/* line 886, ../../master-v2/_styles.scss */
.navbar .nav-container .nav-webshop .webshop-cart-icon {
  font-size: 1rem;
  margin: 0;
  color: #000;
}
@media (min-width: 1200px) {
  /* line 886, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-webshop .webshop-cart-icon {
    height: 60px;
    line-height: 60px;
  }
}
@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  /* line 886, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-webshop .webshop-cart-icon {
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width: 1199px) {
  /* line 886, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-webshop .webshop-cart-icon {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  /* line 886, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-webshop .webshop-cart-icon {
    height: 40px;
    line-height: 40px;
  }
}
/* line 908, ../../master-v2/_styles.scss */
.navbar .nav-container .nav-webshop .webshop-cart-icon:hover i.fa.fa-shopping-cart:before {
  color: #1e88e5;
}
/* line 953, ../../master-v2/_styles.scss */
.navbar .nav-container .nav-webshop .webshop-cart-icon .cart-count-badge,
.navbar .nav-container .nav-webshop .webshop-cart-icon .cart-loader {
  right: auto !important;
  left: calc(100% - 7px);
  top: -9px !important;
  font-size: 10px !important;
  border: 0 !important;
  width: auto;
  background: #1e88e5;
  color: #fff;
  min-width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 15px;
  padding: 0 4px;
}
/* line 971, ../../master-v2/_styles.scss */
.navbar .nav-container .nav-webshop .webshop-cart-icon .cart-loader {
  background: #f4f4f4;
  color: #000;
  width: 15px;
  padding: 0;
}
/* line 979, ../../master-v2/_styles.scss */
.navbar .nav-container .nav-webshop .mini_cart {
  right: 0;
  top: auto;
  bottom: 0;
  transform: translateY(100%);
  background: #fff;
  font-size: 0.85rem;
  line-height: normal;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575px) {
  /* line 979, ../../master-v2/_styles.scss */
  .navbar .nav-container .nav-webshop .mini_cart {
    position: fixed;
    transform: none;
    top: 50px;
    left: 15px;
    right: 15px;
    width: auto;
    bottom: auto;
    max-height: calc(100% - 75px);
    overflow-y: auto;
  }
}
/* line 1000, ../../master-v2/_styles.scss */
.navbar .nav-container .nav-webshop .mini_cart .table-wrapper {
  overflow: auto;
  max-height: 280px;
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 0 20px;
}
/* line 1008, ../../master-v2/_styles.scss */
.navbar .nav-container .nav-webshop .mini_cart a.cart-btn {
  color: #666 !important;
  height: 40px !important;
  line-height: 38px !important;
  padding: 0 30px !important;
}
/* line 1014, ../../master-v2/_styles.scss */
.navbar .nav-container .nav-webshop .mini_cart a.cart-btn:hover {
  color: #000 !important;
}
/* line 1018, ../../master-v2/_styles.scss */
.navbar .nav-container .nav-webshop .mini_cart a.cart-btn.primary {
  background: #1e88e5 !important;
  color: #fff !important;
  border-radius: 3px !important;
  height: 40px !important;
  line-height: 38px !important;
}
/* line 1025, ../../master-v2/_styles.scss */
.navbar .nav-container .nav-webshop .mini_cart a.cart-btn.primary i {
  font-size: 0.75rem !important;
  float: none !important;
  margin: 0 !important;
}
/* line 1031, ../../master-v2/_styles.scss */
.navbar .nav-container .nav-webshop .mini_cart a.cart-btn.primary:hover {
  color: #fff !important;
  background: #3594e8 !important;
}
/* line 1042, ../../master-v2/_styles.scss */
.navbar .nav-container .nav-webshop .mini_cart table tbody td,
.navbar .nav-container .nav-webshop .mini_cart table tbody th,
.navbar .nav-container .nav-webshop .mini_cart table tfoot td,
.navbar .nav-container .nav-webshop .mini_cart table tfoot th,
.navbar .nav-container .nav-webshop .mini_cart table thead td,
.navbar .nav-container .nav-webshop .mini_cart table thead th {
  padding: 0.75rem;
}
/* line 1046, ../../master-v2/_styles.scss */
.navbar .nav-container .nav-webshop .mini_cart table tbody td.cart-price,
.navbar .nav-container .nav-webshop .mini_cart table tbody th.cart-price,
.navbar .nav-container .nav-webshop .mini_cart table tfoot td.cart-price,
.navbar .nav-container .nav-webshop .mini_cart table tfoot th.cart-price,
.navbar .nav-container .nav-webshop .mini_cart table thead td.cart-price,
.navbar .nav-container .nav-webshop .mini_cart table thead th.cart-price {
  white-space: nowrap;
}
/* line 1056, ../../master-v2/_styles.scss */
.navbar ul.custom-nav,
.navbar ul.nav {
  margin: 0;
  padding: 0;
  display: inline-flex;
}
@media (max-width: 1199px) {
  /* line 1056, ../../master-v2/_styles.scss */
  .navbar ul.custom-nav,
  .navbar ul.nav {
    display: block;
  }
}
/* line 1065, ../../master-v2/_styles.scss */
.navbar ul.custom-nav li,
.navbar ul.nav li {
  margin: 0 10px;
  position: relative;
  cursor: default;
  list-style: none;
  font-size: 0;
}
@media (max-width: 1199px) {
  /* line 1065, ../../master-v2/_styles.scss */
  .navbar ul.custom-nav li,
  .navbar ul.nav li {
    width: 100%;
    margin: 0;
  }
}
/* line 1076, ../../master-v2/_styles.scss */
.navbar ul.custom-nav li i.fa.fa-angle-down,
.navbar ul.nav li i.fa.fa-angle-down {
  font-size: 0.75rem;
}
/* line 1080, ../../master-v2/_styles.scss */
.navbar ul.custom-nav li span.togglesub,
.navbar ul.nav li span.togglesub {
  display: inline-block;
  margin: 0 0 0 5px;
}
/* line 1084, ../../master-v2/_styles.scss */
.navbar ul.custom-nav li span.togglesub:before,
.navbar ul.nav li span.togglesub:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.75rem;
}
/* line 1094, ../../master-v2/_styles.scss */
.navbar ul.custom-nav li ul li span.togglesub,
.navbar ul.nav li ul li span.togglesub {
  display: none;
}
/* line 1098, ../../master-v2/_styles.scss */
.navbar ul.custom-nav li ul li ul,
.navbar ul.nav li ul li ul {
  display: none;
}
@media (min-width: 1200px) {
  /* line 1105, ../../master-v2/_styles.scss */
  .navbar ul.custom-nav li:hover ul,
  .navbar ul.nav li:hover ul {
    opacity: 1;
    pointer-events: all;
    transition: 0.3s;
    transform: translateX(-50%) translateY(100%);
  }
}
/* line 1115, ../../master-v2/_styles.scss */
.navbar ul.custom-nav li a,
.navbar ul.nav li a {
  font-size: 1rem;
  cursor: pointer;
  color: #000;
  display: block;
}
@media (min-width: 1200px) {
  /* line 1115, ../../master-v2/_styles.scss */
  .navbar ul.custom-nav li a,
  .navbar ul.nav li a {
    height: 60px;
    line-height: 60px;
    display: inline-block;
  }
}
@media (max-width: 1199px) {
  /* line 1115, ../../master-v2/_styles.scss */
  .navbar ul.custom-nav li a,
  .navbar ul.nav li a {
    padding: 5px 15px;
  }
}
/* line 1129, ../../master-v2/_styles.scss */
.navbar ul.custom-nav li a:hover,
.navbar ul.nav li a:hover {
  color: #1e88e5;
}
/* line 1137, ../../master-v2/_styles.scss */
.navbar ul.custom-nav li.active > a,
.navbar ul.nav li.active > a {
  color: #1e88e5;
}
@media (min-width: 1200px) {
  /* line 1142, ../../master-v2/_styles.scss */
  .navbar ul.custom-nav li ul,
  .navbar ul.nav li ul {
    position: absolute;
    background: #000;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 0;
    list-style: none;
    font-size: 1rem;
    padding: 15px 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(calc(100% - 5px));
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
  }
  /* line 1159, ../../master-v2/_styles.scss */
  .navbar ul.custom-nav li ul:before,
  .navbar ul.nav li ul:before {
    content: "";
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #000;
    border-width: 5px;
    margin-left: -5px;
  }
  /* line 1176, ../../master-v2/_styles.scss */
  .navbar ul.custom-nav li ul li a,
  .navbar ul.nav li ul li a {
    color: rgba(255, 255, 255, 0.75);
    padding: 5px 15px;
    height: auto;
    line-height: normal;
    display: block;
    white-space: nowrap;
  }
  /* line 1184, ../../master-v2/_styles.scss */
  .navbar ul.custom-nav li ul li a:hover,
  .navbar ul.nav li ul li a:hover {
    color: #fff;
  }
}
/* line 1194, ../../master-v2/_styles.scss */
.navbar .nav-side-logo {
  position: relative;
  z-index: 20;
}
/* line 1198, ../../master-v2/_styles.scss */
.navbar .nav-side-logo img {
  max-height: 60px;
}
@media (max-width: 767px) {
  /* line 1198, ../../master-v2/_styles.scss */
  .navbar .nav-side-logo img {
    max-height: 40px;
  }
}
/* line 1206, ../../master-v2/_styles.scss */
.navbar .nav-mobile {
  display: flex;
  position: relative;
  z-index: 20;
}
/* line 1211, ../../master-v2/_styles.scss */
.navbar .nav-mobile a {
  padding: 0 10px;
  color: #000;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 767px) {
  /* line 1211, ../../master-v2/_styles.scss */
  .navbar .nav-mobile a {
    height: 40px;
    line-height: 40px;
  }
}
/* line 1221, ../../master-v2/_styles.scss */
.navbar .nav-mobile a:hover {
  color: #1e88e5;
}
/* line 1227, ../../master-v2/_styles.scss */
.navbar .nav-toggle {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
}
/* line 1232, ../../master-v2/_styles.scss */
.navbar .nav-toggle .bars {
  width: 20px;
  position: relative;
  margin: 22px 0 17px;
  height: 16px;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  /* line 1232, ../../master-v2/_styles.scss */
  .navbar .nav-toggle .bars {
    margin: 12px 0 8px;
  }
}
/* line 1244, ../../master-v2/_styles.scss */
.navbar .nav-toggle .bars:hover .bar span {
  background: #1e88e5;
}
/* line 1250, ../../master-v2/_styles.scss */
.navbar .nav-toggle .bars .bar {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  float: left;
  position: absolute;
  transition: 0.3s 0.3s;
  transform-origin: center;
  backface-visibility: hidden;
}
/* line 1260, ../../master-v2/_styles.scss */
.navbar .nav-toggle .bars .bar:nth-child(1) {
  top: 1px;
  left: 0;
}
/* line 1265, ../../master-v2/_styles.scss */
.navbar .nav-toggle .bars .bar:nth-child(2) {
  top: 7px;
  left: 0;
}
/* line 1270, ../../master-v2/_styles.scss */
.navbar .nav-toggle .bars .bar:nth-child(3) {
  top: 13px;
  left: 0;
}
/* line 1275, ../../master-v2/_styles.scss */
.show-nav .navbar .nav-toggle .bars .bar {
  transition: 0.3s 0s;
}
/* line 1278, ../../master-v2/_styles.scss */
.show-nav .navbar .nav-toggle .bars .bar:nth-child(1) {
  top: 7px;
}
/* line 1281, ../../master-v2/_styles.scss */
.show-nav .navbar .nav-toggle .bars .bar:nth-child(1) span {
  transform: rotate(45deg);
}
/* line 1286, ../../master-v2/_styles.scss */
.show-nav .navbar .nav-toggle .bars .bar:nth-child(2) {
  opacity: 0;
}
/* line 1290, ../../master-v2/_styles.scss */
.show-nav .navbar .nav-toggle .bars .bar:nth-child(3) {
  top: 7px;
}
/* line 1293, ../../master-v2/_styles.scss */
.show-nav .navbar .nav-toggle .bars .bar:nth-child(3) span {
  transform: rotate(-45deg);
}
/* line 1299, ../../master-v2/_styles.scss */
.navbar .nav-toggle .bars .bar span {
  width: 20px;
  height: 2px;
  background: #000;
  float: left;
  transform-origin: center;
  transition: all 0.3s 0s, background 0s;
}
/* line 1307, ../../master-v2/_styles.scss */
.show-nav .navbar .nav-toggle .bars .bar span {
  transition: 0.3s 0.3s, background 0s;
}
/* line 1315, ../../master-v2/_styles.scss */
.navbar .nav-toggle .bars:active .bar:nth-child(1) {
  transform: translateY(0);
}
/* line 1319, ../../master-v2/_styles.scss */
.navbar .nav-toggle .bars:active .bar:nth-child(3) {
  transform: translateY(0);
}

/* line 1328, ../../master-v2/_styles.scss */
.hero {
  background: #f4f4f4;
  padding: 0;
  height: 700px;
}
@media (max-width: 1199px) {
  /* line 1328, ../../master-v2/_styles.scss */
  .hero {
    height: 650px;
  }
}
@media (max-width: 991px) {
  /* line 1328, ../../master-v2/_styles.scss */
  .hero {
    height: 600px;
  }
}
@media (max-width: 767px) {
  /* line 1328, ../../master-v2/_styles.scss */
  .hero {
    height: 550px;
  }
}
@media (max-width: 575px) {
  /* line 1328, ../../master-v2/_styles.scss */
  .hero {
    height: 500px;
  }
}
/* line 1345, ../../master-v2/_styles.scss */
.hero.legacy {
  height: auto;
  position: relative;
}
@media (min-width: 768px) {
  /* line 1349, ../../master-v2/_styles.scss */
  .hero.legacy .content-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
}
/* line 1358, ../../master-v2/_styles.scss */
.hero.legacy img {
  width: 100%;
}
/* line 1363, ../../master-v2/_styles.scss */
.hero.hero-slider {
  position: relative;
}
@media (max-width: 767px) {
  /* line 1363, ../../master-v2/_styles.scss */
  .hero.hero-slider {
    height: auto;
  }
}
/* line 1369, ../../master-v2/_styles.scss */
.hero.hero-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  /* line 1378, ../../master-v2/_styles.scss */
  .hero.hero-slider .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 0);
  }
  /* line 1383, ../../master-v2/_styles.scss */
  .hero.hero-slider .slick-dots li button {
    border-color: #fff;
    background: #fff;
  }
}
/* line 1389, ../../master-v2/_styles.scss */
.hero.hero-slider .slick-dots li:only-child {
  display: none;
}
/* line 1395, ../../master-v2/_styles.scss */
.hero.hero-slider .slide {
  position: relative;
  height: 700px;
  display: flex;
}
@media (max-width: 1199px) {
  /* line 1395, ../../master-v2/_styles.scss */
  .hero.hero-slider .slide {
    height: 650px;
  }
}
@media (max-width: 991px) {
  /* line 1395, ../../master-v2/_styles.scss */
  .hero.hero-slider .slide {
    height: 600px;
  }
}
@media (max-width: 767px) {
  /* line 1395, ../../master-v2/_styles.scss */
  .hero.hero-slider .slide {
    height: auto;
    display: block;
  }
}
/* line 1410, ../../master-v2/_styles.scss */
.hero.hero-slider .slide .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  /* line 1410, ../../master-v2/_styles.scss */
  .hero.hero-slider .slide .image {
    height: 700px;
  }
}
@media (max-width: 767px) {
  /* line 1410, ../../master-v2/_styles.scss */
  .hero.hero-slider .slide .image {
    background: none !important;
    position: static;
  }
}
@media (min-width: 768px) {
  /* line 1425, ../../master-v2/_styles.scss */
  .hero.hero-slider .slide .image img {
    display: none;
  }
}
/* line 1432, ../../master-v2/_styles.scss */
.hero.hero-slider .slide .container {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  /* line 1432, ../../master-v2/_styles.scss */
  .hero.hero-slider .slide .container {
    color: #fff;
  }
}
/* line 1439, ../../master-v2/_styles.scss */
.hero.hero-slider .slide .container .content-wrapper {
  padding-top: 30px;
  padding-bottom: 72px;
}
@media (max-width: 767px) {
  /* line 1443, ../../master-v2/_styles.scss */
  .hero.hero-slider .slide .container .content-wrapper .slide-content {
    margin: 0 0 1rem;
  }
}
@media (min-width: 768px) {
  /* line 1452, ../../master-v2/_styles.scss */
  .hero.hero-slider .content-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
}
/* line 1461, ../../master-v2/_styles.scss */
.hero.hero-slider .vtable {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 1466, ../../master-v2/_styles.scss */
.hero.hero-slider .vtable .vcell {
  display: table-cell;
  vertical-align: bottom;
}
/* line 1470, ../../master-v2/_styles.scss */
.hero.hero-slider .vtable .vcell .titles {
  padding: 60px 0;
}
@media (max-width: 767px) {
  /* line 1470, ../../master-v2/_styles.scss */
  .hero.hero-slider .vtable .vcell .titles {
    padding: 30px 0 60px;
    text-align: center;
  }
}
/* line 1481, ../../master-v2/_styles.scss */
.hero .slider {
  height: 100%;
}
/* line 1484, ../../master-v2/_styles.scss */
.hero .slider .slide {
  height: 100%;
}
/* line 1487, ../../master-v2/_styles.scss */
.hero .slider .slide .container {
  height: 100%;
}
/* line 1490, ../../master-v2/_styles.scss */
.hero .slider .slide .container .vtable {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 1495, ../../master-v2/_styles.scss */
.hero .slider .slide .container .vtable .vcell {
  display: table-cell;
  vertical-align: middle;
}
/* line 1499, ../../master-v2/_styles.scss */
.hero .slider .slide .container .vtable .vcell .titles {
  text-align: center;
}
/* line 1509, ../../master-v2/_styles.scss */
.hero.video .videowrapper {
  height: 100%;
  width: 100%;
  position: relative;
}
/* line 1514, ../../master-v2/_styles.scss */
.hero.video .videowrapper .videocontainer {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 1520, ../../master-v2/_styles.scss */
.hero.video .videowrapper .videocontainer .imagecontainer {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 1529, ../../master-v2/_styles.scss */
.hero.video .videowrapper .videocontainer video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 10;
  object-fit: cover;
}
/* line 1543, ../../master-v2/_styles.scss */
.hero.video .videowrapper .titles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
/* line 1553, ../../master-v2/_styles.scss */
.hero.video .videowrapper .titles .vwrapper {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1563, ../../master-v2/_styles.scss */
.hero.video .videowrapper .titles .vwrapper .valign .container .text p {
  margin: 0;
}
/* line 1568, ../../master-v2/_styles.scss */
.hero.video .videowrapper .titles .vwrapper .valign .container .btns {
  margin: 15px 0 0;
}

/* line 1580, ../../master-v2/_styles.scss */
.cards .card {
  margin: 0 0 30px;
}

/* line 1585, ../../master-v2/_styles.scss */
.cta-banner {
  background: #1e88e5;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}
/* line 1591, ../../master-v2/_styles.scss */
.cta-banner .content {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
@media (max-width: 991px) {
  /* line 1591, ../../master-v2/_styles.scss */
  .cta-banner .content {
    text-align: center;
  }
}
/* line 1599, ../../master-v2/_styles.scss */
.cta-banner .content .block-left {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  padding: 0 15px;
}
@media (max-width: 991px) {
  /* line 1599, ../../master-v2/_styles.scss */
  .cta-banner .content .block-left {
    padding: 0 15px 15px;
  }
}
/* line 1608, ../../master-v2/_styles.scss */
.cta-banner .content .block-left p {
  margin: 0;
}
/* line 1612, ../../master-v2/_styles.scss */
.cta-banner .content .block-left .subtext {
  font-size: 1rem;
}
/* line 1617, ../../master-v2/_styles.scss */
.cta-banner .content .block-right {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}
/* line 1622, ../../master-v2/_styles.scss */
.cta-banner .content .block-right .btn {
  background: #fff;
  color: #1e88e5;
}
/* line 1626, ../../master-v2/_styles.scss */
.cta-banner .content .block-right .btn:hover {
  background: #f2f2f2;
}

/* line 1634, ../../master-v2/_styles.scss */
.text-blocks-background {
  color: #fff;
  position: relative;
}
/* line 1638, ../../master-v2/_styles.scss */
.text-blocks-background:before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
/* line 1649, ../../master-v2/_styles.scss */
.text-blocks-background .container {
  position: relative;
  z-index: 10;
}

/* line 1658, ../../master-v2/_styles.scss */
.text-blocks .card.sidebar .image {
  position: relative;
}
/* line 1661, ../../master-v2/_styles.scss */
.text-blocks .card.sidebar .image h3 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: #fff;
  z-index: 5;
  font-size: 1.5rem;
  margin: 0;
}
/* line 1673, ../../master-v2/_styles.scss */
.text-blocks .card.sidebar .content {
  padding: 30px;
}

/* line 1681, ../../master-v2/_styles.scss */
.plugin-forms .message {
  text-align: center;
}
/* line 1685, ../../master-v2/_styles.scss */
.plugin-forms .card {
  border: 0;
  margin: 0;
}
/* line 1689, ../../master-v2/_styles.scss */
.plugin-forms .card .field-label {
  margin: 5px 0 5px 0 !important;
  line-height: normal !important;
}
/* line 1696, ../../master-v2/_styles.scss */
.plugin-forms .card .field input[type="text"], .plugin-forms .card .field input[type="email"], .plugin-forms .card .field input[type="date"], .plugin-forms .card .field input[type="file"] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
/* line 1707, ../../master-v2/_styles.scss */
.plugin-forms .card .field input[type="file"] {
  padding: 4px;
  height: auto;
  background: #fff;
}
/* line 1714, ../../master-v2/_styles.scss */
.plugin-forms .card .field .select2 {
  width: 100%;
}
/* line 1718, ../../master-v2/_styles.scss */
.plugin-forms .card .field .select2.select2-container--default .select2-selection--single {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
/* line 1725, ../../master-v2/_styles.scss */
.plugin-forms .card .field .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
/* line 1732, ../../master-v2/_styles.scss */
.plugin-forms .card .field textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 15px;
}
/* line 1742, ../../master-v2/_styles.scss */
.plugin-forms .form-footer {
  margin: 15px 0 0;
}

/* line 1747, ../../master-v2/_styles.scss */
.cta-large {
  text-align: center;
  padding: 120px 0;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1747, ../../master-v2/_styles.scss */
  .cta-large {
    padding: 30px 0;
  }
}
/* line 1756, ../../master-v2/_styles.scss */
.cta-large:before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
}
/* line 1767, ../../master-v2/_styles.scss */
.cta-large .container {
  position: relative;
  z-index: 10;
}
/* line 1773, ../../master-v2/_styles.scss */
.cta-large.gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  background-image: linear-gradient(to right, #000 25%, transparent);
}
/* line 1785, ../../master-v2/_styles.scss */
.cta-large .container {
  position: relative;
  z-index: 10;
}
/* line 1789, ../../master-v2/_styles.scss */
.cta-large .container .titles {
  position: relative;
  z-index: 10;
}
/* line 1793, ../../master-v2/_styles.scss */
.cta-large .container .titles h6 {
  color: #fff;
}
/* line 1796, ../../master-v2/_styles.scss */
.cta-large .container .titles h6 p {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}
/* line 1801, ../../master-v2/_styles.scss */
.cta-large .container .titles h6 p b,
.cta-large .container .titles h6 p strong {
  color: #1e88e5;
}
/* line 1807, ../../master-v2/_styles.scss */
.cta-large .container .titles h6 b {
  color: #1e88e5;
}
/* line 1812, ../../master-v2/_styles.scss */
.cta-large .container .titles .text {
  font-size: 20px;
  margin: 0 auto;
  font-weight: normal;
}
/* line 1817, ../../master-v2/_styles.scss */
.cta-large .container .titles .text p {
  color: #fff;
  line-height: 30px;
}
@media (max-width: 767px) {
  /* line 1812, ../../master-v2/_styles.scss */
  .cta-large .container .titles .text {
    font-size: 16px;
    line-height: 25px;
  }
}
/* line 1829, ../../master-v2/_styles.scss */
.cta-large .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  filter: grayscale(1);
}
/* line 1838, ../../master-v2/_styles.scss */
.cta-large .image img {
  display: none;
}

/* line 1845, ../../master-v2/_styles.scss */
.brands .slider-brands {
  margin: 42px 0;
}
/* line 1850, ../../master-v2/_styles.scss */
.brands .slider-brands .slide .thumb img {
  max-width: 80%;
  margin: 0 10%;
}
/* line 1858, ../../master-v2/_styles.scss */
.brands .slick-dots {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  transform: translateY(calc(100% + 15px));
}
/* line 1866, ../../master-v2/_styles.scss */
.brands .slick-dots li:only-child {
  display: none;
}

/* line 1876, ../../master-v2/_styles.scss */
.gallery .slider-wrapper .slick-slider .slick-dots {
  margin: 30px 0 0;
}
/* line 1880, ../../master-v2/_styles.scss */
.gallery .slider-wrapper .slick-slider .slick-dots li:only-child {
  display: none;
}
/* line 1887, ../../master-v2/_styles.scss */
.gallery .slider-wrapper .slide {
  background: #f4f4f4;
}
/* line 1890, ../../master-v2/_styles.scss */
.gallery .slider-wrapper .slide .image {
  position: relative;
  z-index: 5;
  height: 700px;
}
@media (max-width: 991px) {
  /* line 1890, ../../master-v2/_styles.scss */
  .gallery .slider-wrapper .slide .image {
    height: 500px;
  }
}
@media (max-width: 767px) {
  /* line 1890, ../../master-v2/_styles.scss */
  .gallery .slider-wrapper .slide .image {
    height: auto;
  }
}
/* line 1901, ../../master-v2/_styles.scss */
.gallery .slider-wrapper .slide .image img {
  width: 100%;
  opacity: 0;
  position: relative;
  z-index: 5;
}
/* line 1908, ../../master-v2/_styles.scss */
.gallery .slider-wrapper .slide .image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 10;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
}
/* line 1920, ../../master-v2/_styles.scss */
.gallery .slider-wrapper .slide .container {
  height: 100%;
  position: relative;
  z-index: 10;
}
/* line 1925, ../../master-v2/_styles.scss */
.gallery .slider-wrapper .slide .container .titles {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 1925, ../../master-v2/_styles.scss */
  .gallery .slider-wrapper .slide .container .titles {
    position: static;
    color: #000;
  }
}
@media (max-width: 991px) {
  /* line 1937, ../../master-v2/_styles.scss */
  .gallery .slider-wrapper .slide .container .titles h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  /* line 1943, ../../master-v2/_styles.scss */
  .gallery .slider-wrapper .slide .container .titles .slide-buttons {
    margin-top: 15px;
  }
}

/* line 1954, ../../master-v2/_styles.scss */
.footer {
  background: #0d0d0d;
  color: #fff;
  padding: 60px 0;
}
/* line 1959, ../../master-v2/_styles.scss */
.footer h3 {
  font-size: 1rem;
}
/* line 1963, ../../master-v2/_styles.scss */
.footer a {
  color: #fff;
}
/* line 1966, ../../master-v2/_styles.scss */
.footer a:hover {
  color: #1e88e5;
}
/* line 1971, ../../master-v2/_styles.scss */
.footer ul {
  padding: 0 0 0 15px;
}
/* line 1974, ../../master-v2/_styles.scss */
.footer ul li {
  list-style: none;
  position: relative;
}
/* line 1978, ../../master-v2/_styles.scss */
.footer ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.75rem;
  position: absolute;
  left: -15px;
  top: 4px;
}

/* line 1991, ../../master-v2/_styles.scss */
.subfooter {
  background: #121212;
  padding: 30px 0;
  color: #fff;
}
/* line 1996, ../../master-v2/_styles.scss */
.subfooter a {
  color: #fff;
}
/* line 2000, ../../master-v2/_styles.scss */
.subfooter a.poweredby:hover {
  color: #cccdcd;
}
/* line 2003, ../../master-v2/_styles.scss */
.subfooter a.poweredby:hover .beyonit-pink {
  fill: #E12384;
}
/* line 2007, ../../master-v2/_styles.scss */
.subfooter a.poweredby:hover .beyonit-grey,
.subfooter a.poweredby:hover .st0 {
  fill: #cccdcd;
}
/* line 2014, ../../master-v2/_styles.scss */
.subfooter a:hover {
  color: #1e88e5;
}
/* line 2019, ../../master-v2/_styles.scss */
.subfooter p {
  margin: 0;
}
/* line 2023, ../../master-v2/_styles.scss */
.subfooter svg {
  display: inline-block;
  height: 25px;
  margin-top: -4px;
}
/* line 2028, ../../master-v2/_styles.scss */
.subfooter svg .beyonit-grey,
.subfooter svg .beyonit-pink,
.subfooter svg .st0 {
  fill: #fff;
}

/* line 2038, ../../master-v2/_styles.scss */
.references .blocks .content {
  overflow: hidden;
  position: relative;
  margin: 0 auto 30px;
}
/* line 2043, ../../master-v2/_styles.scss */
.references .blocks .content .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 50;
  color: #fff;
  transition: 0.3s;
}
/* line 2053, ../../master-v2/_styles.scss */
.references .blocks .content .title hr {
  border: 0;
  height: 3px;
  margin: 0;
  width: 0;
  background: #fff;
  transition: 0.3s;
}
/* line 2062, ../../master-v2/_styles.scss */
.references .blocks .content .title h3 {
  color: #fff;
  font-size: 1.25rem;
  margin: 15px 0 0;
  transform: translateY(20px);
  transition: 0.3s;
  opacity: 0;
}
/* line 2073, ../../master-v2/_styles.scss */
.references .blocks .content .img img {
  transition: 0.3s;
}
/* line 2078, ../../master-v2/_styles.scss */
.references .blocks .content .overlay {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  opacity: 0;
  transition: 0.3s;
}
/* line 2092, ../../master-v2/_styles.scss */
.references .blocks .content:hover .title hr {
  width: 100%;
}
/* line 2096, ../../master-v2/_styles.scss */
.references .blocks .content:hover .title h3 {
  transform: translateY(0);
  opacity: 1;
}
/* line 2102, ../../master-v2/_styles.scss */
.references .blocks .content:hover .overlay {
  opacity: 1;
}
/* line 2107, ../../master-v2/_styles.scss */
.references .blocks .content:hover .img img {
  transform: scale(1.1);
}

/* line 2119, ../../master-v2/_styles.scss */
.tabbed-section .nav-tabs .nav-item .nav-link {
  padding: 0.375rem 0.75rem;
}
/* line 2125, ../../master-v2/_styles.scss */
.tabbed-section .tab-content {
  margin: 30px 0 0;
}
/* line 2130, ../../master-v2/_styles.scss */
.tabbed-section .accordion-wrapper .accordion-group {
  border-bottom: 1px solid #eee;
}
/* line 2133, ../../master-v2/_styles.scss */
.tabbed-section .accordion-wrapper .accordion-group:last-child {
  border-bottom: 0;
}
/* line 2138, ../../master-v2/_styles.scss */
.tabbed-section .accordion-wrapper .header {
  font-weight: bold;
  cursor: pointer;
}
/* line 2142, ../../master-v2/_styles.scss */
.tabbed-section .accordion-wrapper .header .heading {
  padding: 10px 15px 10px 30px;
  position: relative;
}
/* line 2146, ../../master-v2/_styles.scss */
.tabbed-section .accordion-wrapper .header .heading:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 11px;
  left: 15px;
  font-size: 0.9rem;
  transform: rotate(90deg);
  transition: 0.3s;
}
/* line 2159, ../../master-v2/_styles.scss */
.tabbed-section .accordion-wrapper .header .heading.collapsed:before {
  transform: rotate(0deg);
}
/* line 2167, ../../master-v2/_styles.scss */
.tabbed-section .accordion-wrapper .content .text {
  padding: 0 15px 10px 30px;
}

/* line 2174, ../../master-v2/_styles.scss */
.toggle-filters {
  display: none;
  text-align: center;
}
@media (max-width: 575px) {
  /* line 2174, ../../master-v2/_styles.scss */
  .toggle-filters {
    background: #1e88e5;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 0.75rem;
  }
  /* line 2188, ../../master-v2/_styles.scss */
  .toggle-filters:hover {
    color: #fff;
  }
}
/* line 2197, ../../master-v2/_styles.scss */
.toggle-filters .hide {
  display: none;
}
/* line 2200, ../../master-v2/_styles.scss */
.show-filter .toggle-filters .hide {
  display: inline-block;
}
/* line 2205, ../../master-v2/_styles.scss */
.toggle-filters .show {
  display: inline-block;
}
/* line 2208, ../../master-v2/_styles.scss */
.show-filter .toggle-filters .show {
  display: none;
}

@media (max-width: 575px) {
  /* line 2214, ../../master-v2/_styles.scss */
  .occasion-overview {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  /* line 2219, ../../master-v2/_styles.scss */
  .occasion-overview .filters {
    padding: 15px;
    background: #f4f4f4;
    position: fixed;
    left: 0;
    top: 60px;
    bottom: 0;
    border-radius: 0;
    width: 280px;
    z-index: 50;
    transition: 0.5s;
    transform: translateX(-100%);
    overflow-y: auto;
  }
  /* line 2234, ../../master-v2/_styles.scss */
  .show-filter .occasion-overview .filters {
    transform: translateX(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
/* line 2240, ../../master-v2/_styles.scss */
.show-filter .occasion-overview .filters {
  padding-bottom: 20px;
}
/* line 2244, ../../master-v2/_styles.scss */
.occasion-overview .filters input[type="checkbox"] {
  vertical-align: middle;
  margin-top: -2px;
}
/* line 2249, ../../master-v2/_styles.scss */
.occasion-overview .filters form {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 575px) {
  /* line 2249, ../../master-v2/_styles.scss */
  .occasion-overview .filters form {
    display: none;
  }
  /* line 2256, ../../master-v2/_styles.scss */
  .show-filter .occasion-overview .filters form {
    display: block;
  }
}
/* line 2262, ../../master-v2/_styles.scss */
.occasion-overview .filters .fields {
  display: inline-block;
  vertical-align: top;
  width: calc(100% + 10px);
  text-align: center;
  font-size: 0;
  margin: 0 -5px;
}
@media (max-width: 575px) {
  /* line 2272, ../../master-v2/_styles.scss */
  .occasion-overview .filters .reset .btn {
    width: 100%;
    margin: 0 0 10px;
  }
}
/* line 2280, ../../master-v2/_styles.scss */
.occasion-overview .filters .btn-group {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  margin: 0 0 10px;
}
@media (max-width: 1199px) {
  /* line 2280, ../../master-v2/_styles.scss */
  .occasion-overview .filters .btn-group {
    width: 25%;
  }
}
@media (max-width: 991px) {
  /* line 2280, ../../master-v2/_styles.scss */
  .occasion-overview .filters .btn-group {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  /* line 2280, ../../master-v2/_styles.scss */
  .occasion-overview .filters .btn-group {
    width: 50%;
  }
}
@media (max-width: 575px) {
  /* line 2280, ../../master-v2/_styles.scss */
  .occasion-overview .filters .btn-group {
    width: 100%;
  }
}
/* line 2299, ../../master-v2/_styles.scss */
.occasion-overview .filters .btn-group button {
  border: 0;
  background: #fff;
  color: #444 !important;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  border-radius: 3px;
}
/* line 2308, ../../master-v2/_styles.scss */
.occasion-overview .filters .btn-group button::after {
  float: right;
  margin-top: 10px;
}
/* line 2314, ../../master-v2/_styles.scss */
.occasion-overview .filters .btn-group .dropdown-menu {
  padding: 15px;
  min-width: 220px;
}
/* line 2319, ../../master-v2/_styles.scss */
.occasion-overview .filters .btn-group label {
  margin: 0;
}
/* line 2324, ../../master-v2/_styles.scss */
.occasion-overview .filters .additional {
  text-align: center;
  margin-top: 10px;
}
/* line 2328, ../../master-v2/_styles.scss */
.occasion-overview .filters .additional label {
  margin: 0 10px 0 0;
  color: #000 !important;
}
/* line 2334, ../../master-v2/_styles.scss */
.occasion-overview .filters .SumoSelect {
  font-size: 1rem;
  text-align: left;
  width: 100%;
}
/* line 2339, ../../master-v2/_styles.scss */
.occasion-overview .filters .SumoSelect > .CaptionCont {
  color: #000;
}
/* line 2342, ../../master-v2/_styles.scss */
.occasion-overview .filters .SumoSelect > .CaptionCont span.placeholder {
  color: #000;
}
/* line 2349, ../../master-v2/_styles.scss */
.occasion-overview .filters-title {
  margin: 0 0 15px;
}
/* line 2352, ../../master-v2/_styles.scss */
.occasion-overview .filters-title .close {
  font-size: 1rem;
  cursor: pointer;
}
/* line 2356, ../../master-v2/_styles.scss */
.occasion-overview .filters-title .close:hover {
  opacity: 1;
}
/* line 2362, ../../master-v2/_styles.scss */
.occasion-overview .results {
  width: 100%;
  border-bottom: 1px solid #eee;
  display: inline-block;
  padding: 15px 0;
  line-height: 30px;
}
@media (max-width: 575px) {
  /* line 2362, ../../master-v2/_styles.scss */
  .occasion-overview .results {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
/* line 2375, ../../master-v2/_styles.scss */
.occasion-overview .results .amount {
  float: left;
  font-size: 1.25rem;
}
/* line 2380, ../../master-v2/_styles.scss */
.occasion-overview .results .reset {
  float: right;
  font-size: 1.25rem;
}
/* line 2384, ../../master-v2/_styles.scss */
.occasion-overview .results .reset a {
  color: #000;
  opacity: 0.5;
}
/* line 2388, ../../master-v2/_styles.scss */
.occasion-overview .results .reset a:hover {
  opacity: 1;
}
/* line 2395, ../../master-v2/_styles.scss */
.occasion-overview .pagination {
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 15px 0;
  font-size: 1rem;
}
@media (max-width: 767px) {
  /* line 2403, ../../master-v2/_styles.scss */
  .occasion-overview .pagination.top {
    display: none;
  }
}
/* line 2408, ../../master-v2/_styles.scss */
.occasion-overview .pagination li {
  margin: 0 3px 3px;
}
/* line 2411, ../../master-v2/_styles.scss */
.occasion-overview .pagination li a.page-link {
  border-radius: 0;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
  min-width: 39px;
  text-align: center;
}
/* line 2420, ../../master-v2/_styles.scss */
.occasion-overview .pagination li:only-child {
  display: none;
}
/* line 2424, ../../master-v2/_styles.scss */
.occasion-overview .pagination li.disabled {
  opacity: 0.5;
}
/* line 2427, ../../master-v2/_styles.scss */
.occasion-overview .pagination li.disabled a {
  cursor: not-allowed;
  background: #eee;
  color: #666;
}
/* line 2435, ../../master-v2/_styles.scss */
.occasion-overview .pagination a {
  color: #000;
}
/* line 2439, ../../master-v2/_styles.scss */
.occasion-overview .pagination a.next,
.occasion-overview .pagination a.prev {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  z-index: 10;
  line-height: 33px;
}
/* line 2448, ../../master-v2/_styles.scss */
.occasion-overview .pagination a.next:hover,
.occasion-overview .pagination a.prev:hover {
  color: #1e88e5;
}
/* line 2453, ../../master-v2/_styles.scss */
.occasion-overview .pagination a.next {
  left: auto;
  right: 0;
}
/* line 2458, ../../master-v2/_styles.scss */
.occasion-overview .pagination ul {
  margin: 0;
}
/* line 2461, ../../master-v2/_styles.scss */
.occasion-overview .pagination ul li {
  display: inline-block;
  vertical-align: top;
}
/* line 2465, ../../master-v2/_styles.scss */
.occasion-overview .pagination ul li a {
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: top;
}
/* line 2474, ../../master-v2/_styles.scss */
.occasion-overview .pagination ul li.active a {
  background: #1e88e5;
  color: #fff;
  border-color: #1e88e5;
}
/* line 2481, ../../master-v2/_styles.scss */
.occasion-overview .pagination ul li:hover {
  background: #f4f4f4;
}
/* line 2488, ../../master-v2/_styles.scss */
.occasion-overview .vehicles {
  border-bottom: 1px solid #eee;
  position: relative;
  min-height: 300px;
}
/* line 2493, ../../master-v2/_styles.scss */
.occasion-overview .vehicles a {
  color: #000;
}
/* line 2497, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card {
  border: 1px solid #ddd;
  padding: 5px;
  margin: 0 0 25px;
}
/* line 2503, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .thumb img {
  width: 100%;
}
/* line 2508, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .titlewrapper {
  padding: 10px;
}
/* line 2511, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .titlewrapper .title {
  font-weight: bold;
  color: #000;
  display: block;
  display: -webkit-box;
  height: 43.2px;
  font-size: 18px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 2526, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .price-year {
  font-size: 1rem;
  padding: 0 10px 10px;
  color: #218441;
}
/* line 2531, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .price-year span {
  font-size: 1rem;
  color: #444;
}
/* line 2535, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .price-year span:before {
  content: "\2022";
  margin: 0 5px;
}
/* line 2542, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .stats {
  font-size: 1rem;
  line-height: normal;
}
/* line 2547, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .buttons {
  overflow: hidden;
  font-size: 1rem;
}
/* line 2551, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .buttons ul {
  padding: 0;
  margin: 0;
}
/* line 2555, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .buttons ul li {
  list-style: none;
  text-align: center;
  background: #1e88e5;
  margin: 0 0 5px;
  border-radius: 3px;
}
/* line 2563, ../../master-v2/_styles.scss */
.hide-phone .occasion-overview .vehicles .card .buttons ul li#telefoonbutton {
  display: none;
}
/* line 2568, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .buttons ul li:last-child {
  margin: 0;
}
/* line 2572, ../../master-v2/_styles.scss */
.hide-phone .occasion-overview .vehicles .card .buttons ul li {
  width: 100%;
}
/* line 2576, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .buttons ul li:hover {
  background: #3594e8;
}
/* line 2580, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .buttons ul li a,
.occasion-overview .vehicles .card .buttons ul li span {
  color: #fff;
  width: 100%;
  padding: 5px 0;
  display: inline-block;
  cursor: pointer;
}
/* line 2588, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .buttons ul li a .icon,
.occasion-overview .vehicles .card .buttons ul li span .icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-decoration: inherit;
  font-size: 1rem;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 2600, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .buttons ul li a.btn-call .icon:before,
.occasion-overview .vehicles .card .buttons ul li span.btn-call .icon:before {
  content: "\f095";
}
/* line 2606, ../../master-v2/_styles.scss */
.occasion-overview .vehicles .card .buttons ul li a.btn-mail .icon:before,
.occasion-overview .vehicles .card .buttons ul li span.btn-mail .icon:before {
  content: "\f0e0";
}

/* line 2619, ../../master-v2/_styles.scss */
.occasions_bundle #fixed-buttons {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}
@media (max-width: 575px) {
  /* line 2619, ../../master-v2/_styles.scss */
  .occasions_bundle #fixed-buttons {
    top: auto;
    transform: none;
    bottom: 5px;
    left: 5px;
    right: 5px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
/* line 2636, ../../master-v2/_styles.scss */
.occasions_bundle #fixed-buttons ul {
  padding: 0;
  margin: 0;
}
/* line 2640, ../../master-v2/_styles.scss */
.occasions_bundle #fixed-buttons ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ed9a02;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 2px 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 575px) {
  /* line 2640, ../../master-v2/_styles.scss */
  .occasions_bundle #fixed-buttons ul li {
    float: left;
    width: 20%;
    margin: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  /* line 2659, ../../master-v2/_styles.scss */
  .occasions_bundle #fixed-buttons ul li:last-child {
    border: 0;
  }
}
/* line 2664, ../../master-v2/_styles.scss */
.occasions_bundle #fixed-buttons ul li .icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 1rem;
  position: relative;
  z-index: 10;
  background: #ed9a02;
}
/* line 2676, ../../master-v2/_styles.scss */
.occasions_bundle #fixed-buttons ul li .icon:hover {
  background: #3594e8;
}
/* line 2682, ../../master-v2/_styles.scss */
.occasions_bundle #fixed-buttons ul li.btn-call .icon:before {
  content: "\f095";
}
/* line 2688, ../../master-v2/_styles.scss */
.occasions_bundle #fixed-buttons ul li.btn-mail .icon:before {
  content: "\f0e0";
}
/* line 2694, ../../master-v2/_styles.scss */
.occasions_bundle #fixed-buttons ul li.btn-route .icon:before {
  content: "\f041";
}
/* line 2700, ../../master-v2/_styles.scss */
.occasions_bundle #fixed-buttons ul li.btn-chat .icon:before {
  content: "\f075";
}
/* line 2706, ../../master-v2/_styles.scss */
.occasions_bundle #fixed-buttons ul li.btn-share .icon:before {
  content: "\f1e0";
}
/* line 2712, ../../master-v2/_styles.scss */
.occasions_bundle #fixed-buttons ul li.btn-print .icon:before {
  content: "\f02f";
}
/* line 2718, ../../master-v2/_styles.scss */
.occasions_bundle #fixed-buttons ul li.btn-video .icon:before {
  content: "\f03d";
}
/* line 2723, ../../master-v2/_styles.scss */
.occasions_bundle #fixed-buttons ul li span.text {
  position: absolute;
  right: 50px;
  transform: translateX(100%);
  z-index: 5;
  top: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: #7dcfb9;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s;
  white-space: nowrap;
  color: #fff;
}
@media (max-width: 575px) {
  /* line 2723, ../../master-v2/_styles.scss */
  .occasions_bundle #fixed-buttons ul li span.text {
    display: none;
  }
}
/* line 2744, ../../master-v2/_styles.scss */
.occasions_bundle #fixed-buttons ul li:hover span.text {
  transform: translateX(0);
}
/* line 2748, ../../master-v2/_styles.scss */
.occasions_bundle #fixed-buttons ul li:hover .icon {
  background: #3594e8;
}
@media (max-width: 575px) {
  /* line 2757, ../../master-v2/_styles.scss */
  .occasions_bundle #fixed-buttons.three-buttons ul li {
    width: 33.3%;
  }
  /* line 2760, ../../master-v2/_styles.scss */
  .occasions_bundle #fixed-buttons.three-buttons ul li:nth-child(2) {
    width: 33.4%;
  }
  /* line 2769, ../../master-v2/_styles.scss */
  .occasions_bundle #fixed-buttons.four-buttons ul li {
    width: 25%;
  }
  /* line 2777, ../../master-v2/_styles.scss */
  .occasions_bundle #fixed-buttons.five-buttons ul li {
    width: 20%;
  }
  /* line 2785, ../../master-v2/_styles.scss */
  .occasions_bundle #fixed-buttons.six-buttons ul li {
    width: 16.6%;
  }
  /* line 2788, ../../master-v2/_styles.scss */
  .occasions_bundle #fixed-buttons.six-buttons ul li:nth-child(1) {
    width: 17%;
  }
}
/* line 2797, ../../master-v2/_styles.scss */
.occasions_bundle .loading-container {
  width: 100%;
  padding: 50px;
  text-align: center;
  font-size: 1.25rem;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 2810, ../../master-v2/_styles.scss */
.occasions_bundle .loading-container i.fa,
.occasions_bundle .loading-container i.fas {
  animation: rotate 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin: 0 10px 0 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 2828, ../../master-v2/_styles.scss */
.occasions_bundle #komincontact,
.occasions_bundle #paginadelen,
.occasions_bundle #requestvideo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  pointer-events: none;
  opacity: 0;
  overflow-y: auto;
  background: none;
}
/* line 2844, ../../master-v2/_styles.scss */
.occasions_bundle #komincontact .overlay,
.occasions_bundle #paginadelen .overlay,
.occasions_bundle #requestvideo .overlay {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}
/* line 2855, ../../master-v2/_styles.scss */
.occasions_bundle #komincontact .vtable,
.occasions_bundle #paginadelen .vtable,
.occasions_bundle #requestvideo .vtable {
  display: table;
  width: 90%;
  height: 100%;
  margin: 0 5%;
  padding: 0;
}
/* line 2862, ../../master-v2/_styles.scss */
.occasions_bundle #komincontact .vtable .valign,
.occasions_bundle #paginadelen .vtable .valign,
.occasions_bundle #requestvideo .vtable .valign {
  display: table-cell;
  vertical-align: middle;
}
/* line 2866, ../../master-v2/_styles.scss */
.occasions_bundle #komincontact .vtable .valign .box,
.occasions_bundle #paginadelen .vtable .valign .box,
.occasions_bundle #requestvideo .vtable .valign .box {
  background: #fff;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: 0.5s 0.25s;
  opacity: 0;
  transform: scale(0.9);
}
/* line 2880, ../../master-v2/_styles.scss */
.occasions_bundle #komincontact .vtable .valign .box .padder,
.occasions_bundle #paginadelen .vtable .valign .box .padder,
.occasions_bundle #requestvideo .vtable .valign .box .padder {
  padding: 2rem;
  position: relative;
}
/* line 2884, ../../master-v2/_styles.scss */
.occasions_bundle #komincontact .vtable .valign .box .padder .close,
.occasions_bundle #paginadelen .vtable .valign .box .padder .close,
.occasions_bundle #requestvideo .vtable .valign .box .padder .close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  opacity: 0.5;
}
/* line 2890, ../../master-v2/_styles.scss */
.occasions_bundle #komincontact .vtable .valign .box .padder .close:hover,
.occasions_bundle #paginadelen .vtable .valign .box .padder .close:hover,
.occasions_bundle #requestvideo .vtable .valign .box .padder .close:hover {
  opacity: 1;
}
/* line 2895, ../../master-v2/_styles.scss */
.occasions_bundle #komincontact .vtable .valign .box .padder .close span:after,
.occasions_bundle #paginadelen .vtable .valign .box .padder .close span:after,
.occasions_bundle #requestvideo .vtable .valign .box .padder .close span:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 1rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
/* line 2917, ../../master-v2/_styles.scss */
.show-contact .occasions_bundle #komincontact {
  opacity: 1;
  pointer-events: all;
}
/* line 2921, ../../master-v2/_styles.scss */
.show-contact .occasions_bundle #komincontact .overlay {
  opacity: 1;
  transition: 0.5s;
}
/* line 2928, ../../master-v2/_styles.scss */
.show-contact .occasions_bundle #komincontact .vtable .valign .box {
  opacity: 1;
  transform: scale(1);
}
/* line 2938, ../../master-v2/_styles.scss */
.show-video .occasions_bundle #requestvideo {
  opacity: 1;
  pointer-events: all;
}
/* line 2942, ../../master-v2/_styles.scss */
.show-video .occasions_bundle #requestvideo .overlay {
  opacity: 1;
  transition: 0.5s;
}
/* line 2949, ../../master-v2/_styles.scss */
.show-video .occasions_bundle #requestvideo .vtable .valign .box {
  opacity: 1;
  transform: scale(1);
}
/* line 2958, ../../master-v2/_styles.scss */
.occasions_bundle #paginadelen {
  font-size: 0;
}
/* line 2959, ../../master-v2/_styles.scss */
.show-share .occasions_bundle #paginadelen {
  opacity: 1;
  pointer-events: all;
}
/* line 2963, ../../master-v2/_styles.scss */
.show-share .occasions_bundle #paginadelen .overlay {
  opacity: 1;
  transition: 0.5s;
}
/* line 2970, ../../master-v2/_styles.scss */
.show-share .occasions_bundle #paginadelen .vtable .valign .box {
  opacity: 1;
  transform: scale(1);
}
/* line 2979, ../../master-v2/_styles.scss */
.occasions_bundle #paginadelen a {
  width: 33%;
  display: inline-block;
  margin: 0;
  font-size: 1rem;
  text-align: center;
  padding: 25px 0;
}
/* line 2987, ../../master-v2/_styles.scss */
.occasions_bundle #paginadelen a:hover {
  background: #eee;
  border-radius: 5px;
}
@media (max-width: 575px) {
  /* line 2979, ../../master-v2/_styles.scss */
  .occasions_bundle #paginadelen a {
    width: 50%;
  }
}
/* line 2995, ../../master-v2/_styles.scss */
.occasions_bundle #paginadelen a i {
  display: block;
}
/* line 3001, ../../master-v2/_styles.scss */
.occasions_bundle .block {
  border: 1px solid #eee;
  margin: 0 0 25px;
  font-size: 1rem;
  color: #444;
}
/* line 3007, ../../master-v2/_styles.scss */
.occasions_bundle .block .padder {
  padding: 1rem;
}
/* line 3011, ../../master-v2/_styles.scss */
.occasions_bundle .block.contact {
  text-align: center;
}
/* line 3014, ../../master-v2/_styles.scss */
.occasions_bundle .block.contact b,
.occasions_bundle .block.contact strong {
  font-weight: bold;
  font-size: 1rem;
  color: #1e88e5;
}
/* line 3020, ../../master-v2/_styles.scss */
.occasions_bundle .block.contact b a,
.occasions_bundle .block.contact strong a {
  font-size: 1rem;
}
/* line 3027, ../../master-v2/_styles.scss */
.occasions_bundle .block.form h5 {
  font-size: 1rem;
}
/* line 3031, ../../master-v2/_styles.scss */
.occasions_bundle .block.form form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
/* line 3037, ../../master-v2/_styles.scss */
.occasions_bundle .block.form input,
.occasions_bundle .block.form textarea {
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 40px;
  padding: 0 10px;
  margin: 0 0 1rem;
}
/* line 3047, ../../master-v2/_styles.scss */
.occasions_bundle .block.form textarea {
  padding: 10px;
  height: 80px;
}
/* line 3052, ../../master-v2/_styles.scss */
.occasions_bundle .block.form input[type="submit"] {
  float: right;
  border: 2px solid #7dcfb9;
  box-shadow: none;
  width: auto;
}
/* line 3059, ../../master-v2/_styles.scss */
.occasions_bundle .block.form .block-footer {
  border-top: 1px solid #eee;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
/* line 3066, ../../master-v2/_styles.scss */
.occasions_bundle .block.form .block-footer a {
  width: 50%;
  float: left;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  color: #444;
}
/* line 3074, ../../master-v2/_styles.scss */
.occasions_bundle .block.form .block-footer a:first-child {
  border-right: 1px solid #eee;
}
/* line 3078, ../../master-v2/_styles.scss */
.occasions_bundle .block.form .block-footer a:hover,
.occasions_bundle .block.form .block-footer a i {
  color: #7dcfb9;
}
/* line 3085, ../../master-v2/_styles.scss */
.occasions_bundle .block.form .in {
  background: #f4f4f4;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #eee;
}
/* line 3093, ../../master-v2/_styles.scss */
.occasions_bundle .block.form .in.show {
  display: inline-block;
}
/* line 3097, ../../master-v2/_styles.scss */
.occasions_bundle .block.form .in p {
  margin: 0;
}
/* line 3101, ../../master-v2/_styles.scss */
.occasions_bundle .block.form .in a {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  float: none;
}
/* line 3109, ../../master-v2/_styles.scss */
.occasions_bundle .block.form .in a:hover i {
  color: #1e88e5;
}
/* line 3118, ../../master-v2/_styles.scss */
.occasions_bundle.v2 {
  padding: 0;
  display: block;
}
/* line 3122, ../../master-v2/_styles.scss */
.occasions_bundle.v2 > .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
/* line 3128, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .flash-notice {
  margin: 25px;
  float: left;
  width: calc(100% - 50px);
}
/* line 3134, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .section {
  width: 100%;
  float: left;
}
/* line 3141, ../../master-v2/_styles.scss */
.occasions_bundle.v2 #fixed-buttons ul li {
  background: #1e88e5;
}
/* line 3144, ../../master-v2/_styles.scss */
.occasions_bundle.v2 #fixed-buttons ul li span.text {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 3151, ../../master-v2/_styles.scss */
.occasions_bundle.v2 #fixed-buttons ul li .icon {
  background: #1e88e5;
}
/* line 3156, ../../master-v2/_styles.scss */
.occasions_bundle.v2 #fixed-buttons ul li:hover .icon {
  background: #58c1a5;
}
/* line 3164, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container {
  margin: 30px 0;
}
/* line 3168, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .occasion_terug a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
}
/* line 3172, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .occasion_terug a:hover {
  color: #000;
}
/* line 3176, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .occasion_terug a i {
  font-size: 0.75rem;
}
/* line 3180, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .occasion_terug a i.fa.fa-angle-left:before {
  content: "\f060";
}
/* line 3188, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container h2.title {
  margin: 0 0 20px;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 3188, ../../master-v2/_styles.scss */
  .occasions_bundle.v2 .top-container h2.title {
    font-size: 1.5rem;
    margin: 20px 0;
  }
}
/* line 3196, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container h2.title .merk {
  font-weight: bold;
}
/* line 3200, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container h2.title:after {
  content: none;
}
/* line 3205, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .price {
  margin: 0;
  float: right;
  font-size: 2rem;
  color: #fff;
  background: #2cb338;
  padding: 0 20px 0 10px;
  font-weight: bold;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 767px) {
  /* line 3205, ../../master-v2/_styles.scss */
  .occasions_bundle.v2 .top-container .price {
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
/* line 3227, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .price:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 30px;
  border-color: transparent transparent #2cb338 transparent;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}
@media (max-width: 767px) {
  /* line 3227, ../../master-v2/_styles.scss */
  .occasions_bundle.v2 .top-container .price:before {
    content: none;
  }
}
/* line 3244, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .image-container {
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 3250, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .image-container .slick-arrow.slick-next, .occasions_bundle.v2 .top-container .image-container .slick-arrow.slick-prev {
  transform: translateX(0) translateY(-50%);
}
/* line 3256, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .image-container .card {
  border: 0;
}
/* line 3260, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .image-container .model-slider {
  border: 1px solid #ddd;
}
/* line 3263, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .image-container .model-slider .slick-slide {
  cursor: pointer;
}
/* line 3268, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .image-container .model-nav-slider {
  margin: 15px 0 0;
}
/* line 3271, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .image-container .model-nav-slider .slick-slide {
  cursor: pointer;
}
/* line 3274, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .image-container .model-nav-slider .slick-slide img {
  opacity: 0.5;
}
/* line 3277, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .image-container .model-nav-slider .slick-slide img:hover {
  opacity: 0.75;
}
/* line 3283, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .image-container .model-nav-slider .slick-slide.slick-current img {
  opacity: 1;
}
/* line 3289, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .image-container .model-nav-slider .card {
  padding: 0 5px;
}
/* line 3295, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar {
  position: relative;
}
@media (min-width: 768px) {
  /* line 3295, ../../master-v2/_styles.scss */
  .occasions_bundle.v2 .top-container .sidebar {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  /* line 3295, ../../master-v2/_styles.scss */
  .occasions_bundle.v2 .top-container .sidebar {
    margin-top: 10px;
  }
}
/* line 3306, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .item-kenteken .block:hover {
  background: #eee;
}
/* line 3311, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .item-kenteken .kentekenplaat {
  font-size: 1.5rem;
}
/* line 3317, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .item-interesse .block {
  padding: 20px;
  background: #1e88e5;
  color: #fff;
}
/* line 3322, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .item-interesse .block .number {
  font-size: 1.5rem;
  margin: 5px 0;
}
/* line 3329, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .item-printen {
  cursor: pointer;
}
/* line 3333, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar > a,
.occasions_bundle.v2 .top-container .sidebar > div {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
/* line 3340, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .double {
  width: calc(100% + 10px);
  display: block;
  float: left;
  margin: 0 -5px;
}
/* line 3346, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .double a {
  width: calc(50% - 10px);
  float: left;
  margin: 0 5px 10px;
}
/* line 3355, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar a .block:hover {
  background: #7dcfb9;
  color: #fff;
}
/* line 3362, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .block {
  background: #eee;
  padding: 10px;
  text-align: center;
  margin: 0;
  width: 100%;
  border: 0;
  font-size: 1rem;
  font-weight: bold;
}
/* line 3372, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .block.cta-contact {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
/* line 3378, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .block.list-items {
  text-align: left;
  padding: 10px;
  background: none;
  line-height: normal;
  font-weight: normal;
}
/* line 3385, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .block.list-items p {
  margin: 0;
  line-height: normal;
}
/* line 3390, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .block.list-items h3 {
  margin: 0 0 15px;
  text-transform: none;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
}
/* line 3398, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .block.list-items ul {
  padding: 0 0 0 20px;
}
/* line 3401, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .block.list-items ul li {
  list-style: none;
  margin: 5px 0;
  padding: 0;
  position: relative;
}
/* line 3407, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .block.list-items ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -20px;
  top: 4px;
  color: #7dcfb9;
}
/* line 3420, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .block.share {
  background: none;
  font-weight: normal;
}
@media (min-width: 768px) {
  /* line 3420, ../../master-v2/_styles.scss */
  .occasions_bundle.v2 .top-container .sidebar .block.share {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: auto;
  }
}
/* line 3431, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .block.share .fab {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  background: #1e88e5;
  font-size: 0.85rem;
  font-weight: normal;
}
/* line 3443, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .block.share .fab.fa-facebook-f {
  background-color: #3b5998;
}
/* line 3447, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .block.share .fab.fa-twitter {
  background-color: #1da1f2;
}
/* line 3451, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .block.share .fab.fa-linkedin-in {
  background-color: #0077b5;
}
/* line 3455, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .block.share .fab.fa-whatsapp {
  background-color: #25d366;
}
/* line 3459, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .top-container .sidebar .block.share .fab:hover {
  background: #000;
}
/* line 3470, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .nav-tabs-wrapper ul.nav-tabs {
  border: 0;
}
/* line 3474, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .nav-tabs-wrapper ul.nav-tabs li.nav-item a {
  border: 0;
  border-radius: 0;
  background: #c1c1c1;
  color: #fff;
  margin: 0 5px 0 0;
  padding: 10px 15px;
  font-size: 1rem;
}
/* line 3483, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .nav-tabs-wrapper ul.nav-tabs li.nav-item a:hover {
  background: #7dcfb9;
}
/* line 3487, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .nav-tabs-wrapper ul.nav-tabs li.nav-item a.active {
  background: #eee;
  color: #000;
}
/* line 3496, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper {
  background: #eee;
  padding: 3em 0;
}
/* line 3500, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label {
  background: #ea2039;
  padding: 0 20px 0 5px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  position: relative;
}
/* line 3510, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ea2039;
}
/* line 3522, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label.label-a {
  background: #3b7634;
}
/* line 3525, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label.label-a:after {
  border-color: transparent transparent transparent #3b7634;
}
/* line 3530, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label.label-b {
  background: #5da436;
}
/* line 3533, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label.label-b:after {
  border-color: transparent transparent transparent #5da436;
}
/* line 3538, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label.label-c {
  background: #a3cf2a;
  color: #000;
}
/* line 3542, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label.label-c:after {
  border-color: transparent transparent transparent #a3cf2a;
}
/* line 3547, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label.label-d {
  background: #f6df1b;
  color: #000;
}
/* line 3551, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label.label-d:after {
  border-color: transparent transparent transparent #f6df1b;
}
/* line 3556, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label.label-e {
  background: #f29020;
}
/* line 3559, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label.label-e:after {
  border-color: transparent transparent transparent #f29020;
}
/* line 3564, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label.label-f {
  background: #eb422c;
}
/* line 3567, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label.label-f:after {
  border-color: transparent transparent transparent #eb422c;
}
/* line 3572, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label.label-g {
  background: #ea2039;
}
/* line 3575, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .tab-content-wrapper span.label.label-g:after {
  border-color: transparent transparent transparent #ea2039;
}
@media (min-width: 768px) {
  /* line 3581, ../../master-v2/_styles.scss */
  .occasions_bundle.v2 .tabs-container .tab-content-wrapper .collapse {
    display: block !important;
  }
}
/* line 3587, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .additional-info,
.occasions_bundle.v2 .tabs-container .detailed-stats,
.occasions_bundle.v2 .tabs-container .options {
  padding: 0;
}
/* line 3594, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .detailed-stats .contentblock {
  margin: 0 0 30px;
}
/* line 3599, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .detailed-stats .contentblock table tr td {
  padding: 5px 0;
}
/* line 3602, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .detailed-stats .contentblock table tr td:first-child {
  padding: 5px 30px 5px 0;
}
/* line 3612, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .options .group {
  margin: 0 0 10px;
}
/* line 3616, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .options ul {
  margin: 0 0 30px;
  padding: 0;
  column-count: 3;
}
@media (max-width: 991px) {
  /* line 3616, ../../master-v2/_styles.scss */
  .occasions_bundle.v2 .tabs-container .options ul {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  /* line 3616, ../../master-v2/_styles.scss */
  .occasions_bundle.v2 .tabs-container .options ul {
    column-count: 1;
  }
}
/* line 3627, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .options ul li {
  display: inline-block;
  width: 100%;
  padding: 5px 10px 5px 0;
}
/* line 3632, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .tabs-container .options ul li:nth-child(odd) {
  background: none;
}
/* line 3640, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .cta-banner {
  padding: 60px 0;
  background: #1e88e5;
}
/* line 3644, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .cta-banner .content {
  font-size: 1.75rem;
}
/* line 3648, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .cta-banner a {
  color: #fff;
}
/* line 3651, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .cta-banner a:hover {
  color: #000;
}
/* line 3657, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .reviews {
  padding: 50px 0;
}
/* line 3660, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .reviews .card {
  background: #eee;
  text-align: center;
  padding: 30px;
  margin: 0 0 30px;
  border: 0;
  border-radius: 0;
}
/* line 3668, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .reviews .card .rating {
  font-size: 2rem;
  color: #000;
}
/* line 3673, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .reviews .card blockquote {
  margin: 30px;
  font-size: 1rem;
}
/* line 3680, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .sales {
  padding: 50px 0;
  background: #eee;
}
/* line 3684, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .sales .card {
  border: 0;
  border-radius: 0;
}
/* line 3688, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .sales .card h4 {
  margin: 0;
}
/* line 3692, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .sales .card small {
  margin: 5px 0;
  display: block;
  font-size: 1rem;
}
/* line 3698, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .sales .card a {
  font-size: 1rem;
}
/* line 3704, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .panorama {
  min-height: 100vh;
  min-width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1001;
}
/* line 3714, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .panorama button {
  z-index: 1002;
  position: fixed;
  top: 4px;
  right: 20px;
  width: 52px;
  height: 52px;
  border-radius: 3px;
  background-color: white;
  padding: 0;
  line-height: 26px;
  text-align: center;
  border: 1px solid black;
  font-size: 1.5rem;
}
/* line 3731, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .model-slider .slick-arrow.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
/* line 3737, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .model-slider .slick-arrow.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
}
/* line 3743, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .afleverpakketten {
  text-align: center;
}
/* line 3747, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .vergelijkbare-autos {
  padding: 50px 0;
}
/* line 3750, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .vergelijkbare-autos .card {
  margin: 0 0 20px;
}
/* line 3753, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .vergelijkbare-autos .card a {
  color: #000;
}
/* line 3758, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .vergelijkbare-autos .card .card-image img {
  width: 100%;
}
/* line 3763, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .vergelijkbare-autos .card .card-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
/* line 3772, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .vergelijkbare-autos .card .card-title h4 {
  font-size: 1rem;
}
/* line 3777, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .vergelijkbare-autos .card .card-title .tag-wrapper .tag {
  float: right;
  padding: 6px 20px 5px;
  border-radius: 3px;
  color: #fff;
  background: #2cb338;
  font-weight: bold;
  margin-left: 10px;
  white-space: nowrap;
}
/* line 3791, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .vergelijkbare-autos .card .card-info table {
  text-align: center;
  width: 100%;
}
/* line 3795, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .vergelijkbare-autos .card .card-info table td {
  width: 50%;
  line-height: 20px;
}
/* line 3799, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .vergelijkbare-autos .card .card-info table td b {
  display: block;
  margin-bottom: 10px;
}
/* line 3808, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .vergelijkbare-autos .btns {
  display: inline-block;
  margin: 10px auto 0;
}
/* line 3814, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .pakketten {
  padding: 50px 0;
}
/* line 3817, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .pakketten .card {
  border: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 30px;
  transition: 0.3s;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  /* line 3825, ../../master-v2/_styles.scss */
  .occasions_bundle.v2 .pakketten .card:hover {
    transform: scale(1.1);
  }
}
/* line 3830, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .pakketten .card .tag {
  font-size: 2rem;
  font-weight: bold;
  color: #1e88e5;
  margin: 0 0 20px;
}
/* line 3837, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .pakketten .card h4 {
  font-size: 1.25rem;
  margin: 0 0 20px;
}
/* line 3841, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .pakketten .card h4 small {
  display: block;
  font-size: 1rem;
  margin: 10px 0 0;
}
/* line 3848, ../../master-v2/_styles.scss */
.occasions_bundle.v2 .pakketten .card .text {
  margin: 0 0 20px;
}

/* line 3857, ../../master-v2/_styles.scss */
.product .card {
  width: 100%;
  margin: 0 0 2rem;
}
/* line 3861, ../../master-v2/_styles.scss */
.product .card .remove-from-list {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 25;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
}
/* line 3873, ../../master-v2/_styles.scss */
.product .card .remove-from-list:hover {
  opacity: 1;
}
/* line 3878, ../../master-v2/_styles.scss */
.product .card .badge-wrapper {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 20;
  text-align: left;
}
/* line 3885, ../../master-v2/_styles.scss */
.product .card .badge-wrapper .combi-badge,
.product .card .badge-wrapper .new-badge,
.product .card .badge-wrapper .sale-badge {
  background: #d52626;
  color: #fff;
  height: 25px;
  line-height: 25px;
  font-size: 0.8rem;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px;
  margin: 0 0 2px -20px;
}
/* line 3901, ../../master-v2/_styles.scss */
.product .card .badge-wrapper .new-badge {
  background: #1e88e5;
}
/* line 3905, ../../master-v2/_styles.scss */
.product .card .badge-wrapper .combi-badge {
  background: #2cb338;
}
/* line 3910, ../../master-v2/_styles.scss */
.product .card .card-image {
  height: 180px;
  width: 100%;
  padding: 2rem 1.25rem 0;
  display: flex;
  align-items: center;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 3910, ../../master-v2/_styles.scss */
  .product .card .card-image {
    display: table;
    table-layout: fixed;
  }
}
/* line 3922, ../../master-v2/_styles.scss */
.product .card .card-image img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 3922, ../../master-v2/_styles.scss */
  .product .card .card-image img {
    max-height: 180px;
  }
}
/* line 3933, ../../master-v2/_styles.scss */
.product .card .card-content h5.card-title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: bold;
  color: #1e88e5;
}
/* line 3941, ../../master-v2/_styles.scss */
.product .card .card-content .intro-wrapper .intro {
  font-size: 0.85rem;
  line-height: 1.5rem;
  color: #666;
  margin: 0 0 1rem;
}
/* line 3947, ../../master-v2/_styles.scss */
.product .card .card-content .intro-wrapper .intro p {
  margin: 0;
}
/* line 3954, ../../master-v2/_styles.scss */
.product .card .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
}
/* line 3961, ../../master-v2/_styles.scss */
.product .card .card-bottom .card-col .price {
  color: #000;
  font-weight: bold;
  white-space: nowrap;
}
/* line 3966, ../../master-v2/_styles.scss */
.product .card .card-bottom .card-col .price.old {
  font-size: 0.85rem;
  color: #a6a6a6;
  font-weight: normal;
}
/* line 3972, ../../master-v2/_styles.scss */
.product .card .card-bottom .card-col .price .strike {
  position: relative;
}
/* line 3975, ../../master-v2/_styles.scss */
.product .card .card-bottom .card-col .price .strike:before {
  content: "";
  height: 1px;
  background: #666;
  transform: rotate(10deg);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
/* line 3988, ../../master-v2/_styles.scss */
.product .card .card-bottom .card-col .btn {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.6rem 0.5rem 0.5rem;
}
/* line 3993, ../../master-v2/_styles.scss */
.product .card .card-bottom .card-col .btn.added {
  background: #2cb338;
}
/* line 3997, ../../master-v2/_styles.scss */
.product .card .card-bottom .card-col .btn i {
  font-size: 1rem;
}
/* line 4000, ../../master-v2/_styles.scss */
.product .card .card-bottom .card-col .btn i.fa-check, .product .card .card-bottom .card-col .btn i.fa-plus {
  font-size: 0.75rem;
  margin: 0 0 0 5px;
}
/* line 4008, ../../master-v2/_styles.scss */
.product .card .card-bottom .card-col:last-child {
  text-align: right;
}
/* line 4016, ../../master-v2/_styles.scss */
.product .card:hover .card-content h5.card-title {
  color: #000;
}

/* line 4026, ../../master-v2/_styles.scss */
.webshop .button-wrapper .add-to-list,
.webshop .button-wrapper .add-to-list-disabled {
  padding: 0 0.75rem;
  margin: 0 0 0 0.5rem;
  height: 42px;
  line-height: 38px;
  border: 2px solid #eee;
  color: #666;
  border-radius: 0.25rem;
}
/* line 4036, ../../master-v2/_styles.scss */
.webshop .button-wrapper .add-to-list:hover,
.webshop .button-wrapper .add-to-list-disabled:hover {
  background: #2cb338;
  border-color: #2cb338;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 4047, ../../master-v2/_styles.scss */
  .webshop:not(.product-type-2) .button-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 9px 10px;
    height: 60px;
    background: #fff;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1001;
  }
}
/* line 4062, ../../master-v2/_styles.scss */
.webshop .goto-button-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 9px 10px;
  height: 60px;
  background: #fff;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  z-index: 900;
}
/* line 4073, ../../master-v2/_styles.scss */
.webshop .goto-button-wrapper a {
  padding: 0.5rem 0.75rem;
  display: block !important;
}
/* line 4080, ../../master-v2/_styles.scss */
.webshop.comparison .card {
  margin-bottom: 30px;
}
/* line 4083, ../../master-v2/_styles.scss */
.webshop.comparison .card .card-image {
  text-align: center;
  display: flex;
  align-items: center;
}
/* line 4088, ../../master-v2/_styles.scss */
.webshop.comparison .card .card-image img {
  margin: 0 auto;
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 200px;
}
/* line 4097, ../../master-v2/_styles.scss */
.webshop.comparison .card .card-info {
  text-align: center;
  padding: 15px 0;
}
/* line 4102, ../../master-v2/_styles.scss */
.webshop.comparison .card table {
  font-size: 0.85rem;
  width: 100%;
}
/* line 4108, ../../master-v2/_styles.scss */
.webshop.comparison .card table tr:first-child td {
  border-top: 0;
}
/* line 4113, ../../master-v2/_styles.scss */
.webshop.comparison .card table tr td {
  border-top: 1px solid #ddd;
}
/* line 4116, ../../master-v2/_styles.scss */
.webshop.comparison .card table tr td span {
  background: #1e88e5;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-block;
}
/* line 4131, ../../master-v2/_styles.scss */
.webshop.category-view .custom-block.margin-top {
  margin-top: 30px;
}
/* line 4137, ../../master-v2/_styles.scss */
.webshop.category-view .search-field input {
  padding: 0 10px;
}
@media (max-width: 991px) {
  /* line 4142, ../../master-v2/_styles.scss */
  .webshop.category-view .filters {
    background: #f4f4f4;
    position: fixed;
    top: 90px;
    left: 0;
    bottom: 0;
    z-index: 30;
    padding: 15px;
    width: 280px;
    transform: translateX(-100%);
    transition: 0.3s;
    overflow-y: auto;
  }
  /* line 4156, ../../master-v2/_styles.scss */
  .show-filters .webshop.category-view .filters {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  /* line 4142, ../../master-v2/_styles.scss */
  .webshop.category-view .filters {
    top: 60px;
  }
}
/* line 4166, ../../master-v2/_styles.scss */
.webshop.category-view .filters#filters-bar .filters-wrapper {
  position: relative;
}
/* line 4170, ../../master-v2/_styles.scss */
.webshop.category-view .filters#filters-bar .sidebar-loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(2px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  align-items: center;
  text-align: center;
}
/* line 4183, ../../master-v2/_styles.scss */
.webshop.category-view .filters#filters-bar .sidebar-loading i {
  margin: 0 auto;
  color: #1e88e5;
}
/* line 4190, ../../master-v2/_styles.scss */
.webshop.category-view .filters#filters-bar.loading .sidebar-loading {
  display: flex;
}
/* line 4196, ../../master-v2/_styles.scss */
.webshop.category-view .filters .filters-topbar {
  width: 100%;
  float: left;
  line-height: 40px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
  padding: 0 15px;
}
@media (max-width: 991px) {
  /* line 4196, ../../master-v2/_styles.scss */
  .webshop.category-view .filters .filters-topbar {
    display: flex !important;
  }
}
/* line 4208, ../../master-v2/_styles.scss */
.webshop.category-view .filters .filters-topbar h3 {
  font-size: 1.25rem;
}
/* line 4212, ../../master-v2/_styles.scss */
.webshop.category-view .filters .filters-topbar .close-filters {
  float: right;
  color: #000;
}
/* line 4216, ../../master-v2/_styles.scss */
.webshop.category-view .filters .filters-topbar .close-filters .bars {
  width: 16px;
  height: 16px;
  margin: 8px 0;
  float: right;
  position: relative;
  transform: rotate(45deg);
  transition: 0.3s;
}
/* line 4225, ../../master-v2/_styles.scss */
.webshop.category-view .filters .filters-topbar .close-filters .bars:hover {
  transform: rotate(135deg);
}
/* line 4229, ../../master-v2/_styles.scss */
.webshop.category-view .filters .filters-topbar .close-filters .bars .bar {
  width: 16px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
/* line 4238, ../../master-v2/_styles.scss */
.webshop.category-view .filters .filters-topbar .close-filters .bars .bar:nth-child(1) {
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
/* line 4248, ../../master-v2/_styles.scss */
.webshop.category-view .filters .custom-control-input.disabled + .custom-control-label {
  opacity: 0.5;
  cursor: not-allowed !important;
}
/* line 4252, ../../master-v2/_styles.scss */
.webshop.category-view .filters .custom-control-input.disabled + .custom-control-label span {
  cursor: not-allowed;
}
/* line 4259, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card {
  margin: 0 0 30px;
}
/* line 4262, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-header {
  padding-bottom: 0;
  background: none;
  border: 0;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
/* line 4271, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-header .clear-filter {
  white-space: nowrap;
  font-size: 0.85rem;
  color: #1e88e5;
}
/* line 4276, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-header .clear-filter i {
  font-size: 0.8rem;
}
/* line 4280, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-header .clear-filter:hover {
  color: #000;
}
/* line 4286, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-body {
  padding-top: 0.75rem;
}
/* line 4289, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-body ul {
  margin: 0;
  padding: 0;
}
/* line 4293, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-body ul li {
  list-style: none;
}
/* line 4297, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-body ul li.active > a.cat-filter {
  color: #1e88e5;
}
/* line 4300, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-body ul li.active > a.cat-filter span.product-count {
  color: #aaa;
}
/* line 4306, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-body ul li a.cat-filter {
  display: block;
  color: #000;
}
/* line 4310, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-body ul li a.cat-filter:hover {
  color: #1e88e5;
}
/* line 4314, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-body ul li a.cat-filter span.product-count {
  color: #aaa;
  float: right;
  font-size: 0.75rem;
}
/* line 4321, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-body ul li ul {
  padding: 0 0 0 15px;
}
/* line 4324, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-body ul li ul li {
  font-size: 0.85rem;
  position: relative;
}
/* line 4329, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-body ul li ul li:first-child:before {
  content: "L";
  position: absolute;
  left: -10px;
  top: -1px;
  font-size: 0.5rem;
}
/* line 4342, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-body .btn.show-options {
  background: none;
  color: #1e88e5;
  padding: 0;
  font-size: 0.9rem;
  width: auto !important;
  margin-top: 0 !important;
}
/* line 4350, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .card-body .btn.show-options:hover {
  color: #000;
}
/* line 4356, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card #filter-price-max,
.webshop.category-view .filters .card #filter-price-min {
  pointer-events: none;
  font-weight: normal;
  background: none;
  border: 0;
  font-size: 0.75rem;
}
/* line 4365, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card #filter-price-max {
  text-align: right;
}
/* line 4369, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .slider-horizontal {
  width: calc(100% - 10px);
  margin-left: 10px;
}
/* line 4373, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .slider-horizontal .slider-track {
  background: #eee;
  border: 0;
  box-shadow: none;
  height: 3px;
  margin-top: 0;
  transform: translateY(-50%);
}
/* line 4381, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .slider-horizontal .slider-track .slider-selection {
  background: #beddf7;
  border: 0;
  box-shadow: none;
}
/* line 4388, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .slider-horizontal .slider-handle {
  background: #1e88e5;
  box-shadow: none;
  width: 10px;
  border-radius: 3px;
  cursor: pointer;
}
/* line 4395, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card .slider-horizontal .slider-handle:hover {
  transform: scale(1.1);
}
/* line 4402, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.filter-search .card-body {
  padding: 0;
}
/* line 4407, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.filter-search .search input {
  width: 100%;
  border: 0;
  padding: 0.75rem 1.25rem;
  border-radius: 3px;
}
/* line 4417, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.filter-maat .filter-row {
  display: inline-block;
}
/* line 4420, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.filter-maat .filter-row .custom-control {
  padding: 0;
  position: relative;
}
/* line 4426, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.filter-maat input {
  display: none;
}
/* line 4430, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.filter-maat input:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  font-size: 6px;
  position: absolute;
  width: 12px;
  height: 12px;
  line-height: 12px;
  top: -2px;
  right: -2px;
  left: auto;
  border-radius: 100%;
  background: #1e88e5;
  color: #fff;
  text-align: center;
  pointer-events: none;
  display: block;
}
/* line 4454, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.filter-maat label {
  background: #eee;
  padding: 7px 8px;
  margin: 0 2px 2px 0;
  border-radius: 20px;
  min-width: 30px;
  text-align: center;
  font-size: 0.75rem;
  cursor: pointer;
  position: relative;
}
/* line 4465, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.filter-maat label:after, .webshop.category-view .filters .card.filter-maat label:before {
  display: none;
}
/* line 4470, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.filter-maat label:hover {
  background: #000;
  color: #fff;
}
/* line 4475, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.filter-maat label .color-option {
  position: relative;
  margin: 0 0 0 5px;
}
/* line 4480, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.filter-maat label .color-option.active:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #000;
  border-radius: 100%;
}
/* line 4496, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.type-color .filter-row {
  margin: 0 6px 6px 0;
  float: none;
  display: inline-block;
}
/* line 4506, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.type-color .filter-row .custom-control .custom-control-label {
  position: relative;
}
/* line 4509, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.type-color .filter-row .custom-control .custom-control-label::after {
  display: none !important;
}
/* line 4516, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.type-color .input-field {
  position: relative;
  float: left;
  padding-left: 0;
}
/* line 4521, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.type-color .input-field input[type="checkbox"] {
  display: none;
}
/* line 4526, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.type-color .input-field input[type="checkbox"]:checked + label .filter-color:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  font-size: 6px;
  position: absolute;
  width: 12px;
  height: 12px;
  line-height: 12px;
  top: -3px;
  right: -3px;
  border-radius: 100%;
  background: #1e88e5;
  color: #fff;
  text-align: center;
  pointer-events: none;
}
/* line 4549, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.type-color .input-field .filter-color {
  float: left;
}
/* line 4553, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.type-color .input-field .filter-color.multi-color span {
  border-radius: 0 !important;
}
/* line 4559, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.type-color .input-field label {
  float: left;
  margin: 0;
  border-radius: 100%;
}
/* line 4564, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.type-color .input-field label:before {
  display: none;
}
/* line 4569, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.type-color .input-field label:hover span {
  position: relative;
}
/* line 4572, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.type-color .input-field label:hover span:before {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
}
/* line 4585, ../../master-v2/_styles.scss */
.webshop.category-view .filters .card.type-color .input-field label span {
  border-radius: 100% !important;
}
/* line 4594, ../../master-v2/_styles.scss */
.webshop.category-view .category-header-image {
  margin: 0 0 15px;
}
/* line 4600, ../../master-v2/_styles.scss */
.webshop.category-view .category-filters {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  /* line 4603, ../../master-v2/_styles.scss */
  .webshop.category-view .category-filters .found-amount-wrapper {
    margin: 0 0 15px;
  }
}
/* line 4609, ../../master-v2/_styles.scss */
.webshop.category-view .category-filters select {
  height: 38px;
}
@media (max-width: 991px) {
  /* line 4609, ../../master-v2/_styles.scss */
  .webshop.category-view .category-filters select {
    width: 100%;
  }
}
/* line 4616, ../../master-v2/_styles.scss */
.webshop.category-view .category-filters .filter-toggle {
  margin: 0 0 0 10px;
}
/* line 4622, ../../master-v2/_styles.scss */
.webshop.category-view .category-products .filter-working {
  background: none;
  position: static;
  color: #1e88e5;
  width: 100%;
  margin: 0 15px 15px;
  padding: 30px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
/* line 4635, ../../master-v2/_styles.scss */
.webshop.category-view .category-products .filter-working i {
  font-size: 1.5rem;
}
/* line 4641, ../../master-v2/_styles.scss */
.webshop.category-view #more-wrapper {
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
}
/* line 4648, ../../master-v2/_styles.scss */
.webshop .catalog-product-view {
  padding-top: 0;
}
@media (max-width: 767px) {
  /* line 4648, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view {
    padding: 15px 0;
  }
}
/* line 4655, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .back-btn a {
  color: #666;
  font-size: 1rem;
}
/* line 4659, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .back-btn a:hover {
  color: #1e88e5;
}
/* line 4663, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .back-btn a i {
  font-size: 0.75rem;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  /* line 4672, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view h2.pd-label {
    font-size: 1.5rem;
  }
}
/* line 4680, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image:before {
  content: "\f1ce";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  z-index: 1;
  animation: spin 1s linear infinite;
  font-size: 20px;
  color: #666;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 4707, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container {
  background: #fff;
  position: relative;
  z-index: 2;
}
/* line 4712, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container:not(.swiper-container-initialized) {
  display: none !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 4712, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container:not(.swiper-container-initialized) {
    display: block !important;
  }
}
/* line 4719, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
/* line 4725, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper .swiper-wrapper {
  box-sizing: border-box;
}
/* line 4728, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
/* line 4731, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper .swiper-wrapper .swiper-slide a {
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 4731, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper .swiper-wrapper .swiper-slide a {
    display: table;
    table-layout: fixed;
  }
}
/* line 4745, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs {
  font-size: 0;
}
@media (min-width: 768px) {
  /* line 4745, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs {
    width: 80%;
  }
}
/* line 4751, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-more {
  border-radius: 3px;
  cursor: pointer;
  height: 80px;
  width: 20%;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 1rem;
  color: #fff;
  font-size: 1.5rem;
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 4751, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-more {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  /* line 4751, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-more {
    height: 60px;
  }
}
/* line 4775, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-more .slide-wrapper {
  background: rgba(0, 0, 0, 0.5);
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 3px;
}
@media (max-width: 767px) {
  /* line 4775, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-more .slide-wrapper {
    height: 60px;
  }
}
/* line 4787, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-more .slide-wrapper i,
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-more .slide-wrapper span {
  margin: 0 auto;
  font-weight: bold;
}
/* line 4795, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper {
  display: flex;
  width: 100%;
  font-size: 1rem;
}
/* line 4800, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide {
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
  height: 80px;
  width: 20%;
  display: none;
  padding: 0 5px;
}
/* line 4811, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .slide-wrapper:after {
  border: 2px solid #1e88e5;
}
/* line 4817, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide .slide-wrapper {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 3px;
  padding: 5px;
  position: relative;
}
/* line 4827, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide .slide-wrapper:after {
  content: "";
  border: 1px solid #ddd;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 3px;
}
@media (max-width: 767px) {
  /* line 4817, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide .slide-wrapper {
    height: 60px;
  }
}
/* line 4844, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide#thumb-0, .webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide#thumb-1, .webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide#thumb-2, .webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide#thumb-3, .webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide#thumb-4 {
  display: flex;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 4800, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide {
    display: table;
    table-layout: fixed;
  }
}
/* line 4856, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide:only-child {
  display: none;
}
/* line 4860, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide img {
  max-height: 90%;
  opacity: 0.5;
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 4860, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide img {
    width: 90%;
  }
}
/* line 4870, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide:hover img {
  opacity: 0.75;
}
/* line 4876, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
/* line 4886, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper .swiper-button-next,
.webshop .catalog-product-view #product-image-wrapper .swiper-button-prev {
  color: #1e88e5;
}
@media (max-width: 767px) {
  /* line 4886, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view #product-image-wrapper .swiper-button-next,
  .webshop .catalog-product-view #product-image-wrapper .swiper-button-prev {
    display: none;
  }
}
/* line 4893, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper .swiper-button-next:after,
.webshop .catalog-product-view #product-image-wrapper .swiper-button-prev:after {
  height: 2rem;
  font-size: 1rem;
}
/* line 4899, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper .swiper-button-prev {
  background: none;
}
/* line 4902, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper .swiper-button-prev:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/* line 4909, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper .swiper-button-next {
  background: none;
}
/* line 4912, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper .swiper-button-next:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/* line 4919, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #product-image-wrapper .swiper-pagination-bullets {
  margin: 0 0 15px;
}
/* line 4924, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media {
  text-align: center;
}
@media (max-width: 767px) {
  /* line 4924, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view #pd-media {
    margin: 0 0 1rem;
  }
}
/* line 4930, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media img {
  margin: 0 auto;
}
/* line 4934, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media .badge-wrapper {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 20;
  text-align: left;
}
/* line 4941, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media .badge-wrapper .new-badge,
.webshop .catalog-product-view #pd-media .badge-wrapper .sale-badge {
  background: #d52626;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px;
  font-size: 1.25rem;
  margin: 0 0 5px;
  clear: both;
}
@media (max-width: 767px) {
  /* line 4941, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view #pd-media .badge-wrapper .new-badge,
  .webshop .catalog-product-view #pd-media .badge-wrapper .sale-badge {
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    padding: 0 10px;
    border-radius: 3px;
  }
}
/* line 4964, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media .badge-wrapper .new-badge {
  background: #1e88e5;
}
/* line 4970, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media #product-image a {
  text-align: center;
}
/* line 4973, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media #product-image a img {
  max-height: 500px;
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 4973, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view #pd-media #product-image a img {
    width: 100%;
    max-height: none;
  }
}
/* line 4985, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-large-wrapper {
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  min-height: 100px;
}
@media (min-width: 768px) {
  /* line 4985, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view #pd-media-large-wrapper {
    min-height: 300px;
  }
}
/* line 4996, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-large-wrapper .slick-arrow.slick-next, .webshop .catalog-product-view #pd-media-large-wrapper .slick-arrow.slick-prev {
  transform: translateX(0) translateY(-50%);
}
/* line 5002, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-large-wrapper .enlarge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 15;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px 15px 6px;
  border-radius: 3px;
}
/* line 5014, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-large-wrapper #pd-media-large .slick-track {
  display: flex;
  align-items: stretch;
}
/* line 5019, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-large-wrapper #pd-media-large .slick-slide {
  float: none;
  height: auto;
}
/* line 5023, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-large-wrapper #pd-media-large .slick-slide a {
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  text-align: center;
}
/* line 5030, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-large-wrapper #pd-media-large .slick-slide a .vtable {
  width: 100%;
}
/* line 5033, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-large-wrapper #pd-media-large .slick-slide a .vtable .vcell {
  width: 100%;
}
/* line 5036, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-large-wrapper #pd-media-large .slick-slide a .vtable .vcell img {
  margin: 0 auto;
  max-width: 100%;
}
/* line 5047, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-thumb {
  margin: 10px -5px 0;
}
/* line 5050, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-thumb .slick-slide {
  cursor: pointer;
  padding: 0 5px;
}
/* line 5058, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-thumb .slick-slide:hover .vtable .vcell .card img {
  opacity: 0.75;
}
/* line 5070, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-thumb .slick-slide.slick-current .vtable .vcell .card img {
  opacity: 1;
}
/* line 5080, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-thumb .slick-slide .vtable .vcell .card {
  width: 100%;
  margin: 0;
  border-radius: 0;
  height: 100px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: row;
}
/* line 5091, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-thumb .slick-slide .vtable .vcell .card img {
  opacity: 0.5;
  max-width: 80%;
  max-height: 80%;
  margin: 0 auto;
}
/* line 5101, ../../master-v2/_styles.scss */
.webshop .catalog-product-view #pd-media-thumb .slick-slide:only-child {
  display: none;
}
/* line 5109, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .custom-block ul {
  margin: 0;
  padding: 0;
}
/* line 5113, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .custom-block ul li {
  list-style: none;
  margin: 0.75rem 0;
  padding: 0 0 0 25px;
  position: relative;
  line-height: 1.25rem;
}
/* line 5120, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .custom-block ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 0;
  color: #2cb338;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 5134, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .pd-label {
  margin: 0 0 0.5rem;
}
/* line 5138, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .reviews-total {
  width: 100%;
  font-size: 1rem;
  margin: 0 0 1rem;
  font-size: 0;
}
/* line 5144, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .reviews-total a {
  display: inline-flex;
  color: #1e88e5;
}
/* line 5148, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .reviews-total a:hover {
  color: #000;
}
/* line 5153, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .reviews-total .review-rating {
  margin: 0 0.25rem 0 0;
}
/* line 5156, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .reviews-total .review-rating i {
  font-size: 1rem;
  color: #ced724;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
}
/* line 5165, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .reviews-total .total-count {
  font-size: 0.8rem;
}
/* line 5170, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .cards-wrapper {
  position: relative;
}
/* line 5173, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .sidebar-loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(2px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  align-items: center;
  text-align: center;
}
/* line 5186, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .sidebar-loading i {
  margin: 0 auto;
  color: #1e88e5;
}
/* line 5192, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .stock-notify {
  position: relative;
  padding: 1.25rem 1.25rem 1.5rem;
  margin-top: 1rem;
  border: 1px solid #f3bbbb;
  border-radius: 5px;
  background: #fbe6e6;
  color: #000;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 5202, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .stock-notify:before {
    content: "";
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #f3bbbb;
    border-width: 9px;
    margin-left: -9px;
    z-index: 1;
  }
  /* line 5220, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .stock-notify:after {
    content: "";
    bottom: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fbe6e6;
    border-width: 9px;
    margin-left: -9px;
    z-index: 2;
  }
}
/* line 5239, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .stock-notify h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #000;
}
/* line 5246, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .stock-notify p {
  font-size: 0.85rem;
  color: #000;
  text-align: center;
}
/* line 5252, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .stock-notify .stock-notify-form {
  text-align: center;
  margin: 1rem 0 0;
}
/* line 5256, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .stock-notify .stock-notify-form input {
  height: 38px;
  border-radius: 0.25rem;
  border: 0;
  padding-left: 1rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  /* line 5256, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .stock-notify .stock-notify-form input {
    margin: 0 0 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 5268, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .stock-notify .stock-notify-form .btn {
    width: 100%;
  }
}
/* line 5279, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo.loading .cards-wrapper .sidebar-loading {
  display: flex;
}
/* line 5285, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  /* line 5285, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view .sidebar-productinfo .card {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}
/* line 5296, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card p {
  display: inline;
}
/* line 5297, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card p:last-child {
  margin: 0;
}
/* line 5303, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card a {
  display: inline;
}
/* line 5309, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card.meta-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
}
/* line 5315, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card.meta-info a {
  color: #000;
}
@media (max-width: 767px) {
  /* line 5315, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view .sidebar-productinfo .card.meta-info a {
    text-align: center;
  }
}
/* line 5321, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card.meta-info a:hover {
  color: #1e88e5;
}
@media (max-width: 767px) {
  /* line 5325, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view .sidebar-productinfo .card.meta-info a i {
    display: block;
  }
}
/* line 5334, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card.meta-share .share {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
/* line 5340, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card.meta-share .share .label {
  padding: 0 5px;
}
/* line 5344, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card.meta-share .share a {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  margin: 0 5px;
  text-align: center;
}
/* line 5351, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card.meta-share .share a .resp-sharing-button {
  background: #000;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
/* line 5357, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card.meta-share .share a .resp-sharing-button--facebook {
  background: #3b5998;
}
/* line 5361, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card.meta-share .share a .resp-sharing-button--twitter {
  background: #1da1f2;
}
/* line 5365, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card.meta-share .share a .resp-sharing-button--email {
  background: #D44638;
}
/* line 5369, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card.meta-share .share a .resp-sharing-button--whatsapp {
  background: #25d366;
}
/* line 5373, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card.meta-share .share a .resp-sharing-button--telegram {
  background: #0088CC;
}
/* line 5378, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card.meta-share .share a:hover {
  background: #1e88e5;
}
/* line 5382, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .card.meta-share .share a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  margin: 7px 0;
}
/* line 5393, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #pd-price-block {
  padding: 0;
}
@media (max-width: 767px) {
  /* line 5393, ../../master-v2/_styles.scss */
  .webshop .catalog-product-view .sidebar-productinfo #pd-price-block {
    margin-top: 1rem;
  }
}
/* line 5399, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #pd-price-block .price-wrapper {
  display: inline-block;
  white-space: nowrap;
}
/* line 5404, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #pd-price-block .price {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}
/* line 5410, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #pd-price-block .price.old {
  color: #aaa;
  font-size: 1rem;
  margin-right: 10px;
  font-weight: normal;
}
/* line 5416, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #pd-price-block .price.old:before {
  content: "";
  height: 1px;
  background: #aaa;
  transform: translateY(-50%) rotate(-10deg);
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
}
/* line 5429, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #pd-price-block .btw {
  font-size: 1rem;
}
/* line 5433, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #pd-price-block .stock-label {
  margin: 0.5rem 0;
  font-size: 1rem;
  font-weight: bold;
}
/* line 5438, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #pd-price-block .stock-label > div {
  display: inline-block;
}
/* line 5442, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #pd-price-block .stock-label small {
  color: #666;
}
/* line 5448, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #configurable-options {
  padding: 0 0 20px;
  margin: 0;
}
/* line 5452, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #configurable-options table {
  width: 100%;
}
/* line 5455, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #configurable-options table td {
  vertical-align: middle;
  padding: 10px 0;
}
/* line 5460, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #configurable-options table select {
  width: 100%;
  padding: 0 10px;
  height: 40px;
}
/* line 5466, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #configurable-options table label {
  cursor: pointer;
  margin: 0 5px 0 0;
}
/* line 5467, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #configurable-options table label.square-select {
  background: #eee;
  padding: 1px 8px;
  margin: 0 2px 2px 0;
  border-radius: 20px;
  min-width: 30px;
  text-align: center;
  font-size: 0.75rem;
  position: relative;
}
/* line 5477, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #configurable-options table label.square-select.disabled {
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
/* line 5481, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #configurable-options table label.square-select.disabled:hover {
  background: #eee;
}
/* line 5485, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #configurable-options table label.square-select.disabled:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  transform: rotate(45deg);
}
/* line 5498, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #configurable-options table label.square-select.active:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  font-size: 6px;
  position: absolute;
  width: 12px;
  height: 12px;
  line-height: 12px;
  top: -2px;
  right: -2px;
  left: auto;
  border-radius: 100%;
  background: #1e88e5;
  color: #fff;
  text-align: center;
  pointer-events: none;
  display: block;
}
/* line 5521, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #configurable-options table label.square-select:hover {
  background: #e1e1e1;
}
/* line 5528, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #configurable-options table label .color-option {
  position: relative;
  margin: 0 0 0 5px;
}
/* line 5533, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo #configurable-options table label .color-option.active:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #000;
  border-radius: 100%;
}
/* line 5553, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .base-info #configurable-options .type-colors label span {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}
/* line 5561, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .base-info #configurable-options .type-colors label span:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
}
/* line 5574, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .base-info #configurable-options .type-colors label span.active:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  font-size: 6px;
  position: absolute;
  width: 12px;
  height: 12px;
  line-height: 12px;
  top: -3px;
  right: -3px;
  left: auto;
  border-radius: 100%;
  background: #1e88e5;
  color: #fff;
  text-align: center;
  pointer-events: none;
  display: block;
}
/* line 5601, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .base-info .product-cart-counter {
  position: relative;
  height: 42px;
  flex: 0 0 125px;
  margin: 0 10px 0 0;
}
/* line 5608, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .base-info .grouped-choices {
  margin: 0 0 15px;
}
/* line 5611, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .base-info .grouped-choices table {
  width: 100%;
}
/* line 5615, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .base-info .grouped-choices table tr th {
  padding: 10px 0;
}
/* line 5619, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .base-info .grouped-choices table tr td {
  border-top: 1px solid #ddd;
}
/* line 5622, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .base-info .grouped-choices table tr td .price {
  font-weight: bold;
}
/* line 5626, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .base-info .grouped-choices table tr td img {
  max-width: 100px;
  max-height: 60px;
  margin: 10px 0;
}
/* line 5632, ../../master-v2/_styles.scss */
.webshop .catalog-product-view .sidebar-productinfo .base-info .grouped-choices table tr td input.grouped_product {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
/* line 5647, ../../master-v2/_styles.scss */
.webshop .tabs-section {
  padding: 0;
}
/* line 5651, ../../master-v2/_styles.scss */
.webshop .tabs-section.product-details-tabs .tab-content {
  background: #f4f4f4;
}
/* line 5656, ../../master-v2/_styles.scss */
.webshop .tabs-section .tab-title {
  margin: 0 0 1rem;
}
/* line 5660, ../../master-v2/_styles.scss */
.webshop .tabs-section .accordion-title {
  font-weight: bold;
  font-size: 1rem;
  color: #1e88e5;
  padding: 0.5rem 0;
}
/* line 5666, ../../master-v2/_styles.scss */
.webshop .tabs-section .accordion-title:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: rotate(90deg);
  display: inline-block;
  transition: 0.3s;
}
/* line 5676, ../../master-v2/_styles.scss */
.webshop .tabs-section .accordion-title.collapsed:before {
  transform: rotate(0deg);
}
/* line 5684, ../../master-v2/_styles.scss */
.webshop .tabs-section #review-list center em {
  padding: 2rem 3rem;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 0 0 1rem;
  display: block;
}
/* line 5694, ../../master-v2/_styles.scss */
.webshop .tabs-section #review-list .reviews .card {
  margin: 0 0 1rem;
  border: 0;
}
/* line 5698, ../../master-v2/_styles.scss */
.webshop .tabs-section #review-list .reviews .card .card-body {
  padding: 0 0 1rem;
}
/* line 5702, ../../master-v2/_styles.scss */
.webshop .tabs-section #review-list .reviews .card .review-rating {
  display: block;
  margin: 0 0 1rem;
  padding: 0;
}
/* line 5707, ../../master-v2/_styles.scss */
.webshop .tabs-section #review-list .reviews .card .review-rating i {
  font-size: 1.25rem;
  color: #ced724;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 24px;
}
/* line 5718, ../../master-v2/_styles.scss */
.webshop .tabs-section #review-list .reviews .card .review-avatar i {
  width: 40px;
  height: 40px;
  color: #666;
  text-align: center;
  line-height: 38px;
  border: 1px solid #eee;
  border-radius: 100%;
  margin: 0 1rem 0 0;
}
/* line 5728, ../../master-v2/_styles.scss */
.webshop .tabs-section #review-list .reviews .card .review-avatar i.fa-thumbs-up {
  color: #2cb338;
}
/* line 5732, ../../master-v2/_styles.scss */
.webshop .tabs-section #review-list .reviews .card .review-avatar i.fa-thumbs-down {
  color: #d52626;
}
/* line 5738, ../../master-v2/_styles.scss */
.webshop .tabs-section #review-list .reviews .card .review-title {
  font-weight: bold;
}
/* line 5742, ../../master-v2/_styles.scss */
.webshop .tabs-section #review-list .reviews .card .review-date,
.webshop .tabs-section #review-list .reviews .card .review-name {
  color: #666;
  font-size: 0.8rem;
}
/* line 5748, ../../master-v2/_styles.scss */
.webshop .tabs-section #review-list .reviews .card .review-body {
  font-size: 1rem;
}
@media (min-width: 768px) {
  /* line 5755, ../../master-v2/_styles.scss */
  .webshop .tabs-section #product {
    margin: 0 0 3rem;
  }
}
@media (max-width: 767px) {
  /* line 5755, ../../master-v2/_styles.scss */
  .webshop .tabs-section #product {
    border-bottom: 1px solid #eee;
  }
}
@media (min-width: 768px) {
  /* line 5766, ../../master-v2/_styles.scss */
  .webshop .tabs-section #specs {
    margin: 0 0 3rem;
  }
}
@media (max-width: 767px) {
  /* line 5766, ../../master-v2/_styles.scss */
  .webshop .tabs-section #specs {
    border-bottom: 1px solid #eee;
  }
}
/* line 5774, ../../master-v2/_styles.scss */
.webshop .tabs-section #specs table {
  width: 100%;
}
/* line 5778, ../../master-v2/_styles.scss */
.webshop .tabs-section #specs table tr td {
  padding: 0.5rem 1rem;
}
/* line 5781, ../../master-v2/_styles.scss */
.webshop .tabs-section #specs table tr td:first-child {
  font-weight: bold;
  width: 33%;
}
/* line 5788, ../../master-v2/_styles.scss */
.webshop .tabs-section #specs table tr:nth-child(odd) td {
  background: #f4f4f4;
}
/* line 5791, ../../master-v2/_styles.scss */
.webshop .tabs-section #specs table tr:nth-child(odd) td:first-child {
  border-radius: 3px 0 0 3px;
}
/* line 5795, ../../master-v2/_styles.scss */
.webshop .tabs-section #specs table tr:nth-child(odd) td:last-child {
  border-radius: 0 3px 3px 0;
}
/* line 5804, ../../master-v2/_styles.scss */
.webshop .tabs-section ul.nav-tabs {
  border: 0;
}
/* line 5808, ../../master-v2/_styles.scss */
.webshop .tabs-section ul.nav-tabs li.nav-item a.nav-link {
  border: 0;
}
/* line 5811, ../../master-v2/_styles.scss */
.webshop .tabs-section ul.nav-tabs li.nav-item a.nav-link.active {
  background: #f4f4f4;
}
@media (min-width: 768px) {
  /* line 5818, ../../master-v2/_styles.scss */
  .webshop .tabs-section .collapse {
    display: block !important;
  }
}
/* line 5826, ../../master-v2/_styles.scss */
.webshop .product-history h2 {
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  /* line 5826, ../../master-v2/_styles.scss */
  .webshop .product-history h2 {
    font-size: 1.5rem;
  }
}
/* line 5834, ../../master-v2/_styles.scss */
.webshop .compare-popup {
  position: fixed;
  background: #fff;
  bottom: 0;
  right: 2.5%;
  z-index: 800;
  width: 300px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
@media (max-width: 767px) {
  /* line 5844, ../../master-v2/_styles.scss */
  .has-bottombar .webshop .compare-popup {
    bottom: 60px;
  }
}
/* line 5850, ../../master-v2/_styles.scss */
.hide-compare .webshop .compare-popup {
  transform: translateY(calc(100% - 50px));
}
/* line 5854, ../../master-v2/_styles.scss */
.webshop .compare-popup .popup-title {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: #000;
  color: #fff;
  cursor: pointer;
}
/* line 5862, ../../master-v2/_styles.scss */
.webshop .compare-popup .popup-title:hover {
  background: #0d0d0d;
}
/* line 5866, ../../master-v2/_styles.scss */
.webshop .compare-popup .popup-title i.fa {
  transition: 0.3s;
  transform: rotate(0);
  float: right;
}
/* line 5871, ../../master-v2/_styles.scss */
.webshop .compare-popup .popup-title i.fa:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
/* line 5877, ../../master-v2/_styles.scss */
.hide-compare .webshop .compare-popup .popup-title i.fa {
  transform: rotate(180deg);
}
/* line 5883, ../../master-v2/_styles.scss */
.webshop .compare-popup #compare-bar {
  padding: 20px 30px;
}
/* line 5886, ../../master-v2/_styles.scss */
.webshop .compare-popup #compare-bar .btn-blank {
  background: none;
  color: #666;
}
/* line 5890, ../../master-v2/_styles.scss */
.webshop .compare-popup #compare-bar .btn-blank:hover {
  color: #000;
}
/* line 5898, ../../master-v2/_styles.scss */
.webshop.checkout .checkout-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  height: 60px;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
}
/* line 5911, ../../master-v2/_styles.scss */
.webshop.checkout #delivery-summary #delivery-options .custom-control {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 5915, ../../master-v2/_styles.scss */
.webshop.checkout #delivery-summary #delivery-options .custom-control select[name="pickuplocation"] {
  margin: 5px 0 0;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}
/* line 5925, ../../master-v2/_styles.scss */
.webshop.checkout #delivery-summary #delivery-options .delivert-price {
  white-space: nowrap;
}
/* line 5933, ../../master-v2/_styles.scss */
.webshop.checkout .modal ul.issuer li {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 5933, ../../master-v2/_styles.scss */
  .webshop.checkout .modal ul.issuer li {
    width: 100%;
  }
}
/* line 5939, ../../master-v2/_styles.scss */
.webshop.checkout .modal ul.issuer li a {
  opacity: 1;
  position: relative;
  height: auto;
  padding: 15px;
  border: 0;
  filter: grayscale(0);
  color: #666;
}
/* line 5948, ../../master-v2/_styles.scss */
.webshop.checkout .modal ul.issuer li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 1px solid #eee;
  border-radius: 5px;
}
/* line 5960, ../../master-v2/_styles.scss */
.webshop.checkout .modal ul.issuer li a.active {
  border: 0;
  color: #000;
}
/* line 5964, ../../master-v2/_styles.scss */
.webshop.checkout .modal ul.issuer li a.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 2px solid #1e88e5;
  border-radius: 5px;
}
/* line 5977, ../../master-v2/_styles.scss */
.webshop.checkout .modal ul.issuer li a:hover {
  background: rgba(244, 244, 244, 0.5);
  filter: grayscale(0);
}
/* line 5982, ../../master-v2/_styles.scss */
.webshop.checkout .modal ul.issuer li a .bank-select {
  bottom: 50%;
  transform: translateY(50%);
  left: auto;
  right: 12px;
  background: rgba(0, 0, 0, 0.05);
  color: #666;
  border: 0;
  border-radius: 5px;
  padding: 5px 10px;
}
/* line 5994, ../../master-v2/_styles.scss */
.webshop.checkout .modal ul.issuer li a .inner {
  height: auto;
}
/* line 5997, ../../master-v2/_styles.scss */
.webshop.checkout .modal ul.issuer li a .inner img {
  max-width: 60px;
  max-height: 60px;
}
/* line 6002, ../../master-v2/_styles.scss */
.webshop.checkout .modal ul.issuer li a .inner br,
.webshop.checkout .modal ul.issuer li a .inner span.label {
  display: block;
}
/* line 6007, ../../master-v2/_styles.scss */
.webshop.checkout .modal ul.issuer li a .inner span.label {
  margin: 0 0 0 10px;
}
/* line 6011, ../../master-v2/_styles.scss */
.webshop.checkout .modal ul.issuer li a .inner > div {
  display: flex;
  align-items: center;
  width: 100%;
}
/* line 6022, ../../master-v2/_styles.scss */
.webshop.checkout .nav-tabs {
  border-bottom: 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  /* line 6028, ../../master-v2/_styles.scss */
  .webshop.checkout .nav-tabs .nav-item .nav-link {
    font-size: 0.85rem;
  }
}
@media (max-width: 575px) {
  /* line 6028, ../../master-v2/_styles.scss */
  .webshop.checkout .nav-tabs .nav-item .nav-link {
    font-size: 0.75rem;
  }
}
/* line 6039, ../../master-v2/_styles.scss */
.webshop.checkout .tab-content {
  position: relative;
  z-index: 5;
}
/* line 6044, ../../master-v2/_styles.scss */
.webshop.checkout .card {
  margin: 0 0 30px;
}
/* line 6047, ../../master-v2/_styles.scss */
.webshop.checkout .card .form-group {
  margin-bottom: 0;
}
/* line 6050, ../../master-v2/_styles.scss */
.webshop.checkout .card .form-group input {
  margin: 0 0 10px;
}
/* line 6055, ../../master-v2/_styles.scss */
.webshop.checkout .card .price-details {
  width: 100%;
}
/* line 6059, ../../master-v2/_styles.scss */
.webshop.checkout .card .amount-control {
  height: 28px;
  border-radius: 3px;
  border: 1px solid #eee;
}
/* line 6064, ../../master-v2/_styles.scss */
.webshop.checkout .card .amount-control .amount {
  border: 1px solid #eee;
  border-top: 0;
  border-bottom: 0;
}
/* line 6069, ../../master-v2/_styles.scss */
.webshop.checkout .card .amount-control .amount input {
  height: 28px;
  width: 28px;
  background: none;
}
/* line 6076, ../../master-v2/_styles.scss */
.webshop.checkout .card .amount-control .amount,
.webshop.checkout .card .amount-control .amount-min,
.webshop.checkout .card .amount-control .amount-plus {
  height: 28px;
  line-height: 24px;
  width: 28px;
  padding: 0;
  text-align: center;
}
/* line 6085, ../../master-v2/_styles.scss */
.webshop.checkout .card .amount-control .amount:hover,
.webshop.checkout .card .amount-control .amount-min:hover,
.webshop.checkout .card .amount-control .amount-plus:hover {
  background: none;
}
/* line 6092, ../../master-v2/_styles.scss */
.webshop.checkout .card .amount-control .amount-min i,
.webshop.checkout .card .amount-control .amount-plus i {
  font-size: 0.75rem;
}
/* line 6098, ../../master-v2/_styles.scss */
.webshop.checkout .card ul.payment {
  margin: 0 -5px;
}
/* line 6101, ../../master-v2/_styles.scss */
.webshop.checkout .card ul.payment li {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 6101, ../../master-v2/_styles.scss */
  .webshop.checkout .card ul.payment li {
    width: 100%;
  }
}
/* line 6107, ../../master-v2/_styles.scss */
.webshop.checkout .card ul.payment li a {
  opacity: 1;
  position: relative;
  height: auto;
  padding: 15px;
  border: 0;
  filter: grayscale(0);
  color: #666;
}
/* line 6116, ../../master-v2/_styles.scss */
.webshop.checkout .card ul.payment li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 1px solid #eee;
  border-radius: 5px;
}
/* line 6128, ../../master-v2/_styles.scss */
.webshop.checkout .card ul.payment li a.active {
  border: 0;
  color: #000;
}
/* line 6132, ../../master-v2/_styles.scss */
.webshop.checkout .card ul.payment li a.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 2px solid #1e88e5;
  border-radius: 5px;
}
/* line 6145, ../../master-v2/_styles.scss */
.webshop.checkout .card ul.payment li a:hover {
  background: rgba(244, 244, 244, 0.5);
  filter: grayscale(0);
  color: #000;
}
/* line 6151, ../../master-v2/_styles.scss */
.webshop.checkout .card ul.payment li a .bank-select {
  bottom: 50%;
  transform: translateY(50%);
  left: auto;
  right: 12px;
  background: rgba(0, 0, 0, 0.05);
  color: #666;
  border: 0;
  border-radius: 5px;
  padding: 5px 10px;
}
/* line 6163, ../../master-v2/_styles.scss */
.webshop.checkout .card ul.payment li a .inner {
  height: auto;
}
/* line 6166, ../../master-v2/_styles.scss */
.webshop.checkout .card ul.payment li a .inner img {
  max-width: 60px;
  max-height: 60px;
}
/* line 6171, ../../master-v2/_styles.scss */
.webshop.checkout .card ul.payment li a .inner br,
.webshop.checkout .card ul.payment li a .inner span.label {
  display: block;
}
/* line 6176, ../../master-v2/_styles.scss */
.webshop.checkout .card ul.payment li a .inner span.label {
  margin: 0 0 0 10px;
}
/* line 6180, ../../master-v2/_styles.scss */
.webshop.checkout .card ul.payment li a .inner > div {
  display: flex;
  align-items: center;
  width: 100%;
}
/* line 6191, ../../master-v2/_styles.scss */
.webshop.checkout .product-list {
  border-top: 1px solid #eee;
}
/* line 6195, ../../master-v2/_styles.scss */
.webshop.checkout .product-list tr td {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
/* line 6199, ../../master-v2/_styles.scss */
.webshop.checkout .product-list tr td.pricing {
  white-space: nowrap;
}
/* line 6205, ../../master-v2/_styles.scss */
.webshop.checkout .product-list .thumb {
  width: 25%;
  text-align: center;
  padding-right: 15px;
}
/* line 6210, ../../master-v2/_styles.scss */
.webshop.checkout .product-list .thumb img {
  width: 100%;
}
/* line 6217, ../../master-v2/_styles.scss */
.webshop .breadcrumbs-bar {
  padding: 15px 10px 10px;
}
/* line 6220, ../../master-v2/_styles.scss */
.webshop .breadcrumbs-bar .back-btn {
  font-size: 13px;
}
/* line 6223, ../../master-v2/_styles.scss */
.webshop .breadcrumbs-bar .back-btn a {
  color: #666;
}
/* line 6229, ../../master-v2/_styles.scss */
.webshop .breadcrumbs {
  padding: 0;
  font-size: 13px;
  color: #666;
}
@media (max-width: 991px) {
  /* line 6229, ../../master-v2/_styles.scss */
  .webshop .breadcrumbs {
    display: none;
  }
}
/* line 6237, ../../master-v2/_styles.scss */
.webshop .breadcrumbs a.breadcrumb {
  color: #666;
}
/* line 6241, ../../master-v2/_styles.scss */
.webshop .breadcrumbs a.breadcrumb:last-child:hover {
  color: #666;
}
/* line 6246, ../../master-v2/_styles.scss */
.webshop .breadcrumbs a.breadcrumb:hover {
  color: #1e88e5;
}
/* line 6250, ../../master-v2/_styles.scss */
.webshop .breadcrumbs a.breadcrumb:after {
  color: #666;
  margin-top: -1px;
}
/* line 6258, ../../master-v2/_styles.scss */
.webshop .page-tools .dropdown,
.webshop .page-tools a {
  color: #666;
  margin: 0 0 0 10px;
  display: inline-block;
}
/* line 6264, ../../master-v2/_styles.scss */
.webshop .page-tools .dropdown:hover,
.webshop .page-tools a:hover {
  color: #1e88e5;
}
/* line 6270, ../../master-v2/_styles.scss */
.webshop .page-tools .dropdown .dropdown-toggle {
  -webkit-appearance: none;
  background: none;
  border: 0;
}
/* line 6275, ../../master-v2/_styles.scss */
.webshop .page-tools .dropdown .dropdown-toggle:after {
  display: none;
}
/* line 6280, ../../master-v2/_styles.scss */
.webshop .page-tools .dropdown .dropdown-menu {
  transform: none !important;
  top: 30px !important;
  right: 0 !important;
  left: auto !important;
  padding: 10px;
  background: #1e88e5;
  border: 0;
  min-width: 0;
  width: 170px;
}
/* line 6291, ../../master-v2/_styles.scss */
.webshop .page-tools .dropdown .dropdown-menu .share {
  font-size: 0;
}
/* line 6294, ../../master-v2/_styles.scss */
.webshop .page-tools .dropdown .dropdown-menu .share a {
  margin: 0;
}
/* line 6298, ../../master-v2/_styles.scss */
.webshop .page-tools .dropdown .dropdown-menu .share .label {
  display: none;
}
/* line 6302, ../../master-v2/_styles.scss */
.webshop .page-tools .dropdown .dropdown-menu .share .resp-sharing-button {
  width: 30px;
  text-align: center;
  border-radius: 100%;
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
/* line 6311, ../../master-v2/_styles.scss */
.webshop .page-tools .dropdown .dropdown-menu .share .resp-sharing-button:hover {
  opacity: 1;
}
/* line 6315, ../../master-v2/_styles.scss */
.webshop .page-tools .dropdown .dropdown-menu .share .resp-sharing-button .resp-sharing-button__icon {
  height: 26px;
}
/* line 6319, ../../master-v2/_styles.scss */
.webshop .page-tools .dropdown .dropdown-menu .share .resp-sharing-button svg {
  height: 18px;
  fill: #fff;
}
/* line 6329, ../../master-v2/_styles.scss */
.webshop .breadcrumbs {
  background: none;
  padding: 0 0 1rem;
}
/* line 6333, ../../master-v2/_styles.scss */
.webshop .breadcrumbs a {
  display: inline-block;
  color: #666;
  background: none;
  padding: 0;
  margin: 0;
}
/* line 6340, ../../master-v2/_styles.scss */
.webshop .breadcrumbs a:hover {
  color: #000;
}
/* line 6344, ../../master-v2/_styles.scss */
.webshop .breadcrumbs a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 0.5rem;
  color: #666;
}
/* line 6357, ../../master-v2/_styles.scss */
.webshop .breadcrumbs a:last-child {
  cursor: default;
}
/* line 6360, ../../master-v2/_styles.scss */
.webshop .breadcrumbs a:last-child:hover {
  color: #666;
}
/* line 6364, ../../master-v2/_styles.scss */
.webshop .breadcrumbs a:last-child:after {
  content: none;
}

/* line 6373, ../../master-v2/_styles.scss */
.alert.col-xs-11.alert-success, .alert.col-xs-11.alert-warning {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding-right: 60px;
  top: auto !important;
  right: 20px !important;
  bottom: 20px !important;
  transition: 0s 0s !important;
  width: auto !important;
  max-width: calc(100% - 40px);
}
@media (max-width: 767px) {
  /* line 6373, ../../master-v2/_styles.scss */
  .alert.col-xs-11.alert-success, .alert.col-xs-11.alert-warning {
    left: 20px !important;
  }
  /* line 6389, ../../master-v2/_styles.scss */
  .has-bottombar .alert.col-xs-11.alert-success, .has-bottombar .alert.col-xs-11.alert-warning {
    bottom: 70px !important;
  }
}
/* line 6394, ../../master-v2/_styles.scss */
.alert.col-xs-11.alert-success .close, .alert.col-xs-11.alert-warning .close {
  color: #fff;
  text-shadow: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(calc(-50% - 2px));
}
/* line 6403, ../../master-v2/_styles.scss */
.alert.col-xs-11.alert-success .close:focus, .alert.col-xs-11.alert-warning .close:focus {
  outline: none;
}
/* line 6409, ../../master-v2/_styles.scss */
.alert.col-xs-11.alert-warning {
  background: #d52626;
}

/* line 6415, ../../master-v2/_styles.scss */
.webshop-profile .btn-bar,
.webshop-profile .card {
  margin: 0 0 30px;
}

/* line 6421, ../../master-v2/_styles.scss */
.lg-backdrop {
  background: rgba(0, 0, 0, 0.2);
}

/* line 6425, ../../master-v2/_styles.scss */
.lg-outer {
  background: #fff;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
}
@media (max-width: 767px) {
  /* line 6425, ../../master-v2/_styles.scss */
  .lg-outer {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
}
/* line 6442, ../../master-v2/_styles.scss */
.lg-outer:focus {
  outline: none;
}
/* line 6446, ../../master-v2/_styles.scss */
.lg-outer .lg-img-wrap {
  height: calc(100% - 150px);
  margin: 50px 0 0;
}
/* line 6451, ../../master-v2/_styles.scss */
.lg-outer .lg-toolbar {
  background: rgba(255, 255, 255, 0.9);
}
/* line 6454, ../../master-v2/_styles.scss */
.lg-outer .lg-toolbar .lg-icon {
  color: #000;
  transition: 0s;
}
/* line 6458, ../../master-v2/_styles.scss */
.lg-outer .lg-toolbar .lg-icon:hover {
  color: #1e88e5;
}
/* line 6464, ../../master-v2/_styles.scss */
.lg-outer .lg-thumb-outer {
  background: #f4f4f4;
  padding: 0 10px;
}
/* line 6469, ../../master-v2/_styles.scss */
.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item {
  border: 0;
  background: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 6469, ../../master-v2/_styles.scss */
  .lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item {
    display: table;
    table-layout: fixed;
  }
}
/* line 6481, ../../master-v2/_styles.scss */
.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item.active img {
  opacity: 1;
}
/* line 6486, ../../master-v2/_styles.scss */
.lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item img {
  margin: 0 auto;
  max-width: 85%;
  max-height: 85%;
  width: auto;
  height: auto;
  opacity: 0.5;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 6486, ../../master-v2/_styles.scss */
  .lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item img {
    width: 85%;
  }
}
/* line 6502, ../../master-v2/_styles.scss */
.lg-outer .lg-actions .lg-next,
.lg-outer .lg-actions .lg-prev {
  background: #fff;
  color: #000;
  transition: color 0s;
}
@media (max-width: 767px) {
  /* line 6502, ../../master-v2/_styles.scss */
  .lg-outer .lg-actions .lg-next,
  .lg-outer .lg-actions .lg-prev {
    display: none;
  }
}
/* line 6511, ../../master-v2/_styles.scss */
.lg-outer .lg-actions .lg-next:hover,
.lg-outer .lg-actions .lg-prev:hover {
  color: #1e88e5;
}
/* line 6517, ../../master-v2/_styles.scss */
.lg-outer .lg-toogle-thumb {
  background: #f4f4f4;
  color: #000;
}
/* line 6521, ../../master-v2/_styles.scss */
.lg-outer .lg-toogle-thumb:hover {
  color: #1e88e5;
}

/* line 6529, ../../master-v2/_styles.scss */
.blog.v3 .container {
  padding: 0;
}
/* line 6533, ../../master-v2/_styles.scss */
.blog.v3 .slick-prev {
  left: 15px;
}
/* line 6537, ../../master-v2/_styles.scss */
.blog.v3 .slick-next {
  right: 15px;
}
/* line 6541, ../../master-v2/_styles.scss */
.blog.v3 .card {
  margin: 0 0 30px;
  width: 100%;
}
/* line 6547, ../../master-v2/_styles.scss */
.blog.v3 .card:hover .thumb .image {
  transform: scale(1.1);
}
/* line 6553, ../../master-v2/_styles.scss */
.blog.v3 .card .thumb {
  height: 200px;
  position: relative;
  overflow: hidden;
  background: #eee;
}
/* line 6559, ../../master-v2/_styles.scss */
.blog.v3 .card .thumb .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  background: url("../gfx/thumb.png") no-repeat center;
  background-size: cover;
}
/* line 6571, ../../master-v2/_styles.scss */
.blog.v3 .card .content {
  padding: 15px;
}
/* line 6574, ../../master-v2/_styles.scss */
.blog.v3 .card .content h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}
/* line 6580, ../../master-v2/_styles.scss */
.blog.v3 .card .content .date {
  font-size: 0.85rem;
  color: #666;
}
/* line 6588, ../../master-v2/_styles.scss */
.blog.v3 .card:hover .content h3 {
  color: #1e88e5;
}

/* line 6599, ../../master-v2/_styles.scss */
.blog.blog-entry .row {
  position: relative;
  z-index: 15;
}
/* line 6604, ../../master-v2/_styles.scss */
.blog.blog-entry .summary {
  margin: 1rem 0;
}
/* line 6607, ../../master-v2/_styles.scss */
.blog.blog-entry .summary small {
  color: #666;
  margin: 0 1rem 0 0;
}
/* line 6611, ../../master-v2/_styles.scss */
.blog.blog-entry .summary small a {
  color: #666;
}
/* line 6614, ../../master-v2/_styles.scss */
.blog.blog-entry .summary small a:hover {
  color: #1e88e5;
}
/* line 6621, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-content {
  margin: 30px 0;
}
@media (max-width: 991px) {
  /* line 6621, ../../master-v2/_styles.scss */
  .blog.blog-entry .blog-content {
    padding: 15px 0;
  }
}
/* line 6628, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-content .title h1 {
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  /* line 6628, ../../master-v2/_styles.scss */
  .blog.blog-entry .blog-content .title h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  /* line 6628, ../../master-v2/_styles.scss */
  .blog.blog-entry .blog-content .title h1 {
    font-size: 1.5rem;
  }
}
/* line 6640, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-content .meta .date {
  color: #666;
}
/* line 6645, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-content .img {
  margin: 30px 0 0;
}
/* line 6650, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-content .blog-swiper .swiper-button-next,
.blog.blog-entry .blog-content .blog-swiper .swiper-button-prev {
  color: #1e88e5;
}
@media (max-width: 767px) {
  /* line 6650, ../../master-v2/_styles.scss */
  .blog.blog-entry .blog-content .blog-swiper .swiper-button-next,
  .blog.blog-entry .blog-content .blog-swiper .swiper-button-prev {
    display: none;
  }
}
/* line 6657, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-content .blog-swiper .swiper-button-next:after,
.blog.blog-entry .blog-content .blog-swiper .swiper-button-prev:after {
  height: 2rem;
  font-size: 2rem;
}
/* line 6665, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper {
  margin: 30px 0 0;
}
/* line 6668, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper h4 {
  font-size: 1.25rem;
  margin: 0 0 20px;
}
/* line 6674, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-replies .title-bar {
  margin-bottom: 30px;
}
/* line 6677, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-replies .title-bar h2 {
  float: left;
}
/* line 6681, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-replies .title-bar a.btn {
  float: right;
}
/* line 6686, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-replies .reply {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
/* line 6691, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-replies .reply:last-child {
  margin: 0;
}
/* line 6695, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-replies .reply .data {
  float: left;
  padding: 0 20px 10px;
  width: 100%;
}
/* line 6700, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-replies .reply .data .name {
  display: inline-block;
  font-size: 1rem;
}
/* line 6705, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-replies .reply .data .date {
  color: #666;
  display: inline-block;
  font-weight: normal;
  float: right;
  font-size: 0.85rem;
}
/* line 6714, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-replies .reply .comment {
  float: right;
  padding: 30px;
  background: #f4f4f4;
  width: 100%;
  position: relative;
  margin: 0 0 15px;
}
/* line 6722, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-replies .reply .comment:before {
  content: " ";
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f4f4f4;
  border-width: 10px;
}
/* line 6738, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-replies .show-more {
  float: left;
  width: 100%;
  margin: 30px 0;
}
/* line 6744, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-replies .no-replies {
  background: #f4f4f4;
  padding: 30px;
  float: left;
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
/* line 6754, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-reply-form {
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
/* line 6759, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-reply-form .input-field,
.blog.blog-entry .blog-replies-wrapper .blog-reply-form .input-field-textarea {
  margin: 0 0 20px;
}
/* line 6763, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-reply-form .input-field input[type="email"],
.blog.blog-entry .blog-replies-wrapper .blog-reply-form .input-field input[type="text"],
.blog.blog-entry .blog-replies-wrapper .blog-reply-form .input-field-textarea input[type="email"],
.blog.blog-entry .blog-replies-wrapper .blog-reply-form .input-field-textarea input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
}
/* line 6770, ../../master-v2/_styles.scss */
.blog.blog-entry .blog-replies-wrapper .blog-reply-form .input-field textarea,
.blog.blog-entry .blog-replies-wrapper .blog-reply-form .input-field-textarea textarea {
  width: 100%;
  padding: 10px 20px;
  float: left;
  min-height: 100px;
}
/* line 6780, ../../master-v2/_styles.scss */
.blog.blog-entry .share {
  display: inline-block;
  margin: 0 0 30px;
}
/* line 6784, ../../master-v2/_styles.scss */
.blog.blog-entry .share a {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px;
  text-align: center;
}
/* line 6792, ../../master-v2/_styles.scss */
.blog.blog-entry .share a .resp-sharing-button {
  background: #000;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
/* line 6798, ../../master-v2/_styles.scss */
.blog.blog-entry .share a .resp-sharing-button--facebook {
  background: #3b5998;
}
/* line 6802, ../../master-v2/_styles.scss */
.blog.blog-entry .share a .resp-sharing-button--twitter {
  background: #1da1f2;
}
/* line 6806, ../../master-v2/_styles.scss */
.blog.blog-entry .share a .resp-sharing-button--email {
  background: #D44638;
}
/* line 6810, ../../master-v2/_styles.scss */
.blog.blog-entry .share a .resp-sharing-button--whatsapp {
  background: #25d366;
}
/* line 6814, ../../master-v2/_styles.scss */
.blog.blog-entry .share a .resp-sharing-button--telegram {
  background: #0088CC;
}
/* line 6819, ../../master-v2/_styles.scss */
.blog.blog-entry .share a:hover {
  background: #1e88e5;
}
/* line 6823, ../../master-v2/_styles.scss */
.blog.blog-entry .share a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  margin: 7px 0;
}

/* line 6835, ../../master-v2/_styles.scss */
.tooltip .tooltip-inner {
  padding: 0.5rem 1rem;
}

/* line 6840, ../../master-v2/_styles.scss */
.avg-cookiebar {
  z-index: 1010 !important;
}

/* line 6845, ../../master-v2/_styles.scss */
a.avg-cookiebar-reset.position-bottom {
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #000 transparent;
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none !important;
  border-radius: 0 !important;
  transition: 0.3s;
}
/* line 6857, ../../master-v2/_styles.scss */
a.avg-cookiebar-reset.position-bottom:hover {
  border-color: transparent transparent #1e88e5 transparent;
  width: 50px;
  height: 50px;
  border-width: 0 0 50px 50px;
}
/* line 6863, ../../master-v2/_styles.scss */
a.avg-cookiebar-reset.position-bottom:hover:before {
  transform: translateX(-3px) translateY(-3px) rotate(-90deg);
}
/* line 6868, ../../master-v2/_styles.scss */
a.avg-cookiebar-reset.position-bottom:before {
  content: "\f013";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  position: fixed;
  bottom: 3px;
  right: 3px;
  z-index: 1005;
  transition: 0.3s;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
}
/* line 6886, ../../master-v2/_styles.scss */
a.avg-cookiebar-reset.position-bottom svg {
  display: none;
}

/* line 6892, ../../master-v2/_styles.scss */
.custom-control {
  line-height: normal;
}

/* line 6897, ../../master-v2/_styles.scss */
.login-register #login-tabs {
  border-bottom: 0;
  position: relative;
  z-index: 10;
}
/* line 6904, ../../master-v2/_styles.scss */
.login-register #login-tab-content .card {
  border-top-left-radius: 0;
}

/* line 6911, ../../master-v2/_styles.scss */
.empty .btns {
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  /* line 6911, ../../master-v2/_styles.scss */
  .empty .btns {
    margin: 0 0 1rem;
  }
}
/* line 6920, ../../master-v2/_styles.scss */
.empty .col-lg-12 .btns {
  text-align: center;
}
@media (max-width: 767px) {
  /* line 6920, ../../master-v2/_styles.scss */
  .empty .col-lg-12 .btns {
    margin: 1.5rem 0;
  }
}
/* line 6929, ../../master-v2/_styles.scss */
.empty .webshop-bundle.webshop-widget ul.product-carousel {
  margin: 0;
  padding: 0;
}
/* line 6936, ../../master-v2/_styles.scss */
.empty.usp-blocks .align-items-center {
  align-items: flex-start !important;
}
/* line 6940, ../../master-v2/_styles.scss */
.empty.usp-blocks .block {
  padding: 0 2rem 1rem 3rem;
  position: relative;
}
/* line 6944, ../../master-v2/_styles.scss */
.empty.usp-blocks .block:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border: 3px solid #1e88e5;
  color: #1e88e5;
  border-radius: 100%;
  text-align: center;
  line-height: 24px;
}
/* line 6963, ../../master-v2/_styles.scss */
.empty.usp-blocks .block .text-container {
  font-size: 14px;
  margin: 1rem 0 2rem;
}
/* line 6968, ../../master-v2/_styles.scss */
.empty.usp-blocks .block h3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

/* line 6976, ../../master-v2/_styles.scss */
.rating {
  margin: 0 0 0 0.5rem;
}
/* line 6979, ../../master-v2/_styles.scss */
.rating > label {
  width: 24px;
  height: 30px;
  overflow: hidden;
  margin: 0;
}
/* line 6985, ../../master-v2/_styles.scss */
.rating > label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 11px 0 0;
}
/* line 6991, ../../master-v2/_styles.scss */
.rating > label.half {
  width: 12px;
  transform: translateX(12px);
  margin: 0 0 0 -12px;
}

/* line 7005, ../../master-v2/_styles.scss */
.cross-sell {
  background: #f4f4f4;
}

/* line 7013, ../../master-v2/_styles.scss */
div:not(.webshop) .tab-content .tab-pane {
  display: block;
  height: 0;
  overflow-y: hidden;
}
/* line 7018, ../../master-v2/_styles.scss */
div:not(.webshop) .tab-content .tab-pane.active {
  height: auto;
  overflow-y: visible;
}

/* line 7026, ../../master-v2/_styles.scss */
.tab-content {
  font-size: 1rem;
}
@media (max-width: 767px) {
  /* line 7029, ../../master-v2/_styles.scss */
  .tab-content .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
}
/* line 7035, ../../master-v2/_styles.scss */
.tab-content .tab-pane .container {
  padding: 30px 15px;
}
@media (max-width: 767px) {
  /* line 7035, ../../master-v2/_styles.scss */
  .tab-content .tab-pane .container {
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
  }
}
@media (min-width: 768px) {
  /* line 7043, ../../master-v2/_styles.scss */
  .tab-content .tab-pane .tab-title {
    display: none;
  }
}
/* line 7048, ../../master-v2/_styles.scss */
.tab-content .tab-pane .tab-title h4 {
  margin: 0;
  cursor: pointer;
  color: #000;
}
@media (max-width: 767px) {
  /* line 7048, ../../master-v2/_styles.scss */
  .tab-content .tab-pane .tab-title h4 {
    padding: 15px 0;
  }
}
/* line 7056, ../../master-v2/_styles.scss */
.tab-content .tab-pane .tab-title h4:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
  transform: rotate(90deg);
  display: inline-block;
  transition: 0.3s;
}
/* line 7069, ../../master-v2/_styles.scss */
.tab-content .tab-pane .tab-title.collapsed h4:before {
  transform: rotate(0deg);
}
/* line 7076, ../../master-v2/_styles.scss */
.tab-content .tab-pane h4 {
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  /* line 7076, ../../master-v2/_styles.scss */
  .tab-content .tab-pane h4 {
    color: #000;
    text-transform: none;
  }
}
/* line 7085, ../../master-v2/_styles.scss */
.tab-content .tab-pane .side-info {
  line-height: 25px;
}
@media (min-width: 992px) {
  /* line 7085, ../../master-v2/_styles.scss */
  .tab-content .tab-pane .side-info {
    border-left: 1px solid #ccc;
    padding-left: 50px;
  }
}

/* line 7095, ../../master-v2/_styles.scss */
.pagination-wrapper {
  text-align: center;
}
/* line 7098, ../../master-v2/_styles.scss */
.pagination-wrapper ul#pagination {
  margin: 0 auto;
  display: inline-flex;
}
/* line 7103, ../../master-v2/_styles.scss */
.pagination-wrapper ul#pagination li.page-item a.page-link {
  color: #000;
  background: none;
  border: 0;
}
/* line 7108, ../../master-v2/_styles.scss */
.pagination-wrapper ul#pagination li.page-item a.page-link i.fa {
  font-size: 0.75rem;
}
/* line 7114, ../../master-v2/_styles.scss */
.pagination-wrapper ul#pagination li.page-item:hover a.page-link {
  background: rgba(0, 0, 0, 0.1);
}
/* line 7120, ../../master-v2/_styles.scss */
.pagination-wrapper ul#pagination li.page-item.active a.page-link {
  color: #fff;
  background: #1e88e5;
}
/* line 7127, ../../master-v2/_styles.scss */
.pagination-wrapper ul#pagination li.page-item.disabled a.page-link {
  color: rgba(0, 0, 0, 0.25);
}

/* line 7137, ../../master-v2/_styles.scss */
.search-bundle .tabs-wrapper .nav {
  margin: 20px 0 0;
}
/* line 7141, ../../master-v2/_styles.scss */
.search-bundle .tabs-wrapper .nav li a {
  display: block;
  padding: 10px 20px;
  margin: 0 0 -1px;
}
/* line 7146, ../../master-v2/_styles.scss */
.search-bundle .tabs-wrapper .nav li a.active {
  border: 1px solid #eee;
  border-bottom: 0;
  background: #fff;
}
/* line 7156, ../../master-v2/_styles.scss */
.search-bundle .tab-content {
  padding: 20px;
}
/* line 7160, ../../master-v2/_styles.scss */
.search-bundle .search-form {
  position: relative;
}
/* line 7163, ../../master-v2/_styles.scss */
.search-bundle .search-form input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 10px;
  border-radius: 3px;
  border: 1px solid #eee;
}
/* line 7171, ../../master-v2/_styles.scss */
.search-bundle .search-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: 10;
}
/* line 7182, ../../master-v2/_styles.scss */
.search-bundle .search-form:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  background: #1e88e5;
  border-radius: 0 3px 3px 0;
  color: #fff;
}
/* line 7203, ../../master-v2/_styles.scss */
.search-bundle .result-card {
  border-top: 1px solid #eee;
  padding: 15px;
  margin: 20px 0 0;
  display: flex;
  padding-bottom: 0;
}
/* line 7210, ../../master-v2/_styles.scss */
.search-bundle .result-card .thumb {
  width: 100px;
  height: 100px;
  background-size: 80% 80% !important;
  margin: 0 10px 0 0;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
}
/* line 7219, ../../master-v2/_styles.scss */
.search-bundle .result-card .result-label {
  font-weight: bold;
}
/* line 7223, ../../master-v2/_styles.scss */
.search-bundle .result-card .result-accessoire,
.search-bundle .result-card .result-url {
  color: #666;
}

/* line 7231, ../../master-v2/_styles.scss */
.blog-slider .blog {
  text-align: center;
}
/* line 7234, ../../master-v2/_styles.scss */
.blog-slider .blog .slider-wrapper {
  text-align: left;
}
/* line 7238, ../../master-v2/_styles.scss */
.blog-slider .blog .slider-wrapper .slick-slider .slick-dots {
  margin: 0 auto 30px;
}

/* line 7247, ../../master-v2/_styles.scss */
table.order-overview-table a.btn {
  color: #fff;
}
/* line 7250, ../../master-v2/_styles.scss */
table.order-overview-table a.btn:hover {
  color: #fff;
}
/* line 7254, ../../master-v2/_styles.scss */
table.order-overview-table a.btn.disabled {
  pointer-events: all;
  cursor: not-allowed;
  background: rgba(102, 102, 102, 0.5);
}
/* line 7262, ../../master-v2/_styles.scss */
table.order-overview-table thead th {
  border: 0;
  border-bottom: 1px solid #eee;
}
/* line 7269, ../../master-v2/_styles.scss */
table.order-overview-table tbody td {
  border-bottom: 1px solid #eee;
}
/* line 7275, ../../master-v2/_styles.scss */
table.order-overview-table tbody tr:last-child td {
  border: 0;
}

@media (max-width: 767px) {
  /* line 7284, ../../master-v2/_styles.scss */
  .table-responsive table {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  /* line 7289, ../../master-v2/_styles.scss */
  .table-responsive table td,
  .table-responsive table th {
    padding: 0 15px;
  }
}

/* line 7298, ../../master-v2/_styles.scss */
.ideal-payment {
  padding: 3rem 0;
}
/* line 7302, ../../master-v2/_styles.scss */
.ideal-payment .card .card-header {
  background: none;
  border: 0;
  font-weight: bold;
}
/* line 7308, ../../master-v2/_styles.scss */
.ideal-payment .card .card-footer {
  background: none;
  border: 0;
}
/* line 7314, ../../master-v2/_styles.scss */
.ideal-payment .top-info {
  margin: 0 0 1rem;
}
/* line 7318, ../../master-v2/_styles.scss */
.ideal-payment .bank-overview {
  margin: 0 0 1rem;
}
/* line 7322, ../../master-v2/_styles.scss */
.ideal-payment ul.issuer {
  margin: 0 -5px;
}
/* line 7325, ../../master-v2/_styles.scss */
.ideal-payment ul.issuer li {
  width: 16.66%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  /* line 7325, ../../master-v2/_styles.scss */
  .ideal-payment ul.issuer li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  /* line 7325, ../../master-v2/_styles.scss */
  .ideal-payment ul.issuer li {
    width: 50%;
  }
}
/* line 7336, ../../master-v2/_styles.scss */
.ideal-payment ul.issuer li input {
  display: none;
}
/* line 7339, ../../master-v2/_styles.scss */
.ideal-payment ul.issuer li input:checked + label {
  border: 0;
  color: #000;
  background: #f4f4f4;
}
/* line 7344, ../../master-v2/_styles.scss */
.ideal-payment ul.issuer li input:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 2px solid #1e88e5;
  border-radius: 5px;
}
/* line 7358, ../../master-v2/_styles.scss */
.ideal-payment ul.issuer li label {
  opacity: 1;
  position: relative;
  height: auto;
  padding: 15px;
  margin: 0 5px 10px;
  border: 0;
  width: calc(100% - 10px);
  cursor: pointer;
}
/* line 7368, ../../master-v2/_styles.scss */
.ideal-payment ul.issuer li label img {
  max-width: 120px;
}
/* line 7372, ../../master-v2/_styles.scss */
.ideal-payment ul.issuer li label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 1px solid #eee;
  border-radius: 5px;
}
/* line 7384, ../../master-v2/_styles.scss */
.ideal-payment ul.issuer li label:hover {
  background: rgba(244, 244, 244, 0.5);
  filter: grayscale(0);
}

/* line 7393, ../../master-v2/_styles.scss */
.webshop-popup-cart {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1005;
  pointer-events: none;
  transition: 0.3s;
  opacity: 0;
  transform: scale(0.95);
  width: 100%;
  height: 100%;
}
/* line 7407, ../../master-v2/_styles.scss */
.show-webshop-popup-cart .webshop-popup-cart {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
/* line 7413, ../../master-v2/_styles.scss */
.webshop-popup-cart .webshop-popup-cart-scroller {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  pointer-events: none;
}
/* line 7420, ../../master-v2/_styles.scss */
.show-webshop-popup-cart .webshop-popup-cart .webshop-popup-cart-scroller {
  pointer-events: auto;
}
/* line 7425, ../../master-v2/_styles.scss */
.webshop-popup-cart .loading-wrapper {
  padding: 4rem;
}
/* line 7428, ../../master-v2/_styles.scss */
.webshop-popup-cart .loading-wrapper .loading {
  text-align: center;
  color: #1e88e5;
}
/* line 7434, ../../master-v2/_styles.scss */
.webshop-popup-cart .table {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  table-layout: fixed;
}
/* line 7441, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 7446, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box {
  margin: 0 auto;
  max-width: 900px;
  text-align: left;
  pointer-events: none;
}
@media (max-width: 767px) {
  /* line 7446, ../../master-v2/_styles.scss */
  .webshop-popup-cart .table .cell .box {
    padding: 10px;
  }
}
/* line 7455, ../../master-v2/_styles.scss */
.show-webshop-popup-cart .webshop-popup-cart .table .cell .box {
  pointer-events: all;
}
/* line 7459, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card {
  border: 0;
}
/* line 7462, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .card-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  line-height: 0;
  z-index: 15;
  cursor: pointer;
  opacity: 0.25;
}
/* line 7471, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .card-close:hover {
  opacity: 1;
}
/* line 7476, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top {
  padding: 40px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  /* line 7476, ../../master-v2/_styles.scss */
  .webshop-popup-cart .table .cell .box > .card .popup-cart-top {
    padding: 2rem;
  }
}
/* line 7483, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .confirm {
  padding: 0 0 2rem;
  margin: 0 0 1rem;
  font-size: 1rem;
  border-bottom: 1px solid #eee;
  line-height: 1.25rem;
}
/* line 7491, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .confirm .table .cell {
  text-align: left;
}
/* line 7494, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .confirm .table .cell-icon {
  width: 40px;
}
/* line 7500, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .confirm i {
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  color: #1e88e5;
  border: 2px solid #1e88e5;
}
/* line 7514, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .product-list {
  width: 100%;
}
/* line 7517, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .product-list .thumb {
  width: 100px;
  padding-left: 0;
}
/* line 7521, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .product-list .thumb img {
  width: 100%;
}
/* line 7527, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .product-list .product-info .amount {
  font-weight: bold;
}
/* line 7531, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .product-list .product-info .title {
  margin: 0;
  line-height: normal;
}
/* line 7536, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .product-list .product-info .intro {
  font-size: 0.75rem;
  color: #666;
  line-height: normal;
}
/* line 7541, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .product-list .product-info .intro p {
  margin: 0;
}
/* line 7547, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .product-list .pricing {
  font-weight: bold;
  margin: 0 0 0.5rem;
}
/* line 7551, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .product-list .pricing .price {
  white-space: nowrap;
}
/* line 7554, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .product-list .pricing .price.old {
  font-size: 0.85rem;
  color: #a6a6a6;
  font-weight: normal;
}
/* line 7560, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .product-list .pricing .price .strike {
  position: relative;
}
/* line 7563, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .product-list .pricing .price .strike:before {
  content: "";
  height: 1px;
  background: #666;
  transform: rotate(10deg);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
/* line 7578, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .product-list tr td {
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #eee;
}
/* line 7585, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .product-list tr:last-child td {
  border: 0;
}
@media (max-width: 767px) {
  /* line 7592, ../../master-v2/_styles.scss */
  .webshop-popup-cart .table .cell .box > .card .popup-cart-top .btns {
    margin: 1rem 0 0;
  }
}
/* line 7597, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .btns a {
  width: 100%;
  margin: 0 0 5px;
  padding: 0.5rem 0.75rem;
}
/* line 7602, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .btns a i {
  font-size: 1rem;
}
/* line 7606, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .btns a.btn-blank {
  border: 1px solid #eee;
}
/* line 7609, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-top .btns a.btn-blank:hover {
  border-color: #1e88e5;
}
/* line 7617, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-bottom {
  padding: 30px 40px 10px;
  background: rgba(30, 136, 229, 0.05);
}
@media (max-width: 767px) {
  /* line 7617, ../../master-v2/_styles.scss */
  .webshop-popup-cart .table .cell .box > .card .popup-cart-bottom {
    padding: 2rem;
  }
}
/* line 7624, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-bottom h3 {
  font-size: 1.25rem;
  margin: 0 0 1rem;
}
/* line 7635, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-bottom .product-carousel.slick-slider .slick-arrow {
  padding: 15px 0;
  width: 40px;
  text-align: center;
}
/* line 7640, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-bottom .product-carousel.slick-slider .slick-arrow.slick-next, .webshop-popup-cart .table .cell .box > .card .popup-cart-bottom .product-carousel.slick-slider .slick-arrow.slick-prev {
  transform: translateY(-50%);
}
/* line 7645, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-bottom .product-carousel.slick-slider .slick-arrow.slick-prev {
  left: -25px;
}
/* line 7649, ../../master-v2/_styles.scss */
.webshop-popup-cart .table .cell .box > .card .popup-cart-bottom .product-carousel.slick-slider .slick-arrow.slick-next {
  right: -25px;
}

/* line 7662, ../../master-v2/_styles.scss */
.hero-landing {
  background: #000;
  color: #fff;
  position: relative;
  min-height: 490px;
  height: 490px;
  padding: 0;
}
@media (max-width: 991px) {
  /* line 7662, ../../master-v2/_styles.scss */
  .hero-landing {
    height: auto;
    min-height: 0;
    padding-bottom: 1rem;
  }
}
/* line 7675, ../../master-v2/_styles.scss */
.hero-landing .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
@media (max-width: 991px) {
  /* line 7675, ../../master-v2/_styles.scss */
  .hero-landing .bg-image {
    position: relative;
    height: 300px;
    opacity: 0.75;
  }
}
/* line 7688, ../../master-v2/_styles.scss */
.hero-landing .bg-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: calc(50% + 555px);
  bottom: 0;
  z-index: 6;
  background: #000;
}
@media (max-width: 1199px) {
  /* line 7688, ../../master-v2/_styles.scss */
  .hero-landing .bg-image:before {
    right: calc(50% + 480px);
  }
}
@media (max-width: 991px) {
  /* line 7688, ../../master-v2/_styles.scss */
  .hero-landing .bg-image:before {
    top: 50%;
    right: 0;
    background: none;
    background-image: linear-gradient(transparent, #000);
  }
}
/* line 7708, ../../master-v2/_styles.scss */
.hero-landing .bg-image img {
  opacity: 0;
}
@media (min-width: 992px) {
  /* line 7708, ../../master-v2/_styles.scss */
  .hero-landing .bg-image img {
    display: none;
  }
}
/* line 7716, ../../master-v2/_styles.scss */
.hero-landing .container {
  position: relative;
}
@media (min-width: 992px) {
  /* line 7716, ../../master-v2/_styles.scss */
  .hero-landing .container {
    height: 100%;
  }
}
/* line 7722, ../../master-v2/_styles.scss */
.hero-landing .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  background-image: linear-gradient(to right, #000 10%, transparent);
}
@media (max-width: 991px) {
  /* line 7722, ../../master-v2/_styles.scss */
  .hero-landing .container:before {
    content: none;
  }
}
/* line 7737, ../../master-v2/_styles.scss */
.hero-landing .content {
  position: relative;
  z-index: 10;
  padding: 3rem 5rem 3rem 10px;
}
@media (max-width: 991px) {
  /* line 7737, ../../master-v2/_styles.scss */
  .hero-landing .content {
    padding: 0;
    margin-top: -3rem;
  }
}
/* line 7746, ../../master-v2/_styles.scss */
.hero-landing .content p {
  color: #fff;
}
/* line 7750, ../../master-v2/_styles.scss */
.hero-landing .content .toptitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
}
@media (max-width: 991px) {
  /* line 7750, ../../master-v2/_styles.scss */
  .hero-landing .content .toptitle {
    font-size: 1rem;
  }
}
/* line 7758, ../../master-v2/_styles.scss */
.hero-landing .content .toptitle p {
  margin: 0;
}
/* line 7763, ../../master-v2/_styles.scss */
.hero-landing .content .maintitle {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 0.5em;
}
@media (max-width: 991px) {
  /* line 7763, ../../master-v2/_styles.scss */
  .hero-landing .content .maintitle {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  /* line 7763, ../../master-v2/_styles.scss */
  .hero-landing .content .maintitle {
    margin: 0.25em 0 0.5em;
    font-size: 1.5rem;
  }
}
/* line 7775, ../../master-v2/_styles.scss */
.hero-landing .content .maintitle p {
  margin: 0;
  line-height: 3rem;
}
@media (max-width: 991px) {
  /* line 7775, ../../master-v2/_styles.scss */
  .hero-landing .content .maintitle p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  /* line 7775, ../../master-v2/_styles.scss */
  .hero-landing .content .maintitle p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* line 7789, ../../master-v2/_styles.scss */
.hero-landing .content .text {
  font-size: 20px;
}
@media (max-width: 991px) {
  /* line 7789, ../../master-v2/_styles.scss */
  .hero-landing .content .text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/* line 7796, ../../master-v2/_styles.scss */
.hero-landing .content .text p {
  font-size: 20px;
}
@media (max-width: 991px) {
  /* line 7796, ../../master-v2/_styles.scss */
  .hero-landing .content .text p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/* line 7807, ../../master-v2/_styles.scss */
.hero-landing .btns a.btn-noborder {
  background: none;
  border: 0;
  color: #fff;
  padding: 0;
  margin: 0 1rem 0 0;
}
/* line 7815, ../../master-v2/_styles.scss */
.hero-landing .btns a.btn-noborder:hover i {
  transform: none;
  color: #1e88e5;
}
/* line 7821, ../../master-v2/_styles.scss */
.hero-landing .btns a.btn-noborder i {
  color: #fff;
  font-size: 20px;
}

/* line 7829, ../../master-v2/_styles.scss */
.landing-content {
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
/* line 7834, ../../master-v2/_styles.scss */
.landing-content .breadcrumbs {
  padding: 30px 0;
  background: none;
}
/* line 7838, ../../master-v2/_styles.scss */
.landing-content .breadcrumbs .breadcrumb {
  color: #aaa;
}
/* line 7841, ../../master-v2/_styles.scss */
.landing-content .breadcrumbs .breadcrumb a {
  color: #aaa;
}
/* line 7844, ../../master-v2/_styles.scss */
.landing-content .breadcrumbs .breadcrumb a:hover {
  color: #000;
}
/* line 7848, ../../master-v2/_styles.scss */
.landing-content .breadcrumbs .breadcrumb a:before {
  color: #aaa;
}
@media (min-width: 992px) {
  /* line 7855, ../../master-v2/_styles.scss */
  .landing-content .col-left {
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  /* line 7855, ../../master-v2/_styles.scss */
  .landing-content .col-left {
    padding-top: 2rem;
  }
}
/* line 7863, ../../master-v2/_styles.scss */
.landing-content .col-left ul {
  margin: 0 0 1rem;
  padding: 0;
}
/* line 7867, ../../master-v2/_styles.scss */
.landing-content .col-left ul li {
  margin: 0 0 0.5rem;
  padding: 0 30px;
  list-style: none;
  position: relative;
}
/* line 7873, ../../master-v2/_styles.scss */
.landing-content .col-left ul li:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  margin: 0 5px;
  color: #2cb338;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 7887, ../../master-v2/_styles.scss */
.landing-content .col-left .image-container {
  margin: 0 0 1rem;
}
/* line 7890, ../../master-v2/_styles.scss */
.landing-content .col-left .image-container img {
  margin: 0 -10px;
  max-width: calc(100% + 20px);
  height: auto !important;
}
/* line 7897, ../../master-v2/_styles.scss */
.landing-content .col-left .video-container {
  margin: 0 0 1rem;
}
/* line 7900, ../../master-v2/_styles.scss */
.landing-content .col-left .video-container .responsive-wrapper {
  margin: 0 -10px;
  max-width: calc(100% + 20px);
}
/* line 7906, ../../master-v2/_styles.scss */
.landing-content .col-left big {
  font-size: 18px;
  font-weight: bold;
}
/* line 7911, ../../master-v2/_styles.scss */
.landing-content .col-left .cards-wrapper {
  margin: 0 -10px;
}
/* line 7914, ../../master-v2/_styles.scss */
.landing-content .col-left .cards-wrapper ul {
  margin: 0;
  padding: 0;
}
/* line 7918, ../../master-v2/_styles.scss */
.landing-content .col-left .cards-wrapper ul li {
  padding: 0;
}
/* line 7921, ../../master-v2/_styles.scss */
.landing-content .col-left .cards-wrapper ul li:before {
  content: none;
}
/* line 7927, ../../master-v2/_styles.scss */
.landing-content .col-left .cards-wrapper .card {
  border: 0;
  border-radius: 5px;
  margin: 0 0 2rem;
}
/* line 7932, ../../master-v2/_styles.scss */
.landing-content .col-left .cards-wrapper .card h6 {
  color: #000;
  padding: 0 10px;
  margin: 0 0 1rem;
}
/* line 7938, ../../master-v2/_styles.scss */
.landing-content .col-left .cards-wrapper .card .tags {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
/* line 7944, ../../master-v2/_styles.scss */
.landing-content .col-left .cards-wrapper .card .tags li {
  margin: 0 10px 10px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
/* line 7950, ../../master-v2/_styles.scss */
.landing-content .col-left .cards-wrapper .card .tags li a {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #f4f4f4;
  border-radius: 20px;
}
/* line 7959, ../../master-v2/_styles.scss */
.landing-content .col-left .cards-wrapper .card .tags li a:hover {
  background: #000;
  color: #fff;
}
/* line 7967, ../../master-v2/_styles.scss */
.landing-content .col-left .cards-wrapper .card.card-contact {
  background: #f4f4f4;
}
/* line 7970, ../../master-v2/_styles.scss */
.landing-content .col-left .cards-wrapper .card.card-contact .avatar {
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
}
/* line 7978, ../../master-v2/_styles.scss */
.landing-content .col-left .cards-wrapper .card.card-contact .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 1rem;
}
/* line 7984, ../../master-v2/_styles.scss */
.landing-content .col-left .cards-wrapper .card.card-contact .content {
  margin: 0 0 1rem;
}
/* line 7989, ../../master-v2/_styles.scss */
.landing-content .col-left .cards-wrapper .card.card-contact .btns .btn {
  margin: 0 0 1rem;
}
/* line 7998, ../../master-v2/_styles.scss */
.landing-content .col-right {
  margin-top: -30px;
}
/* line 8001, ../../master-v2/_styles.scss */
.landing-content .col-right .card {
  border: 0;
  background: none;
  border-radius: 5px;
  margin: 0 0 40px;
}
/* line 8007, ../../master-v2/_styles.scss */
.landing-content .col-right .card h3 {
  font-size: 20px;
  margin: 0 0 20px;
}
/* line 8012, ../../master-v2/_styles.scss */
.landing-content .col-right .card.card-contact {
  background: #f4f4f4;
  text-align: center;
  padding: 30px 0;
}
/* line 8017, ../../master-v2/_styles.scss */
.landing-content .col-right .card.card-contact .avatar {
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
}
/* line 8025, ../../master-v2/_styles.scss */
.landing-content .col-right .card.card-contact .title {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0;
}
/* line 8032, ../../master-v2/_styles.scss */
.landing-content .col-right .card.card-contact .btns .btn {
  margin: 0 0 10px;
}
/* line 8035, ../../master-v2/_styles.scss */
.landing-content .col-right .card.card-contact .btns .btn i {
  color: #fff;
}
/* line 8040, ../../master-v2/_styles.scss */
.landing-content .col-right .card.card-contact .btns i {
  color: #1e88e5;
}
/* line 8046, ../../master-v2/_styles.scss */
.landing-content .col-right .card.card-usps {
  font-size: 16px;
}
/* line 8049, ../../master-v2/_styles.scss */
.landing-content .col-right .card.card-usps ul {
  padding: 0;
}
/* line 8052, ../../master-v2/_styles.scss */
.landing-content .col-right .card.card-usps ul li {
  list-style: none;
}
/* line 8055, ../../master-v2/_styles.scss */
.landing-content .col-right .card.card-usps ul li:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  margin: 0 5px;
  color: #2cb338;
}
/* line 8068, ../../master-v2/_styles.scss */
.landing-content .col-right .card.card-more ul {
  margin: 0;
  padding: 0;
}
/* line 8073, ../../master-v2/_styles.scss */
.landing-content .col-right .card.card-more li {
  list-style: none;
  display: block;
}
@media (max-width: 767px) {
  /* line 8073, ../../master-v2/_styles.scss */
  .landing-content .col-right .card.card-more li {
    display: inline-block;
  }
}
/* line 8080, ../../master-v2/_styles.scss */
.landing-content .col-right .card.card-more li a {
  padding: 10px 30px;
  background: #f4f4f4;
  display: block;
  border-radius: 5px;
  margin: 0 0 5px;
  color: #000;
}
@media (max-width: 767px) {
  /* line 8080, ../../master-v2/_styles.scss */
  .landing-content .col-right .card.card-more li a {
    display: inline-block;
  }
}
/* line 8091, ../../master-v2/_styles.scss */
.landing-content .col-right .card.card-more li a:hover {
  background: #000;
  color: #fff;
}

/* line 8104, ../../master-v2/_styles.scss */
.landing-form #forms-bundle-form .contains-form {
  padding: 0;
  margin: 0 auto;
  border: 0;
  max-width: 800px;
}
/* line 8111, ../../master-v2/_styles.scss */
.landing-form #forms-bundle-form .contains-form .form-question .card {
  background: none;
}
/* line 8114, ../../master-v2/_styles.scss */
.landing-form #forms-bundle-form .contains-form .form-question .card .field {
  margin: 0 0 1rem;
}
/* line 8117, ../../master-v2/_styles.scss */
.landing-form #forms-bundle-form .contains-form .form-question .card .field input {
  border: 0;
  padding: 0 20px;
}
/* line 8122, ../../master-v2/_styles.scss */
.landing-form #forms-bundle-form .contains-form .form-question .card .field textarea {
  min-height: 150px;
  border: 0;
  padding: 15px 20px;
}
/* line 8129, ../../master-v2/_styles.scss */
.landing-form #forms-bundle-form .contains-form .form-question .card .field-label {
  display: none !important;
}
/* line 8136, ../../master-v2/_styles.scss */
.landing-form #forms-bundle-form .form-footer {
  text-align: center;
}

/* line 8142, ../../master-v2/_styles.scss */
.blocks-reviews {
  background: #f4f4f4;
}
/* line 8145, ../../master-v2/_styles.scss */
.blocks-reviews .block {
  background: #fff;
  padding: 3rem;
}
/* line 8149, ../../master-v2/_styles.scss */
.blocks-reviews .block h3 {
  font-size: 1.25rem;
}
/* line 8153, ../../master-v2/_styles.scss */
.blocks-reviews .block i.fa.fa-star,
.blocks-reviews .block i.fa.fa-star-half,
.blocks-reviews .block i.fa.fa-star-half-alt {
  color: #ced724;
}

/* line 3, ../sass/_styles_custom.scss */
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
}
@media (min-width: 1200px) {
  /* line 8, ../sass/_styles_custom.scss */
  body.has-topbar {
    padding-top: 165px;
  }
  /* line 12, ../sass/_styles_custom.scss */
  body.has-topbar.sticky {
    padding-top: 165px;
  }
  /* line 16, ../sass/_styles_custom.scss */
  body.has-topbar.sticky.sticky-topbar {
    padding-top: 165px;
  }
}
/* line 20, ../sass/_styles_custom.scss */
body span, body div.price, body th, body p, body strong, body h1, body h2, body h3, body h4 {
  color: #5c5c5c;
}

/* line 25, ../sass/_styles_custom.scss */
.topbar {
  height: 25px;
  line-height: 25px;
  transition: 0.3s;
  font-size: 11px;
  background: #f4f4f4;
}
/* line 30, ../sass/_styles_custom.scss */
.topbar p, .topbar a {
  color: #5c5c5c;
}

/* line 41, ../sass/_styles_custom.scss */
.homeslider .container .slider-wrapper .slick-list .slick-track .slick-slide {
  height: 425px !important;
}
@media (max-width: 767px) {
  /* line 41, ../sass/_styles_custom.scss */
  .homeslider .container .slider-wrapper .slick-list .slick-track .slick-slide {
    height: 130px !important;
  }
}

@media (max-width: 991px) {
  /* line 55, ../sass/_styles_custom.scss */
  .topbar {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 62, ../sass/_styles_custom.scss */
  .has-topbar .navbar {
    top: 25px;
  }

  /* line 68, ../sass/_styles_custom.scss */
  .has-topbar.sticky .navbar {
    top: 0px;
  }

  /* line 74, ../sass/_styles_custom.scss */
  .has-topbar.sticky.sticky-topbar .navbar {
    top: 0px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  /* line 77, ../sass/_styles_custom.scss */
  .has-topbar.sticky.sticky-topbar .navbar div.logo {
    top: 60px;
    transition: 0.3s;
  }
}

/* line 87, ../sass/_styles_custom.scss */
.slick-dots li button:before {
  display: none;
}

@media (min-width: 1200px) {
  /* line 93, ../sass/_styles_custom.scss */
  .has-topbar.sticky-topbar .navbar {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  /* line 97, ../sass/_styles_custom.scss */
  .has-topbar.sticky-topbar .navbar div.logo {
    position: fixed;
    top: 40px !important;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
}
/* line 106, ../sass/_styles_custom.scss */
.has-topbar.sticky-topbar .navbar div.logo img {
  min-height: 50px;
}
@media (min-width: 1200px) {
  /* line 106, ../sass/_styles_custom.scss */
  .has-topbar.sticky-topbar .navbar div.logo img {
    min-height: 60px;
    transition: 0.3s;
  }
}
/* line 116, ../sass/_styles_custom.scss */
.has-topbar.sticky-topbar .mainnav {
  top: 80px;
  transition: 0.3s;
}

/* line 123, ../sass/_styles_custom.scss */
.has-topbar .navbar {
  background: #fff;
  box-shadow: none;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  /* line 123, ../sass/_styles_custom.scss */
  .has-topbar .navbar {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  /* line 132, ../sass/_styles_custom.scss */
  .has-topbar .navbar div.logo {
    position: fixed;
    top: 85px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
}
/* line 141, ../sass/_styles_custom.scss */
.has-topbar .navbar div.logo img {
  min-height: 50px;
}
@media (min-width: 1200px) {
  /* line 141, ../sass/_styles_custom.scss */
  .has-topbar .navbar div.logo img {
    min-height: 100px;
  }
}
/* line 151, ../sass/_styles_custom.scss */
.has-topbar .navbar .search-form-wrapper a {
  color: #5c5c5c;
}
@media (min-width: 1200px) {
  /* line 154, ../sass/_styles_custom.scss */
  .has-topbar .navbar .search-form-wrapper a:after {
    content: "Zoeken";
    padding-left: 10px;
    font-size: 14px;
    color: #5c5c5c;
  }
}
/* line 167, ../sass/_styles_custom.scss */
.has-topbar .navbar .nav-container .nav-webshop .mini_cart {
  text-transform: capitalize;
  color: #5c5c5c;
  border-top: 5px solid #a2d5ce;
}
/* line 171, ../sass/_styles_custom.scss */
.has-topbar .navbar .nav-container .nav-webshop .mini_cart a.cart-btn.primary {
  background: #7dcfb9 !important;
}
/* line 173, ../sass/_styles_custom.scss */
.has-topbar .navbar .nav-container .nav-webshop .mini_cart a.cart-btn.primary:hover {
  background: #a2d5ce !important;
}
/* line 179, ../sass/_styles_custom.scss */
.has-topbar .navbar .nav-container .nav-webshop .webshop-cart-icon .cart-count-badge, .has-topbar .navbar .nav-container .nav-webshop .webshop-cart-icon.cart-filled .cart-count-badge {
  background: #7dcfb9;
}
/* line 185, ../sass/_styles_custom.scss */
.has-topbar .navbar .nav-container .nav-main span {
  font-weight: 400;
}
/* line 189, ../sass/_styles_custom.scss */
.has-topbar .navbar .nav-container .nav-main:hover i {
  color: #a2d5ce !important;
}
/* line 196, ../sass/_styles_custom.scss */
.has-topbar .navbar .nav-container .nav-main ul ul li a:focus {
  color: #a2d5ce !important;
}

/* line 207, ../sass/_styles_custom.scss */
body > section.empty.webshop_bundle > div > div > div > div > form > div > div.card-footer > div > div > button {
  background: #a2d5ce;
  border: none;
}

/* line 213, ../sass/_styles_custom.scss */
.navbar ul.custom-nav li.active > a, .navbar ul.nav li.active > a {
  color: #a2d5ce !important;
}

/* line 217, ../sass/_styles_custom.scss */
.pagination-wrapper ul#pagination li.page-item.active a.page-link {
  background: #a2d5ce !important;
}

/* line 220, ../sass/_styles_custom.scss */
.orderbutton1 {
  background: #a2d5ce !important;
}

/* line 225, ../sass/_styles_custom.scss */
body > section.navbar > div > div.nav-container > div.nav-webshop > ul > li > div.webshop-cart-icon > i:before:hover {
  color: #7dcfb9;
}
/* line 228, ../sass/_styles_custom.scss */
body > section.navbar > div > div.nav-container > div.nav-webshop > ul > li > div.webshop-cart-icon > i:before:active {
  color: #7dcfb9;
}

/* line 241, ../sass/_styles_custom.scss */
.navbar .nav-container .nav-webshop ul.nav li div.webshop-cart-icon i:before:hover {
  color: #7dcfb9;
}
/* line 244, ../sass/_styles_custom.scss */
.navbar .nav-container .nav-webshop ul.nav li div.webshop-cart-icon i:before:active {
  color: #7dcfb9;
}
/* line 256, ../sass/_styles_custom.scss */
.navbar .nav-container .nav-mobile .nav-buttons a:hover {
  color: #7dcfb9;
}
/* line 259, ../sass/_styles_custom.scss */
.navbar .nav-container .nav-mobile .nav-buttons a:active {
  color: #7dcfb9;
}
/* line 263, ../sass/_styles_custom.scss */
.navbar .nav-container .nav-mobile .nav-buttons a i:hover {
  color: #7dcfb9;
}
/* line 266, ../sass/_styles_custom.scss */
.navbar .nav-container .nav-mobile .nav-buttons a i:active {
  color: #7dcfb9;
}
/* line 277, ../sass/_styles_custom.scss */
.navbar .nav-container .nav-toggle .bars:hover .bar span, .navbar .nav-container .nav-toggle .bars:active .bar span {
  background: #7dcfb9;
}

/* line 288, ../sass/_styles_custom.scss */
.mainnav {
  background: #fff;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  position: fixed;
  padding: 0;
  text-align: center;
  z-index: 99;
  top: 145px;
  left: 0;
  right: 0;
  transition: 0.3s;
}
/* line 301, ../sass/_styles_custom.scss */
.mainnav .container {
  position: relative;
}
/* line 305, ../sass/_styles_custom.scss */
.sticky-topbar .mainnav {
  top: 80px;
}
/* line 309, ../sass/_styles_custom.scss */
.mainnav ul {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
/* line 314, ../sass/_styles_custom.scss */
.mainnav ul li {
  list-style: none;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  height: 45px;
  width: 123px;
}
/* line 322, ../sass/_styles_custom.scss */
.mainnav ul li.drop.has-children {
  background-color: #7dcfb9;
}
/* line 327, ../sass/_styles_custom.scss */
.mainnav ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #5c5c5c;
}
/* line 328, ../sass/_styles_custom.scss */
.mainnav ul li a:hover {
  color: #7dcfb9 !important;
}
/* line 338, ../sass/_styles_custom.scss */
.mainnav ul li:hover ul {
  transform: translateX(0);
}
/* line 345, ../sass/_styles_custom.scss */
.mainnav ul li.has-children > a:after {
  content: "\f107";
  margin-left: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
}
/* line 356, ../sass/_styles_custom.scss */
.mainnav ul li ul {
  background: #fff;
  position: absolute;
  z-index: 99;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: normal;
  width: 290px;
  transform: translateX(-999em);
}
/* line 365, ../sass/_styles_custom.scss */
.mainnav ul li ul li {
  line-height: normal;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  height: 52px;
  line-height: 52px;
}
/* line 374, ../sass/_styles_custom.scss */
.mainnav ul li ul li:hover a {
  color: #7dcfb9 !important;
}
/* line 378, ../sass/_styles_custom.scss */
.mainnav ul li ul li a {
  color: #5c5c5c;
  font-size: 14px;
  text-align: left;
}
/* line 384, ../sass/_styles_custom.scss */
.mainnav ul li ul li ul {
  position: static;
  padding: 0;
  box-shadow: none;
  display: block;
}
/* line 390, ../sass/_styles_custom.scss */
.mainnav ul li ul li ul li {
  margin: 0;
}
/* line 393, ../sass/_styles_custom.scss */
.mainnav ul li ul li ul li a {
  font-weight: normal;
}
/* line 397, ../sass/_styles_custom.scss */
.mainnav ul li ul li ul li ul {
  padding: 0 0 0 15px;
  display: none;
}
/* line 402, ../sass/_styles_custom.scss */
.mainnav ul li ul li ul li ul li a {
  font-size: 11px;
  text-transform: none;
}

/* line 416, ../sass/_styles_custom.scss */
body > section.mainnav > div > ul > li.drop.has-children > a {
  color: white;
}

/* line 420, ../sass/_styles_custom.scss */
.titlebar {
  background: none;
}
/* line 422, ../sass/_styles_custom.scss */
.titlebar:before {
  background: none;
}
/* line 425, ../sass/_styles_custom.scss */
.titlebar h1 {
  font-size: 28px;
  color: #5c5c5c;
  font-weight: 700;
}

/* line 432, ../sass/_styles_custom.scss */
.breadcrumbs {
  border-bottom: 1px solid #EAEAEA;
  padding: 0px 0;
  height: 43px;
  line-height: 43px;
  margin-top: 27px;
}
/* line 438, ../sass/_styles_custom.scss */
.breadcrumbs .breadcrumb a {
  font-size: 14px;
  color: #5c5c5c;
}
/* line 441, ../sass/_styles_custom.scss */
.breadcrumbs .breadcrumb a:before {
  color: #aaaaaa;
}
/* line 444, ../sass/_styles_custom.scss */
.breadcrumbs .breadcrumb a:hover {
  color: #7dcfb9;
}

/* line 451, ../sass/_styles_custom.scss */
section.breadcrumbs div.breadcrumbs {
  border-bottom: 1px solid #EAEAEA;
  padding: 0px 0;
  height: 43px;
  line-height: 43px;
  margin-top: 27px;
  display: flex;
}
/* line 458, ../sass/_styles_custom.scss */
section.breadcrumbs div.breadcrumbs a.breadcrumb {
  font-size: 14px;
  color: #5c5c5c;
}
/* line 461, ../sass/_styles_custom.scss */
section.breadcrumbs div.breadcrumbs a.breadcrumb:hover {
  color: #7dcfb9;
}
/* line 464, ../sass/_styles_custom.scss */
section.breadcrumbs div.breadcrumbs a.breadcrumb:before {
  content: "\f105";
  color: #aaaaaa;
  font-family: "Font Awesome 5 Free";
  font-size: 0.75rem;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  padding: 0px 8px;
}
/* line 475, ../sass/_styles_custom.scss */
section.breadcrumbs div.breadcrumbs a.breadcrumb:first-child:before {
  content: "";
  padding: 0px 0px;
}

/* line 487, ../sass/_styles_custom.scss */
section .container .introblock .introtitle {
  font-size: 28px;
}
/* line 489, ../sass/_styles_custom.scss */
section .container .introblock .introtitle strong {
  font-size: 28px;
  color: #7dcfb9;
}
/* line 496, ../sass/_styles_custom.scss */
section .container .introblock .introtext p strong {
  font-size: 14px;
  color: #5c5c5c;
}
/* line 504, ../sass/_styles_custom.scss */
section p, section li {
  line-height: 22px;
  font-size: 14px;
}
/* line 507, ../sass/_styles_custom.scss */
section p a, section li a {
  color: #7dcfb9;
}
/* line 509, ../sass/_styles_custom.scss */
section p a:hover, section li a:hover {
  color: #5c5c5c;
}
/* line 514, ../sass/_styles_custom.scss */
section h3 {
  font-size: 16px;
  color: #7dcfb9;
}

/* line 521, ../sass/_styles_custom.scss */
.homeBlock p {
  line-height: 22px;
  font-size: 14px;
}
/* line 524, ../sass/_styles_custom.scss */
.homeBlock p strong {
  color: #7dcfb9;
}
/* line 527, ../sass/_styles_custom.scss */
.homeBlock p a {
  color: #7dcfb9;
}
/* line 529, ../sass/_styles_custom.scss */
.homeBlock p a:hover {
  color: #5c5c5c;
}

/* line 539, ../sass/_styles_custom.scss */
.webshop.category-view .category-title h2 {
  font-size: 28px;
  color: #5c5c5c;
  font-weight: 700;
  line-height: 31px;
}
/* line 545, ../sass/_styles_custom.scss */
.webshop.category-view .category-title p {
  color: #5c5c5c;
  line-height: 22px;
}
/* line 551, ../sass/_styles_custom.scss */
.webshop.category-view .category-filters select {
  background: #fafafa;
  padding: 0px 25px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 559, ../sass/_styles_custom.scss */
.webshop.category-view .category-filters.align-items-center > div.col-12.col-lg-6.d-flex.align-items-center.found-amount-wrapper.justify-content-between > div.filter-toggle.d-inline-block.d-lg-none > div {
  background: #7dcfb9;
}

/* line 567, ../sass/_styles_custom.scss */
.webshop-cart-icon i:hover {
  color: red !important;
}

/* line 574, ../sass/_styles_custom.scss */
.filter-working i:before {
  color: #a2d5ce !important;
}

/* line 580, ../sass/_styles_custom.scss */
.product .productCard {
  margin-top: 10px;
}
/* line 582, ../sass/_styles_custom.scss */
.product .productCard .card-image {
  padding: 2rem 1.25rem 1rem;
  height: 250px;
}
/* line 588, ../sass/_styles_custom.scss */
.product .productCard .card-body {
  padding: 0.25rem;
}
/* line 592, ../sass/_styles_custom.scss */
.product .productCard .card-body .intro-wrapper .intro p {
  font-size: 14px;
  text-align: center;
  color: #5c5c5c;
  padding: 0px 10px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  height: 42px;
}
/* line 606, ../sass/_styles_custom.scss */
.product .productCard .card-body .card-content h5.card-title {
  text-align: center;
  font-size: 13px;
  color: #1D1D1B;
  letter-spacing: .25px;
  margin-bottom: 10px;
  font-weight: 700;
  height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* line 620, ../sass/_styles_custom.scss */
.product .productCard .card-body .card-bottom {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  align-items: baseline !important;
}
/* line 626, ../sass/_styles_custom.scss */
.product .productCard .card-body .card-bottom .pricing .price {
  font-size: 16px;
  font-weight: 400;
  color: #1D1D1B;
  margin-right: 5px;
}
/* line 631, ../sass/_styles_custom.scss */
.product .productCard .card-body .card-bottom .pricing .price small {
  margin-right: 5px;
}
/* line 636, ../sass/_styles_custom.scss */
.product .productCard .card-body .card-bottom a.btn, .product .productCard .card-body .card-bottom .btn.added {
  background: #7dcfb9;
  color: #fff;
  border: 1px solid #7dcfb9;
}
/* line 643, ../sass/_styles_custom.scss */
.product .productCard a.btn, .product .productCard .btn {
  background: #fff;
  color: #7dcfb9;
  border: 1px solid #7dcfb9;
}
/* line 647, ../sass/_styles_custom.scss */
.product .productCard a.btn:hover, .product .productCard .btn:hover {
  background: #7dcfb9;
  color: #fff;
  border: 1px solid #7dcfb9;
}
/* line 653, ../sass/_styles_custom.scss */
.product .productCard:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transform: scale(1.01);
}

/* line 660, ../sass/_styles_custom.scss */
span.tax-suffix {
  display: none !important;
}

/* line 664, ../sass/_styles_custom.scss */
#product-list > tr > td.product-info > span > a {
  color: black;
  font-weight: 600;
}

/* line 669, ../sass/_styles_custom.scss */
#product-image:before {
  display: none;
}

/* line 676, ../sass/_styles_custom.scss */
.webshop .catalog-product-view .sidebar-productinfo .card {
  padding: 0px;
  margin: 0px 0px 10px;
  border: none;
}
/* line 682, ../sass/_styles_custom.scss */
.webshop .catalog-product-view .sidebar-productinfo .cards-wrapper h2.pd-label {
  color: #7dcfb9;
  font-size: 24px;
  font-weight: 700;
}
/* line 688, ../sass/_styles_custom.scss */
.webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .price-info #pd-price-block {
  margin-bottom: 10px;
}
/* line 691, ../sass/_styles_custom.scss */
.webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .price-info #pd-price-block .price-wrapper .price {
  font-size: 30px;
  line-height: 22px;
  color: #5c5c5c;
}
/* line 699, ../sass/_styles_custom.scss */
.webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .price-info .button-wrapper button.order {
  background: #7dcfb9 !important;
  width: 25% !important;
}
@media (max-width: 991px) {
  /* line 699, ../sass/_styles_custom.scss */
  .webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .price-info .button-wrapper button.order {
    width: 100% !important;
  }
}
/* line 710, ../sass/_styles_custom.scss */
.webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .additional-info .base-info p {
  padding: 10px 0px;
  margin: 0px;
}
/* line 717, ../sass/_styles_custom.scss */
.webshop .catalog-product-view .sidebar-productinfo .review-rating {
  color: gold;
}
/* line 721, ../sass/_styles_custom.scss */
.webshop .catalog-product-view .sidebar-productinfo .total-count button {
  color: #5c5c5c;
  font-size: 14px;
  background-color: transparent;
  border: none;
}
/* line 729, ../sass/_styles_custom.scss */
.webshop .catalog-product-view .swiper-button-next:before, .webshop .catalog-product-view .swiper-button-prev:before, .webshop .catalog-product-view .swiper-button-disabled:before {
  color: black;
}
/* line 735, ../sass/_styles_custom.scss */
.webshop .tabs-section.product-details-tabs ul.nav-tabs .nav-link {
  font-size: 14px;
  line-height: 22px;
  color: #5c5c5c;
  font-weight: 700;
  margin-top: 4px;
}
/* line 741, ../sass/_styles_custom.scss */
.webshop .tabs-section.product-details-tabs ul.nav-tabs .nav-link.active {
  border-top: 4px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  background: #fff !important;
  margin-top: 0px;
}
/* line 748, ../sass/_styles_custom.scss */
.webshop .tabs-section.product-details-tabs ul.nav-tabs .nav-link:hover {
  color: #5c5c5c;
}
/* line 753, ../sass/_styles_custom.scss */
.webshop .tabs-section.product-details-tabs .tab-content {
  padding: 15px !important;
  background: #fff !important;
  border: 1px solid #c1c1c1;
  margin: 0px 12px 40px 15px;
}
@media (max-width: 991px) {
  /* line 753, ../sass/_styles_custom.scss */
  .webshop .tabs-section.product-details-tabs .tab-content {
    border: none;
  }
}
/* line 762, ../sass/_styles_custom.scss */
.webshop .tabs-section.product-details-tabs .tab-content .tab-pane .container {
  padding: 0px;
}
@media (max-width: 991px) {
  /* line 762, ../sass/_styles_custom.scss */
  .webshop .tabs-section.product-details-tabs .tab-content .tab-pane .container {
    border: none;
  }
}

/* line 773, ../sass/_styles_custom.scss */
div > div.accordion-title.d-block.d-md-none {
  color: #5c5c5c;
}

/* line 778, ../sass/_styles_custom.scss */
.webshop.checkout {
  font-size: 14px;
}
/* line 781, ../sass/_styles_custom.scss */
.webshop.checkout .nav-item .nav-link {
  color: #5c5c5c;
}
/* line 784, ../sass/_styles_custom.scss */
.webshop.checkout .nav-item .nav-link.active {
  color: #7dcfb9;
}
/* line 789, ../sass/_styles_custom.scss */
.webshop.checkout .card-body.personal .custom-control-label::before {
  border-color: #7dcfb9;
  background-color: #7dcfb9;
}
/* line 795, ../sass/_styles_custom.scss */
.webshop.checkout .card-body .btn {
  background: #7dcfb9;
}
/* line 801, ../sass/_styles_custom.scss */
.webshop.checkout .checkout-footer .left .btn {
  background: transparent;
}
/* line 803, ../sass/_styles_custom.scss */
.webshop.checkout .checkout-footer .left .btn:hover {
  color: #5c5c5c;
}
/* line 808, ../sass/_styles_custom.scss */
.webshop.checkout .checkout-footer .btn {
  background: #7dcfb9;
}
/* line 812, ../sass/_styles_custom.scss */
.webshop.checkout .custom-control-label::before {
  background-color: #7dcfb9;
  border-color: #7dcfb9;
}
/* line 816, ../sass/_styles_custom.scss */
.webshop.checkout .fa-plus:before, .webshop.checkout .fa-minus:before {
  color: #7dcfb9;
  color: #7dcfb9;
}

/* line 825, ../sass/_styles_custom.scss */
.blog .item.card .content h3 {
  font-size: 17px;
  margin-left: -16px;
  color: #5c5c5c;
  padding-left: 13px;
  border-left: 2px solid #5c5c5c;
}
/* line 835, ../sass/_styles_custom.scss */
.blog .item.card:hover .content h3 {
  color: #7dcfb9;
}
/* line 841, ../sass/_styles_custom.scss */
.blog div.outline {
  text-align: center;
}

/* line 847, ../sass/_styles_custom.scss */
.blog a.btn, .blog .btn, .plugin-forms a.btn, .plugin-forms .btn {
  background: #fff;
  color: #5c5c5c;
  border: 1px solid #5c5c5c;
}
/* line 851, ../sass/_styles_custom.scss */
.blog a.btn:hover, .blog .btn:hover, .plugin-forms a.btn:hover, .plugin-forms .btn:hover {
  background: #7dcfb9;
  color: #fff;
  border: 1px solid #7dcfb9;
}

/* line 859, ../sass/_styles_custom.scss */
.tabbed-section .tab-content {
  width: 100%;
}

/* line 862, ../sass/_styles_custom.scss */
.tabbed-section {
  width: 100%;
}
/* line 866, ../sass/_styles_custom.scss */
.tabbed-section .nav-tabs .nav-item a.nav-link {
  color: #5c5c5c;
}
/* line 868, ../sass/_styles_custom.scss */
.tabbed-section .nav-tabs .nav-item a.nav-link.active {
  color: #7dcfb9;
}

/* line 876, ../sass/_styles_custom.scss */
.faq-bundle {
  padding: 0rem 2rem 0rem 0rem;
}
/* line 878, ../sass/_styles_custom.scss */
.faq-bundle .card.card-panel {
  margin: 1rem;
  min-width: 100%;
  background: transparent;
}
/* line 883, ../sass/_styles_custom.scss */
.faq-bundle .card-body {
  font-size: 13px;
  color: #5c5c5c;
  line-height: 18px;
}
/* line 889, ../sass/_styles_custom.scss */
.faq-bundle .card-header {
  background-color: transparent;
  border-bottom: none;
}
/* line 893, ../sass/_styles_custom.scss */
.faq-bundle .card-header h5 {
  color: #7dcfb9;
  font-size: 17px;
  margin-top: 0;
  padding: 0.5rem 0rem 0.5rem 0rem;
}
/* line 901, ../sass/_styles_custom.scss */
.faq-bundle .card-panel:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  position: absolute;
  right: 20px;
  color: #7dcfb9;
  top: 17px;
  z-index: -1;
}
/* line 913, ../sass/_styles_custom.scss */
.faq-bundle .card-panel.active:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  position: absolute;
  right: 20px;
  color: #7dcfb9;
  top: 17px;
  z-index: -1;
}

/* line 930, ../sass/_styles_custom.scss */
.search-bundle .tabs-wrapper .nav-tabs li a {
  color: #7dcfb9;
}
/* line 937, ../sass/_styles_custom.scss */
.search-bundle .tab-content .result-title {
  margin-top: 22px;
}
/* line 940, ../sass/_styles_custom.scss */
.search-bundle .tab-content .result-label {
  color: #7dcfb9;
}
/* line 943, ../sass/_styles_custom.scss */
.search-bundle .tab-content .result-link {
  display: none;
}
/* line 948, ../sass/_styles_custom.scss */
.search-bundle .search-form:after {
  background: #7dcfb9;
}

/* line 954, ../sass/_styles_custom.scss */
.pane-title {
  display: none !important;
}

/* line 959, ../sass/_styles_custom.scss */
.webshop-profile .card-header, .webshop-profile h5, .login-register .card-header, .login-register h5 {
  color: #7dcfb9 !important;
}
/* line 963, ../sass/_styles_custom.scss */
.webshop-profile form a, .login-register form a {
  color: #7dcfb9;
}
/* line 967, ../sass/_styles_custom.scss */
.webshop-profile a.btn, .webshop-profile .btn, .login-register a.btn, .login-register .btn {
  background: #fff;
  color: #5c5c5c;
  border: 1px solid #5c5c5c;
}
@media (max-width: 991px) {
  /* line 967, ../sass/_styles_custom.scss */
  .webshop-profile a.btn, .webshop-profile .btn, .login-register a.btn, .login-register .btn {
    display: block;
    width: 100%;
  }
}
/* line 975, ../sass/_styles_custom.scss */
.webshop-profile a.btn:hover, .webshop-profile .btn:hover, .login-register a.btn:hover, .login-register .btn:hover {
  background: #7dcfb9;
  color: #fff;
  border: 1px solid #7dcfb9;
}
/* line 982, ../sass/_styles_custom.scss */
.webshop-profile .nav-item .nav-link, .login-register .nav-item .nav-link {
  color: #5c5c5c;
}
/* line 985, ../sass/_styles_custom.scss */
.webshop-profile .nav-item .nav-link.active, .login-register .nav-item .nav-link.active {
  color: #7dcfb9;
}
@media (max-width: 991px) {
  /* line 989, ../sass/_styles_custom.scss */
  .webshop-profile .card.login-form, .login-register .card.login-form {
    margin-bottom: 30px;
  }
}

/* line 996, ../sass/_styles_custom.scss */
section.subnavbar {
  display: block !important;
  padding-top: 25px;
}
@media (max-width: 991px) {
  /* line 996, ../sass/_styles_custom.scss */
  section.subnavbar {
    padding-top: 0px;
    text-align: center;
  }
}
/* line 1005, ../sass/_styles_custom.scss */
section.subnavbar li.active a span {
  color: #7dcfb9;
}
/* line 1011, ../sass/_styles_custom.scss */
section.subnavbar a span {
  color: #5c5c5c;
  font-size: 14px;
}
@media (max-width: 991px) {
  /* line 1011, ../sass/_styles_custom.scss */
  section.subnavbar a span {
    font-size: 11px;
  }
}

/* line 1021, ../sass/_styles_custom.scss */
.footer {
  background: #7dcfb9;
}
/* line 1023, ../sass/_styles_custom.scss */
.footer a {
  font-size: 14px;
}
/* line 1025, ../sass/_styles_custom.scss */
.footer a:hover {
  color: #5c5c5c;
}
/* line 1029, ../sass/_styles_custom.scss */
.footer p {
  font-size: 14px;
  color: white;
}
/* line 1033, ../sass/_styles_custom.scss */
.footer strong {
  color: #fff;
  font-size: 16px;
}

/* line 1038, ../sass/_styles_custom.scss */
.subfooter {
  background: #fff;
  padding: 10px 0px;
}
/* line 1041, ../sass/_styles_custom.scss */
.subfooter a, .subfooter p {
  color: #5c5c5c !important;
  line-height: 55px;
  font-size: 11px;
}
/* line 1046, ../sass/_styles_custom.scss */
.subfooter .poweredby {
  color: #5c5c5c;
  display: inline;
}
/* line 1050, ../sass/_styles_custom.scss */
.subfooter i {
  color: #7dcfb9;
  font-size: 22px;
}

/* line 1059, ../sass/_styles_custom.scss */
.navbar .nav-container .nav-webshop .webshop-cart-icon:hover i.fa.fa-shopping-cart:before {
  color: #7dcfb9 !important;
}

/* line 1064, ../sass/_styles_custom.scss */
#login-form h2 {
  color: #7dcfb9;
}
/* line 1067, ../sass/_styles_custom.scss */
#login-form .btn {
  background: #fff;
  color: #5c5c5c;
  border: 1px solid #5c5c5c;
}
/* line 1071, ../sass/_styles_custom.scss */
#login-form .btn:hover {
  background: #7dcfb9;
  color: #fff;
  border: 1px solid #7dcfb9;
}

/* line 1079, ../sass/_styles_custom.scss */
section.mainnav.d-none.d-xl-block > div > ul > li.home > a {
  font-size: 0px;
}
/* line 1081, ../sass/_styles_custom.scss */
section.mainnav.d-none.d-xl-block > div > ul > li.home > a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f015";
  font-size: 16px;
  color: #7dcfb9;
}

/* line 1090, ../sass/_styles_custom.scss */
.avg-cookiebar {
  border-top: 5px solid #a2d5ce;
  background: #fff !important;
}
/* line 1093, ../sass/_styles_custom.scss */
.avg-cookiebar .btn-avg.btn-settings, .avg-cookiebar .btn-avg.btn-accept {
  color: #5c5c5c !important;
  border: 2px solid #5c5c5c !important;
}
/* line 1096, ../sass/_styles_custom.scss */
.avg-cookiebar .btn-avg.btn-settings g, .avg-cookiebar .btn-avg.btn-accept g {
  color: #5c5c5c !important;
}
/* line 1100, ../sass/_styles_custom.scss */
.avg-cookiebar p, .avg-cookiebar a {
  color: #5c5c5c !important;
}

/* line 1105, ../sass/_styles_custom.scss */
#accordion3 > div > div.text-center.mt-3 > a {
  background-color: #7dcfb9 !important;
}
/* line 1107, ../sass/_styles_custom.scss */
#accordion3 > div > div.text-center.mt-3 > a:hover {
  color: white !important;
  border: 1px solid #777 !important;
}

/* line 1121, ../sass/_styles_custom.scss */
.webshop-popup-cart .table .cell .box .card .popup-cart-top .row .added .confirm {
  line-height: 30px;
}
/* line 1123, ../sass/_styles_custom.scss */
.webshop-popup-cart .table .cell .box .card .popup-cart-top .row .added .confirm .fa.fa-check {
  color: #7dcfb9;
  border: 2px solid #7dcfb9;
}
/* line 1130, ../sass/_styles_custom.scss */
.webshop-popup-cart .table .cell .box .card .popup-cart-top .row .btns a.btn-green {
  background-color: #7dcfb9 !important;
}
/* line 1133, ../sass/_styles_custom.scss */
.webshop-popup-cart .table .cell .box .card .popup-cart-top .row .btns a.btn-close {
  color: #777 !important;
}
/* line 1135, ../sass/_styles_custom.scss */
.webshop-popup-cart .table .cell .box .card .popup-cart-top .row .btns a.btn-close:hover {
  background: #777;
  color: white !important;
  border: 1px solid #777 !important;
}

/* line 1150, ../sass/_styles_custom.scss */
.cta-bar {
  text-align: center;
  font-size: 13px;
  padding: 0;
}
/* line 1155, ../sass/_styles_custom.scss */
.cta-bar.padded, .home .cta-bar {
  padding: 20px 0;
}
/* line 1161, ../sass/_styles_custom.scss */
.cta-bar.background-gray ul {
  margin: 10px 0px;
  background: #f4f4f4;
}
/* line 1167, ../sass/_styles_custom.scss */
.cta-bar .container {
  position: relative;
}
@media (max-width: 767px) {
  /* line 1167, ../sass/_styles_custom.scss */
  .cta-bar .container {
    padding: 0;
  }
}
/* line 1173, ../sass/_styles_custom.scss */
.cta-bar .container:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 25px;
  right: 25px;
  height: 1px;
  background: #666;
}
/* line 1185, ../sass/_styles_custom.scss */
.cta-bar ul {
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  z-index: 10;
  background: #fff;
}
@media (min-width: 768px) {
  /* line 1185, ../sass/_styles_custom.scss */
  .cta-bar ul {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  /* line 1185, ../sass/_styles_custom.scss */
  .cta-bar ul {
    padding: 0;
  }
}
/* line 1198, ../sass/_styles_custom.scss */
.cta-bar ul li {
  padding: 0 10px;
  position: relative;
  list-style: none;
}
@media (min-width: 768px) {
  /* line 1198, ../sass/_styles_custom.scss */
  .cta-bar ul li {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  /* line 1209, ../sass/_styles_custom.scss */
  .cta-bar {
    display: none;
  }
}

/* line 1216, ../sass/_styles_custom.scss */
.webshop .tabs-section #review-list .reviews .card .review-rating i {
  color: #7dcfb9;
  margin-top: 10px;
}

/* line 1222, ../sass/_styles_custom.scss */
.webshop .tabs-section #review-list .reviews .card .review-avatar i.fa-thumbs-up, .webshop .tabs-section #review-list .reviews .card .review-avatar i.fa-thumbs-down {
  color: #5c5c5c;
}

/* line 1227, ../sass/_styles_custom.scss */
.webshop .catalog-product-view .sidebar-productinfo .reviews-total .review-rating i {
  color: gold;
}

/* line 1231, ../sass/_styles_custom.scss */
span.author {
  display: none;
}

/* line 1235, ../sass/_styles_custom.scss */
.alert-success {
  background-color: #7dcfb9;
  border-color: #7dcfb9;
}

/* line 1240, ../sass/_styles_custom.scss */
.webshop.checkout .card ul.payment li a.active:after {
  border: 2px solid #a2d5ce !important;
}

/* line 1244, ../sass/_styles_custom.scss */
.filter-toggle {
  display: none !important;
}

/* line 1248, ../sass/_styles_custom.scss */
select {
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 10px) !important;
  background-position-y: 50% !important;
  background-size: 11px !important;
  outline: none !important;
}

/* line 1258, ../sass/_styles_custom.scss */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

/* line 1265, ../sass/_styles_custom.scss */
.webshop .catalog-product-view .sidebar-productinfo .cards-wrapper .sidebar-loading i {
  color: #a2d5ce;
}

/* line 1270, ../sass/_styles_custom.scss */
.review-content p {
  font-size: 1rem;
  color: #5c5c5c;
  line-height: 28px;
}

/* line 1277, ../sass/_styles_custom.scss */
.review-body {
  font-size: 1rem;
  color: #5c5c5c;
  line-height: 28px;
}

/* line 1283, ../sass/_styles_custom.scss */
.product .productCard .card-body .card-bottom .pricing .price.old {
  font-size: 15px !important;
}
