@import url("https://fonts.googleapis.com/css?family=Prompt:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i");
@font-face {
  font-family: 'Toronto Subway';
  src: url("../fonts/torontosubwayregular-webfont.eot");
  src: url("../fonts/torontosubwayregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/torontosubwayregular-webfont.woff2") format("woff2"), url("../fonts/torontosubwayregular-webfont.woff") format("woff"), url("../fonts/torontosubwayregular-webfont.ttf") format("truetype"), url("../fonts/torontosubwayregular-webfont.svg#toronto_subwayregular") format("svg");
  font-weight: normal;
  font-style: normal; }
*:focus {
  outline: none; }

body,
html {
  overflow-x: hidden; }

body {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif !important;
  color: #808080;
  line-height: 30px;
  padding-top: 140px; }
  @media (min-width: 1200px) {
    body.has-shopnavbar {
      padding-top: 170px; } }
  @media (max-width: 1200px) {
    body {
      font-size: 16px;
      line-height: 28px; } }
  @media (max-width: 992px) {
    body {
      padding-top: 120px; } }
  @media (max-width: 768px) {
    body {
      font-size: 15px;
      line-height: 26px;
      padding-top: 80px; } }
  @media (max-width: 576px) {
    body {
      font-size: 14px;
      line-height: 24px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Toronto Subway','Prompt', sans-serif;
  font-weight: bold;
  color: #9fc321;
  margin: 15px 0; }

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

a {
  color: #ed3d85; }
  a:hover {
    color: #9fc321;
    text-decoration: none; }

.btn {
  border: 0;
  padding: 0;
  border-radius: 5px;
  background: none;
  color: #59595b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: 0.15s; }
  .btn.btn-disabled, .btn.disabled {
    background: #ccc !important;
    opacity: 1; }
    .btn.btn-disabled:hover, .btn.disabled:hover {
      background: #ccc !important;
      cursor: not-allowed; }
  .btn i.fa.fa-angle-right:before {
    content: "\f061"; }
  .btn i.fa.fa-angle-right,
  .btn i.fa.fa-arrow-right {
    transition: transform 0.15s; }
  .btn:hover i.fa.fa-angle-right,
  .btn:hover i.fa.fa-arrow-right {
    transform: translateX(5px); }

ul.custom-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  ul.custom-nav li {
    list-style: none; }

blockquote {
  background: #fdf6f8;
  border-left: 3px solid #9fc321;
  padding: 30px;
  display: inline-block;
  width: 100%;
  position: relative; }
  blockquote:after, blockquote:before {
    display: none !important; }

.titlebar {
  padding: 15px 0 0; }
  .titlebar h1 {
    font-family: 'Toronto Subway','Prompt', sans-serif;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
    color: #59595b;
    position: relative;
    padding: 0 20px; }
    @media (max-width: 768px) {
      .titlebar h1 {
        font-size: 25px; } }
    .titlebar h1:after {
      content: "";
      position: absolute;
      height: 3px;
      width: 50px;
      background: #9fc321;
      bottom: -12px;
      left: 20px; }
  .has-shopnavbar .titlebar {
    padding-top: 45px; }

section {
  padding: 80px 0; }
  @media (max-width: 768px) {
    section {
      padding: 30px 0; } }
  section.cards-carousel .introblock {
    padding: 0 20px; }
  section.align-center .row, section.align-middle .row {
    align-items: center; }
  section.nopadding {
    padding: 0; }
  section.notoppadding {
    padding-top: 0; }
  section.nobottompadding {
    padding-bottom: 0; }
  section.background-line {
    position: relative; }
    section.background-line:after {
      content: "";
      position: absolute;
      z-index: 5;
      top: 50%;
      left: 0;
      right: 0;
      background: #ddd;
      height: 1px; }
    section.background-line .container {
      position: relative;
      z-index: 10; }
  section.background-gray {
    background: #f8f8f8; }
  section.background-gray-bottom, section.background-gray-top {
    position: relative; }
    section.background-gray-bottom:after, section.background-gray-top:after {
      content: "";
      position: absolute;
      z-index: 5;
      left: 0;
      right: 0;
      background: #f8f8f8;
      max-height: 160px; }
    section.background-gray-bottom .container, section.background-gray-top .container {
      position: relative;
      z-index: 10; }
  section.background-gray-top:after {
    top: 0;
    height: 50%; }
  section.background-gray-bottom:after {
    bottom: 0;
    height: 50%; }
  section.blog_bundle .blog-entry h1 {
    color: #ed3d85; }
  section .block-more {
    margin: 15px 0;
    text-align: center;
    width: 100%; }
  section .introblock {
    display: flex;
    padding: 0 20px 40px;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 768px) {
      section .introblock {
        text-align: center; } }
    section .introblock .introtitle {
      font-family: 'Toronto Subway','Prompt', sans-serif;
      font-weight: bold;
      font-size: 35px;
      text-transform: uppercase;
      color: #59595b;
      position: relative; }
      @media (max-width: 768px) {
        section .introblock .introtitle {
          font-size: 25px;
          margin: 0 auto; } }
      section .introblock .introtitle:after {
        content: "";
        position: absolute;
        height: 3px;
        width: 50px;
        background: #9fc321;
        bottom: -18px;
        left: 0; }
        @media (max-width: 768px) {
          section .introblock .introtitle:after {
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%); } }
    section .introblock .introbuttons .btn {
      color: #9fc321; }
  section .slick-arrow {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-90%);
    background: none;
    font-size: 0;
    border: 0;
    outline: none; }
    section .slick-arrow:before {
      content: "\f104";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 20px;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: #ed3d85; }
    section .slick-arrow:hover:before {
      color: #9fc321; }
    section .slick-arrow.slick-next {
      left: auto;
      right: -20px; }
      section .slick-arrow.slick-next:before {
        content: "\f105"; }
  section .slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 12px; }
    section .slick-dots li {
      width: 12px;
      height: 12px;
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin: 0 2.5px;
      cursor: pointer; }
      section .slick-dots li:only-child {
        display: none; }
      section .slick-dots li.slick-active button {
        width: 12px;
        height: 12px;
        background: none;
        border-color: #e6017e; }
      section .slick-dots li button {
        font-size: 0;
        padding: 0;
        background: none;
        border: 0;
        position: absolute;
        height: 8px;
        width: 8px;
        background: #e6017e;
        border: 3px solid #e6017e;
        border-radius: 100%;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        transition: 0.1s;
        outline: none; }

.navbar {
  padding: 0;
  height: 140px;
  transition: transform 0.3s;
  z-index: 40;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  z-index: 999; }
  @media (min-width: 1200px) {
    .has-shopnavbar .navbar {
      height: 170px;
      padding-bottom: 30px;
      border-bottom: 1px solid #ddd; } }
  @media (min-width: 1200px) {
    .page-home.has-shopnavbar .navbar {
      border: 0; } }
  .sticky-bar .navbar {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .sticky .navbar {
    height: 80px; }
  @media (min-width: 1200px) {
    .sticky.has-shopnavbar .navbar {
      height: 110px;
      padding-bottom: 30px; } }
  @media (max-width: 1200px) {
    .navbar {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } }
  @media (max-width: 992px) {
    .navbar {
      height: 120px; } }
  @media (max-width: 768px) {
    .navbar {
      height: 80px; } }
  .navbar .container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 20; }
    .navbar .container .logo {
      display: flex; }
      .navbar .container .logo img {
        height: 100px;
        transition: 0.3s; }
        .sticky .navbar .container .logo img {
          height: 60px; }
        @media (max-width: 992px) {
          .navbar .container .logo img {
            height: 100px; } }
        @media (max-width: 768px) {
          .navbar .container .logo img {
            height: 60px; } }
    .navbar .container .main-nav .mobile-nav-wrapper .label {
      position: relative;
      color: rgba(255, 255, 255, 0.5);
      font-size: 12px;
      font-weight: bold;
      margin: 0 0 10px;
      padding: 0 15px; }
    @media (max-width: 1200px) {
      .navbar .container .main-nav .mobile-nav-wrapper {
        position: fixed;
        background: #9fc321;
        top: 0;
        left: 0;
        bottom: 0;
        width: 280px;
        z-index: 999;
        overflow-y: auto;
        transition: 0.3s;
        transform: translateX(-100%);
        display: block;
        padding: 15px; }
        .nav-open .navbar .container .main-nav .mobile-nav-wrapper {
          transform: translateX(0);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
        .navbar .container .main-nav .mobile-nav-wrapper > ul {
          margin: 0 0 30px; }
        .navbar .container .main-nav .mobile-nav-wrapper ul li {
          list-style: none;
          margin: 0;
          padding: 0;
          display: block;
          width: 100%;
          position: relative; }
        .navbar .container .main-nav .mobile-nav-wrapper ul > li {
          font-family: 'Toronto Subway','Prompt', sans-serif; }
          .navbar .container .main-nav .mobile-nav-wrapper ul > li.has-children > .togglesub {
            position: absolute;
            top: 0;
            right: 0;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            cursor: pointer;
            transform: rotate(0); }
            .navbar .container .main-nav .mobile-nav-wrapper ul > li.has-children > .togglesub:after {
              content: "\f107";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 16px;
              color: rgba(255, 255, 255, 0.5); }
          .navbar .container .main-nav .mobile-nav-wrapper ul > li.has-children.open > ul {
            display: block; }
          .navbar .container .main-nav .mobile-nav-wrapper ul > li.has-children.open > .togglesub {
            transform: rotate(180deg); }
            .navbar .container .main-nav .mobile-nav-wrapper ul > li.has-children.open > .togglesub:after {
              color: #fff; }
          .navbar .container .main-nav .mobile-nav-wrapper ul > li.half {
            width: 50%;
            border-bottom: 2px solid #fff;
            margin: 5px 0 20px;
            float: left; }
          .navbar .container .main-nav .mobile-nav-wrapper ul > li ul {
            margin: 0;
            padding: 0;
            display: none;
            font-family: 'Open Sans', sans-serif; }
            .navbar .container .main-nav .mobile-nav-wrapper ul > li ul li.has-children > .togglesub {
              position: absolute;
              top: 0;
              right: 0;
              width: 50px;
              height: 50px;
              line-height: 50px;
              text-align: center;
              cursor: pointer;
              transform: rotate(0); }
              .navbar .container .main-nav .mobile-nav-wrapper ul > li ul li.has-children > .togglesub:after {
                content: "\f107";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: 16px;
                color: rgba(255, 255, 255, 0.5); }
            .navbar .container .main-nav .mobile-nav-wrapper ul > li ul li.has-children.open > ul {
              display: block; }
            .navbar .container .main-nav .mobile-nav-wrapper ul > li ul li.has-children.open > .togglesub {
              transform: rotate(180deg); }
              .navbar .container .main-nav .mobile-nav-wrapper ul > li ul li.has-children.open > .togglesub:after {
                color: #fff; }
          .navbar .container .main-nav .mobile-nav-wrapper ul > li a {
            color: #fff;
            text-transform: none;
            display: block;
            line-height: 20px;
            padding: 15px; }
            .navbar .container .main-nav .mobile-nav-wrapper ul > li a:hover {
              color: #e6017e; }
        .navbar .container .main-nav .mobile-nav-wrapper ul > li {
          list-style: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
          .navbar .container .main-nav .mobile-nav-wrapper ul > li > a {
            font-weight: bold;
            text-transform: uppercase; }
          .navbar .container .main-nav .mobile-nav-wrapper ul > li > ul > li {
            border-bottom: 0; }
            .navbar .container .main-nav .mobile-nav-wrapper ul > li > ul > li > a {
              font-size: 16px;
              font-weight: normal;
              text-transform: none; }
            .navbar .container .main-nav .mobile-nav-wrapper ul > li > ul > li > ul {
              padding: 0 0 0 10px; }
              .navbar .container .main-nav .mobile-nav-wrapper ul > li > ul > li > ul > li > a {
                font-size: 13px; } }
    .navbar .container .main-nav .custom-nav,
    .navbar .container .main-nav .nav {
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .navbar .container .main-nav .custom-nav > li,
        .navbar .container .main-nav .nav > li {
          font-family: 'Toronto Subway','Prompt', sans-serif;
          border: 1px solid transparent;
          border-bottom: 0;
          padding: 0 14px; }
          .navbar .container .main-nav .custom-nav > li.pages_home:hover a,
          .navbar .container .main-nav .nav > li.pages_home:hover a {
            border-bottom: 1px solid #ddd; }
            .navbar .container .main-nav .custom-nav > li.pages_home:hover a:after,
            .navbar .container .main-nav .nav > li.pages_home:hover a:after {
              content: none; }
          .navbar .container .main-nav .custom-nav > li.active > a, .navbar .container .main-nav .custom-nav > li.active-parent > a,
          .navbar .container .main-nav .nav > li.active > a,
          .navbar .container .main-nav .nav > li.active-parent > a {
            color: #9fc321; }
          .navbar .container .main-nav .custom-nav > li.has-children > .togglesub:after,
          .navbar .container .main-nav .nav > li.has-children > .togglesub:after {
            content: "\f107";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 11px;
            color: #000;
            margin: 0 0 0 3px; }
          .navbar .container .main-nav .custom-nav > li.has-children:hover a:after,
          .navbar .container .main-nav .nav > li.has-children:hover a:after {
            background: #fff;
            right: -25px; }
          .navbar .container .main-nav .custom-nav > li:hover,
          .navbar .container .main-nav .nav > li:hover {
            background: #fff;
            border: 1px solid #ddd;
            border-bottom: 0; }
            .navbar .container .main-nav .custom-nav > li:hover a:after,
            .navbar .container .main-nav .nav > li:hover a:after {
              content: "";
              height: 1px;
              background: #ddd;
              position: absolute;
              bottom: -1px;
              left: -15px;
              right: -15px;
              z-index: 50; }
            .navbar .container .main-nav .custom-nav > li:hover > ul,
            .navbar .container .main-nav .nav > li:hover > ul {
              opacity: 1;
              pointer-events: all;
              transform: translateY(0);
              box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
              font-family: 'Open Sans', sans-serif; }
              .navbar .container .main-nav .custom-nav > li:hover > ul > li,
              .navbar .container .main-nav .nav > li:hover > ul > li {
                transform: translateY(0);
                opacity: 1; }
          .navbar .container .main-nav .custom-nav > li > a,
          .navbar .container .main-nav .nav > li > a {
            display: inline-block;
            height: 48px;
            line-height: 52px;
            font-weight: 900;
            position: relative;
            color: #000;
            font-size: 14px; }
          .navbar .container .main-nav .custom-nav > li > ul,
          .navbar .container .main-nav .nav > li > ul {
            position: absolute;
            background: rgba(255, 255, 255, 0.975);
            border: 1px solid #ddd;
            left: 15px;
            right: 15px;
            margin: 0;
            padding: 40px 30px 30px;
            font-size: 0;
            opacity: 0;
            pointer-events: none;
            transform: translateY(-100%); }
            .navbar .container .main-nav .custom-nav > li > ul > li,
            .navbar .container .main-nav .nav > li > ul > li {
              display: inline-block;
              vertical-align: top;
              list-style: none;
              padding: 0 30px 0 0;
              margin: 0 0 20px;
              width: 25%;
              transform: translateY(10px);
              opacity: 0;
              transition: 0.3s; }
              .navbar .container .main-nav .custom-nav > li > ul > li:nth-child(1),
              .navbar .container .main-nav .nav > li > ul > li:nth-child(1) {
                transition-delay: 0.05s; }
              .navbar .container .main-nav .custom-nav > li > ul > li:nth-child(2),
              .navbar .container .main-nav .nav > li > ul > li:nth-child(2) {
                transition-delay: 0.1s; }
              .navbar .container .main-nav .custom-nav > li > ul > li:nth-child(3),
              .navbar .container .main-nav .nav > li > ul > li:nth-child(3) {
                transition-delay: 0.15s; }
              .navbar .container .main-nav .custom-nav > li > ul > li:nth-child(4),
              .navbar .container .main-nav .nav > li > ul > li:nth-child(4) {
                transition-delay: 0.2s; }
              .navbar .container .main-nav .custom-nav > li > ul > li:nth-child(5),
              .navbar .container .main-nav .nav > li > ul > li:nth-child(5) {
                transition-delay: 0.25s; }
              .navbar .container .main-nav .custom-nav > li > ul > li:nth-child(6),
              .navbar .container .main-nav .nav > li > ul > li:nth-child(6) {
                transition-delay: 0.3s; }
              .navbar .container .main-nav .custom-nav > li > ul > li:nth-child(7),
              .navbar .container .main-nav .nav > li > ul > li:nth-child(7) {
                transition-delay: 0.35s; }
              .navbar .container .main-nav .custom-nav > li > ul > li:nth-child(8),
              .navbar .container .main-nav .nav > li > ul > li:nth-child(8) {
                transition-delay: 0.4s; }
              .navbar .container .main-nav .custom-nav > li > ul > li:nth-child(9),
              .navbar .container .main-nav .nav > li > ul > li:nth-child(9) {
                transition-delay: 0.45s; }
              .navbar .container .main-nav .custom-nav > li > ul > li:nth-child(10),
              .navbar .container .main-nav .nav > li > ul > li:nth-child(10) {
                transition-delay: 0.5s; }
              .navbar .container .main-nav .custom-nav > li > ul > li > a,
              .navbar .container .main-nav .nav > li > ul > li > a {
                font-size: 14px;
                font-weight: bold;
                padding: 0 0 10px;
                display: block;
                width: 100%;
                color: #59595b; }
                .navbar .container .main-nav .custom-nav > li > ul > li > a:hover,
                .navbar .container .main-nav .nav > li > ul > li > a:hover {
                  color: #e6017e; }
                .navbar .container .main-nav .custom-nav > li > ul > li > a:after,
                .navbar .container .main-nav .nav > li > ul > li > a:after {
                  content: "";
                  display: block;
                  width: 50px;
                  height: 3px;
                  background: #9fc321;
                  margin: 2px 0; }
              .navbar .container .main-nav .custom-nav > li > ul > li > ul,
              .navbar .container .main-nav .nav > li > ul > li > ul {
                position: static;
                margin: 0;
                padding: 0;
                float: left;
                width: 100%; }
                .navbar .container .main-nav .custom-nav > li > ul > li > ul > li,
                .navbar .container .main-nav .nav > li > ul > li > ul > li {
                  float: left;
                  width: 100%; }
                  .navbar .container .main-nav .custom-nav > li > ul > li > ul > li > a,
                  .navbar .container .main-nav .nav > li > ul > li > ul > li > a {
                    font-size: 14px;
                    font-weight: normal;
                    text-transform: none;
                    padding: 5px 0;
                    display: block;
                    color: #59595b; }
                    .navbar .container .main-nav .custom-nav > li > ul > li > ul > li > a:hover,
                    .navbar .container .main-nav .nav > li > ul > li > ul > li > a:hover {
                      color: #e6017e; } }
    @media (max-width: 1200px) {
      .navbar .container .custom-nav,
      .navbar .container .nav {
        margin: 0;
        padding: 20px; } }
    .navbar .container .custom-nav .shop,
    .navbar .container .nav .shop {
      position: relative; }
      @media (max-width: 768px) {
        .navbar .container .custom-nav .shop,
        .navbar .container .nav .shop {
          position: static; } }
      .navbar .container .custom-nav .shop i.fa.fa-shopping-cart,
      .navbar .container .nav .shop i.fa.fa-shopping-cart {
        font-size: 16px; }
      .navbar .container .custom-nav .shop .webshop-cart-icon,
      .navbar .container .nav .shop .webshop-cart-icon {
        margin: 0;
        height: 36px;
        line-height: 30px;
        color: #000; }
        .navbar .container .custom-nav .shop .webshop-cart-icon span.cart-count-badge,
        .navbar .container .custom-nav .shop .webshop-cart-icon span.cart-loader,
        .navbar .container .nav .shop .webshop-cart-icon span.cart-count-badge,
        .navbar .container .nav .shop .webshop-cart-icon span.cart-loader {
          position: absolute;
          top: -8px !important;
          right: -8px !important;
          border: 0;
          background: #9fc321;
          color: #fff;
          border-radius: 100%;
          width: 14px;
          height: 14px;
          line-height: 15px;
          text-align: center; }
        .navbar .container .custom-nav .shop .webshop-cart-icon span.cart-loader,
        .navbar .container .nav .shop .webshop-cart-icon span.cart-loader {
          background: #fff;
          color: #000; }
          .navbar .container .custom-nav .shop .webshop-cart-icon span.cart-loader i.fa,
          .navbar .container .nav .shop .webshop-cart-icon span.cart-loader i.fa {
            font-size: 13px; }
    @media (max-width: 1200px) {
      .navbar .container .custom-nav.tools,
      .navbar .container .nav.tools {
        margin: 0 -10px;
        padding: 0; } }
    .navbar .container .custom-nav.tools > li,
    .navbar .container .nav.tools > li {
      margin: 0 10px;
      position: relative; }
      @media (max-width: 768px) {
        .navbar .container .custom-nav.tools > li.shop,
        .navbar .container .nav.tools > li.shop {
          position: static; } }
      @media (max-width: 992px) {
        .navbar .container .custom-nav.tools > li:first-child,
        .navbar .container .nav.tools > li:first-child {
          border-right: 0; } }
      .navbar .container .custom-nav.tools > li:last-child,
      .navbar .container .nav.tools > li:last-child {
        border-right: 0; }
      .navbar .container .custom-nav.tools > li > span,
      .navbar .container .custom-nav.tools > li > a,
      .navbar .container .nav.tools > li > span,
      .navbar .container .nav.tools > li > a {
        display: inline-block;
        font-weight: bold;
        height: 36px;
        line-height: 36px;
        color: #000; }
        .navbar .container .custom-nav.tools > li > span > i.fa,
        .navbar .container .custom-nav.tools > li > a > i.fa,
        .navbar .container .nav.tools > li > span > i.fa,
        .navbar .container .nav.tools > li > a > i.fa {
          border-radius: 3px;
          height: 34px;
          line-height: 32px;
          vertical-align: middle;
          display: inline-block; }
        .navbar .container .custom-nav.tools > li > span:hover i.fa,
        .navbar .container .custom-nav.tools > li > a:hover i.fa,
        .navbar .container .nav.tools > li > span:hover i.fa,
        .navbar .container .nav.tools > li > a:hover i.fa {
          border-color: #9fc321; }
      .navbar .container .custom-nav.tools > li:hover ul,
      .navbar .container .nav.tools > li:hover ul {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0%); }
      .navbar .container .custom-nav.tools > li ul,
      .navbar .container .nav.tools > li ul {
        position: absolute;
        top: 36px;
        right: -19px;
        padding: 10px 0;
        font-size: 14px;
        margin: 0;
        width: 180px;
        z-index: 1000;
        pointer-events: none;
        opacity: 0;
        transform: translateY(-100%);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 0.975); }
        .navbar .container .custom-nav.tools > li ul:before,
        .navbar .container .nav.tools > li ul:before {
          content: "";
          position: absolute;
          top: -10px;
          right: 15px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 10px 10px;
          border-color: transparent transparent rgba(255, 255, 255, 0.975) transparent; }
        .navbar .container .custom-nav.tools > li ul li,
        .navbar .container .nav.tools > li ul li {
          list-style: none;
          padding: 0;
          text-align: center; }
          .navbar .container .custom-nav.tools > li ul li a,
          .navbar .container .nav.tools > li ul li a {
            padding: 5px 20px;
            display: block; }
  .navbar.scrollnavbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 60px;
    z-index: 100;
    transform: translateY(-100%);
    transition: 0.3s; }
    @media (max-width: 1200px) {
      .navbar.scrollnavbar {
        display: none; } }
    .sticky .navbar.scrollnavbar {
      transform: translateY(0%);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
    .navbar.scrollnavbar .main-nav .custom-nav,
    .navbar.scrollnavbar .main-nav .nav {
      margin: 0;
      padding: 0; }
      .navbar.scrollnavbar .main-nav .custom-nav li.pages_home,
      .navbar.scrollnavbar .main-nav .nav li.pages_home {
        display: block; }
        .navbar.scrollnavbar .main-nav .custom-nav li.pages_home a span,
        .navbar.scrollnavbar .main-nav .nav li.pages_home a span {
          font-size: 0; }
          .navbar.scrollnavbar .main-nav .custom-nav li.pages_home a span:before,
          .navbar.scrollnavbar .main-nav .nav li.pages_home a span:before {
            content: "\f015";
            color: #59595b;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 16px;
            margin: -2px 0 0;
            display: inline-block; }
        .navbar.scrollnavbar .main-nav .custom-nav li.pages_home a:hover span:before,
        .navbar.scrollnavbar .main-nav .nav li.pages_home a:hover span:before {
          color: #9fc321; }
  .navbar .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.1); }
    @media (max-width: 576px) {
      .navbar .mini_cart {
        position: fixed;
        transform: none;
        top: 50px;
        left: 15px;
        right: 15px;
        width: auto;
        bottom: auto;
        max-height: calc(100% - 75px);
        overflow-y: auto; } }
    .navbar .mini_cart .cart-content table {
      max-height: 260px;
      overflow-y: auto;
      display: block; }
    .navbar .mini_cart a.cart-btn {
      color: #808080 !important;
      height: 40px !important;
      line-height: 38px !important; }
      .navbar .mini_cart a.cart-btn:hover {
        color: #000 !important; }
      .navbar .mini_cart a.cart-btn.primary {
        background: #9fc321 !important;
        color: #fff !important;
        border-radius: 3px !important;
        height: 40px !important;
        line-height: 38px !important; }
        .navbar .mini_cart a.cart-btn.primary i {
          font-size: 0.75rem !important;
          float: none !important;
          margin: 0 !important; }
        .navbar .mini_cart a.cart-btn.primary:hover {
          color: #fff !important;
          background: #ed3d85 !important; }
    .navbar .mini_cart table tbody td,
    .navbar .mini_cart table tbody th,
    .navbar .mini_cart table tfoot td,
    .navbar .mini_cart table tfoot th,
    .navbar .mini_cart table thead td,
    .navbar .mini_cart table thead th {
      padding: 0.75rem; }
      .navbar .mini_cart table tbody td.cart-price,
      .navbar .mini_cart table tbody th.cart-price,
      .navbar .mini_cart table tfoot td.cart-price,
      .navbar .mini_cart table tfoot th.cart-price,
      .navbar .mini_cart table thead td.cart-price,
      .navbar .mini_cart table thead th.cart-price {
        white-space: nowrap; }

.hero-banner {
  padding: 0; }
  .hero-banner .container .row {
    margin: 0;
    padding: 0; }
    .hero-banner .container .row .col-sm-12 {
      margin: 0;
      padding: 0; }
  .hero-banner .banner {
    height: 100%;
    min-height: 500px; }
    @media (max-width: 992px) {
      .hero-banner .banner {
        min-height: auto;
        padding: 66% 0 0; } }
    .hero-banner .banner a {
      width: 100%;
      height: 100%;
      display: block; }
  .hero-banner .sidebar {
    background: #9fc321;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .hero-banner .sidebar h1,
    .hero-banner .sidebar h2,
    .hero-banner .sidebar h3,
    .hero-banner .sidebar h4,
    .hero-banner .sidebar h5,
    .hero-banner .sidebar h6 {
      color: #fff; }
    .hero-banner .sidebar h2 {
      font-size: 20px; }
    .hero-banner .sidebar h3 {
      font-size: 20px; }
    .hero-banner .sidebar .top {
      padding: 30px; }
    .hero-banner .sidebar .bottom {
      padding: 30px;
      background: rgba(255, 255, 255, 0.4);
      text-align: center; }

.blog-container {
  color: #808080;
  padding: 0; }
  .blog-container .introblock {
    padding: 0 20px; }
  @media (min-width: 1200px) {
    .blog-container.blog-entry-page {
      padding-top: 60px; } }
  @media (max-width: 1200px) {
    .blog-container.blog-entry-page {
      padding-top: 30px; } }
  @media (max-width: 992px) {
    .blog-container.blog-entry-page {
      padding-top: 0; } }
  .blog-container.blog-slider div.items .card {
    display: flex;
    margin: 40px 0 80px; }
    @media (max-width: 768px) {
      .blog-container.blog-slider div.items .card {
        margin: 30px 0 20px; } }
    .blog-container.blog-slider div.items .card:hover {
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
  .blog-container p {
    margin: 0 0 30px;
    display: inline-block;
    width: 100%; }
  .blog-container h3,
  .blog-container h4,
  .blog-container h5 {
    font-weight: bold;
    color: #9fc321;
    margin-top: 30px;
    display: inline-block;
    width: 100%; }
  .blog-container div.items {
    margin-top: 15px;
    margin-bottom: 15px; }
    .blog-container div.items .card {
      height: calc(100% - 30px);
      position: relative;
      margin: 0;
      transition: 0.3s;
      border: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      margin: 15px 0; }
      .blog-container div.items .card .comments {
        float: right;
        margin: 0; }
      .blog-container div.items .card a {
        display: block;
        height: 100%; }
        .blog-container div.items .card a .card-image {
          position: relative;
          height: 200px; }
          .blog-container div.items .card a .card-image .image-container {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 5px 5px 0 0;
            transition: 0.3s;
            transform-origin: bottom; }
        .blog-container div.items .card a .card-body {
          padding: 20px;
          position: relative;
          border-radius: 0 0 5px 5px; }
          .blog-container div.items .card a .card-body:before {
            content: "";
            position: absolute;
            z-index: 4;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #f8f8f8;
            border-radius: 0 0 5px 5px;
            transition: 0.3s;
            transform-origin: top; }
          .blog-container div.items .card a .card-body:after {
            content: "";
            position: absolute;
            z-index: 5;
            top: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            background: #ed3d85;
            border-radius: 0 0 5px 5px;
            transition: 0.3s;
            transform-origin: top; }
          .blog-container div.items .card a .card-body .title-container {
            position: relative;
            z-index: 10; }
          .blog-container div.items .card a .card-body .intro-container {
            display: none; }
          .blog-container div.items .card a .card-body h2 {
            font-size: 18px;
            color: #e6017e;
            margin: 0 0 10px;
            transition: 0.3s; }
      .blog-container div.items .card:hover {
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
        .blog-container div.items .card:hover a .card-image .image-container {
          transform: scale(1.05); }
        .blog-container div.items .card:hover a .card-body:after, .blog-container div.items .card:hover a .card-body:before {
          top: 0;
          transform: scale(1.05); }
        .blog-container div.items .card:hover a .card-body h2 {
          color: #fff; }
        .blog-container div.items .card:hover a .card-body .meta .comments a,
        .blog-container div.items .card:hover a .card-body .meta .comments span,
        .blog-container div.items .card:hover a .card-body .meta .date a,
        .blog-container div.items .card:hover a .card-body .meta .date span {
          color: #fff; }
  .blog-container .meta {
    margin: 10px 0 0; }
    .blog-container .meta .comments,
    .blog-container .meta .date {
      display: inline-block;
      font-size: 14px;
      color: #59595b;
      margin: 0 10px 0 0;
      border-radius: 3px;
      transition: 0.3s; }
      .blog-container .meta .comments a,
      .blog-container .meta .comments span,
      .blog-container .meta .date a,
      .blog-container .meta .date span {
        color: #59595b;
        display: block;
        transition: 0.3s; }
  .blog-container .cards {
    padding: 0 0 20px; }
  .blog-container ul.items {
    padding: 0;
    margin: 0; }
    .blog-container ul.items li {
      list-style: none;
      margin: 0 0 20px;
      padding: 15px;
      border-radius: 8px;
      transition: 0.3s;
      position: relative; }
      .blog-container ul.items li:after {
        content: "";
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #ddd;
        border-radius: 5px;
        transition: 0.3s; }
      .blog-container ul.items li:hover:after {
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
      .blog-container ul.items li:hover a {
        color: #59595b; }
      .blog-container ul.items li a {
        display: flex; }
        @media (max-width: 768px) {
          .blog-container ul.items li a {
            display: block; } }
        .blog-container ul.items li a .image-container {
          flex-shrink: 0;
          position: relative; }
          .blog-container ul.items li a .image-container img {
            width: 240px; }
            @media (max-width: 768px) {
              .blog-container ul.items li a .image-container img {
                display: none; } }
        .blog-container ul.items li a .content-container {
          padding: 0 0 0 20px; }
          @media (max-width: 768px) {
            .blog-container ul.items li a .content-container {
              padding: 20px 20px 0; } }
          .blog-container ul.items li a .content-container .title-container {
            margin: 0 0 15px; }
            .blog-container ul.items li a .content-container .title-container .comments:hover {
              border-color: #ed3d85;
              background: #ed3d85;
              color: #fff; }
            .blog-container ul.items li a .content-container .title-container .title h2 {
              color: #ed3d85;
              font-size: 25px;
              font-weight: normal;
              margin: 0; }
          .blog-container ul.items li a .content-container .intro-container .comments:hover {
            border-color: #ed3d85;
            background: #ed3d85;
            color: #fff; }
  .blog-container .sidebar .block {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 20px; }
    .blog-container .sidebar .block .block-title h3 {
      font-size: 18px;
      margin: 0 0 20px;
      text-transform: uppercase;
      display: block;
      color: #59595b; }
      .blog-container .sidebar .block .block-title h3:after {
        content: "";
        display: block;
        width: 40px;
        height: 3px;
        margin: 2px 0 0;
        background: #9fc321; }
    .blog-container .sidebar .block form {
      position: relative; }
      .blog-container .sidebar .block form input[type="text"] {
        width: 100%;
        height: 40px;
        padding: 0 40px 0 10px;
        border-radius: 3px;
        border: 1px solid #ddd; }
      .blog-container .sidebar .block form input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        height: 40px;
        opacity: 0;
        z-index: 10; }
      .blog-container .sidebar .block form i.fa {
        position: absolute;
        z-index: 5;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: #9fc321;
        border-radius: 0 3px 3px 0;
        color: #fff; }
    .blog-container .sidebar .block .popular ul {
      margin: 0;
      padding: 0; }
      .blog-container .sidebar .block .popular ul li {
        padding: 0 0 0 15px;
        margin: 0 0 15px;
        position: relative;
        list-style: none; }
        .blog-container .sidebar .block .popular ul li:before {
          content: "\f105";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 12px;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          position: absolute;
          left: 0;
          top: 4px;
          color: #59595b; }
        .blog-container .sidebar .block .popular ul li .meta {
          font-size: 14px;
          color: #aaa;
          margin: 0; }
          .blog-container .sidebar .block .popular ul li .meta .comments,
          .blog-container .sidebar .block .popular ul li .meta .views {
            display: inline-block;
            margin: 0 10px 0 0;
            padding: 0;
            border: 0; }
            .blog-container .sidebar .block .popular ul li .meta .comments:hover,
            .blog-container .sidebar .block .popular ul li .meta .views:hover {
              background: none;
              color: #e6017e; }
    .blog-container .sidebar .block.cta {
      padding: 0;
      border: 0;
      overflow: hidden; }
      .blog-container .sidebar .block.cta .block-image img {
        width: 100% !important;
        height: auto !important; }
      .blog-container .sidebar .block.cta .block-content {
        background: #333;
        color: #fff;
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        padding: 20px;
        font-family: 'Toronto Subway','Prompt', sans-serif; }
        .blog-container .sidebar .block.cta .block-content .btn {
          margin-top: 10px;
          display: block; }
  .blog-container .blog .blog-top {
    display: flex;
    align-items: center;
    margin: 0 0 20px; }
    @media (max-width: 992px) {
      .blog-container .blog .blog-top {
        display: block; } }
    .blog-container .blog .blog-top .title h1 {
      margin: 0; }
    .blog-container .blog .blog-top .title .meta {
      margin-bottom: 0; }
    .blog-container .blog .blog-top .image {
      width: 300px;
      height: 300px;
      overflow: hidden;
      border-radius: 100%;
      flex-shrink: 0;
      margin-right: 30px;
      margin-left: -75px; }
      @media (max-width: 992px) {
        .blog-container .blog .blog-top .image {
          width: calc(100% + 30px);
          height: auto;
          border-radius: 0;
          margin: 0 -15px 30px; } }
      .blog-container .blog .blog-top .image img {
        display: none; }
        @media (max-width: 992px) {
          .blog-container .blog .blog-top .image img {
            display: block;
            width: 100%; } }
  .blog-container .blog .more-articles {
    margin: 30px 0; }
    .blog-container .blog .more-articles h5 {
      font-weight: bold;
      text-transform: uppercase;
      color: #59595b;
      margin: 0 0 20px; }
      .blog-container .blog .more-articles h5:after {
        content: "";
        margin: 10px 0 0;
        height: 3px;
        width: 50px;
        background: #9fc321;
        display: block; }
    .blog-container .blog .more-articles ul {
      padding: 0;
      margin: 0; }
      .blog-container .blog .more-articles ul li {
        list-style: none;
        margin: 0 0 10px;
        width: 50%;
        float: left; }
        @media (max-width: 992px) {
          .blog-container .blog .more-articles ul li {
            width: 100%; } }
        .blog-container .blog .more-articles ul li:last-child {
          margin: 0; }
        .blog-container .blog .more-articles ul li a {
          display: flex;
          align-items: center; }
        .blog-container .blog .more-articles ul li .image-container {
          width: 80px;
          flex-shrink: 0; }
        .blog-container .blog .more-articles ul li .content-container {
          padding: 0 20px; }
  .blog-container .blog-replies-wrapper {
    margin: 30px 0; }
    .blog-container .blog-replies-wrapper .blog-reply-form input,
    .blog-container .blog-replies-wrapper .blog-reply-form textarea {
      width: 100%;
      border: 1px solid #ddd;
      border-radius: 3px;
      padding: 0 20px;
      height: 50px;
      margin: 0 0 10px;
      float: left; }
    .blog-container .blog-replies-wrapper .blog-reply-form textarea {
      padding: 20px;
      height: 150px; }
    .blog-container .blog-replies-wrapper .blog-replies .reply {
      margin: 0 0 20px;
      padding: 30px; }
      @media (max-width: 768px) {
        .blog-container .blog-replies-wrapper .blog-replies .reply {
          padding: 15px; } }
      .blog-container .blog-replies-wrapper .blog-replies .reply:hover > .actions {
        opacity: 1; }
      .blog-container .blog-replies-wrapper .blog-replies .reply .reply {
        margin: 20px 0 0 5%;
        background: #fffefe; }
      .blog-container .blog-replies-wrapper .blog-replies .reply .data {
        border: 0;
        padding: 0; }
      .blog-container .blog-replies-wrapper .blog-replies .reply .actions {
        display: block;
        width: 100%;
        margin: 15px 0 0; }
        @media (min-width: 992px) {
          .blog-container .blog-replies-wrapper .blog-replies .reply .actions {
            opacity: 0;
            transition: 0.3s; } }
        .blog-container .blog-replies-wrapper .blog-replies .reply .actions .action-reply {
          padding: 10px 20px;
          border: 1px solid #9fc321;
          float: left; }
          .blog-container .blog-replies-wrapper .blog-replies .reply .actions .action-reply i {
            margin-right: 5px; }
          .blog-container .blog-replies-wrapper .blog-replies .reply .actions .action-reply:hover {
            color: #fff;
            background: #9fc321; }
      .blog-container .blog-replies-wrapper .blog-replies .reply .top-data {
        display: flex;
        align-items: center;
        margin: 0 0 20px; }
        .blog-container .blog-replies-wrapper .blog-replies .reply .top-data .avatar {
          width: 90px;
          padding-right: 20px; }
          @media (max-width: 768px) {
            .blog-container .blog-replies-wrapper .blog-replies .reply .top-data .avatar {
              display: none; } }
          .blog-container .blog-replies-wrapper .blog-replies .reply .top-data .avatar img {
            border-radius: 100%; }
      .blog-container .blog-replies-wrapper .blog-replies .reply .name {
        font-size: 25px;
        color: #e6017e; }
        @media (max-width: 768px) {
          .blog-container .blog-replies-wrapper .blog-replies .reply .name {
            font-size: 16px; } }
      .blog-container .blog-replies-wrapper .blog-replies .reply .date {
        font-size: 12px;
        margin: 5px 0 0;
        font-style: italic; }
    .blog-container .blog-replies-wrapper h2 {
      color: #808080;
      display: inline-block;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.5rem;
      margin: 30px 0;
      font-family: 'Toronto Subway','Prompt', sans-serif; }
      .blog-container .blog-replies-wrapper h2:after {
        content: "";
        height: 3px;
        width: 50px;
        background: #9fc321;
        display: block; }

.inspirationals {
  padding: 0 0 40px; }
  .inspirationals .slider {
    margin: 0 -5px;
    position: relative; }
    .inspirationals .slider .slick-arrow {
      position: absolute;
      left: -10px;
      top: 50%;
      transform: translateY(-90%);
      background: none;
      font-size: 0;
      border: 0;
      outline: none; }
      .inspirationals .slider .slick-arrow:before {
        content: "\f104";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 20px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: #ed3d85; }
      .inspirationals .slider .slick-arrow:hover:before {
        color: #9fc321; }
      .inspirationals .slider .slick-arrow.slick-next {
        left: auto;
        right: -10px; }
        .inspirationals .slider .slick-arrow.slick-next:before {
          content: "\f105"; }
    .inspirationals .slider .slide {
      display: flex;
      padding: 0 25px;
      outline: none;
      width: 100%; }
      .inspirationals .slider .slide .avatar {
        flex-shrink: 0; }
        .inspirationals .slider .slide .avatar img {
          width: 90px;
          border-radius: 100%; }
      .inspirationals .slider .slide .quote {
        font-size: 14px;
        padding: 0 0 0 40px;
        width: 100%; }
        @media (max-width: 768px) {
          .inspirationals .slider .slide .quote {
            padding: 0 0 0 20px; } }
        .inspirationals .slider .slide .quote .text {
          border: 1px solid #ddd;
          border-radius: 10px;
          padding: 20px;
          min-height: 90px; }
        .inspirationals .slider .slide .quote .name {
          color: #9fc321;
          font-weight: bold;
          text-align: right;
          margin: 10px 0 0; }

.footer {
  background: #f8f8f8;
  padding: 50px 0;
  margin: 0;
  position: relative;
  color: #59595b;
  font-size: 14px; }
  @media (max-width: 768px) {
    .footer {
      padding: 50px 0;
      margin: 50px 0 0; } }
  .footer h3 {
    font-size: 20px; }
  .footer a.btn {
    margin: 0 0 10px; }
  .footer ul {
    margin: 0 0 20px;
    padding: 0; }
    .footer ul li {
      margin: 0;
      position: relative;
      list-style: none;
      border-bottom: 1px solid #ddd; }
      .footer ul li a {
        padding: 15px 0 15px 15px;
        display: block;
        color: #59595b; }
        .footer ul li a:hover {
          color: #9fc321; }
      .footer ul li i {
        color: #9fc321;
        width: 20px; }
      .footer ul li:before {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 12px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        left: 0;
        top: 17px;
        color: #59595b; }
  .footer .col-sm-12:last-child ul li a {
    padding: 15px 0; }
  .footer .col-sm-12:last-child ul li:before {
    content: none; }

.subfooter {
  background: #9fc321;
  color: #fff;
  text-align: center;
  padding: 25px 0; }
  .subfooter a {
    color: #fff; }
    .subfooter a:hover {
      color: #ed3d85; }

.pagination-wrapper {
  margin: 0 auto; }

.pagination span.sep-dots {
  margin: 0 0 5px 5px; }
.pagination li a {
  border: 1px solid #eee;
  color: #59595b;
  padding: 6px 12px;
  border-radius: 3px;
  margin: 0 0 5px 5px;
  font-weight: bold; }
.pagination li.active a, .pagination li:hover a {
  background: #59595b;
  color: #fff;
  border-color: #59595b; }

.empty.full-width .container,
.text-blocks.full-width .container {
  max-width: 100%;
  padding: 0; }
.empty .webshop-bundle.webshop-widget ul.product-carousel,
.text-blocks .webshop-bundle.webshop-widget ul.product-carousel {
  margin: 0 -15px;
  padding: 0; }
  .empty .webshop-bundle.webshop-widget ul.product-carousel .card,
  .text-blocks .webshop-bundle.webshop-widget ul.product-carousel .card {
    margin: 40px 0 30px; }
    .empty .webshop-bundle.webshop-widget ul.product-carousel .card .card-title,
    .text-blocks .webshop-bundle.webshop-widget ul.product-carousel .card .card-title {
      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; }
.empty .category-description,
.text-blocks .category-description {
  margin: 0 0 30px; }
.empty img[style*="float: left;"],
.text-blocks img[style*="float: left;"] {
  margin: 0 30px 10px 0; }
.empty img[style*="float: right;"],
.text-blocks img[style*="float: right;"] {
  margin: 0 0 10px 30px; }
.empty .card.sidebar,
.text-blocks .card.sidebar {
  background: rgba(159, 195, 33, 0.05); }
.empty.vertical-align .row,
.text-blocks.vertical-align .row {
  align-items: center; }

.plugin-forms {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 5px; }
  .plugin-forms .card {
    padding: 0;
    border: 0; }
    .plugin-forms .card .field-label {
      margin: 0 0 5px; }
    .plugin-forms .card input,
    .plugin-forms .card textarea {
      height: 40px;
      width: 100%;
      border-radius: 3px;
      border: 1px solid #ddd;
      padding: 0 10px; }
    .plugin-forms .card textarea {
      padding: 10px;
      height: 100px; }
    .plugin-forms .card .sublabel:empty {
      display: none; }

.product-history {
  background: #fdf6f8;
  border-bottom: 1px solid #ddd; }
  .product-history .slick-track {
    display: flex;
    align-items: stretch;
    width: auto; }

.blog_bundle .product .card,
.category-products .product .card,
.product-history .product .card,
.webshop .product .card,
.webshop-bundle .product .card {
  margin: 0 0 20px;
  width: 100%;
  background: none;
  border: 0; }
  .blog_bundle .product .card:hover:after,
  .category-products .product .card:hover:after,
  .product-history .product .card:hover:after,
  .webshop .product .card:hover:after,
  .webshop-bundle .product .card:hover:after {
    transform: scale(1.05);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
  .blog_bundle .product .card:after,
  .category-products .product .card:after,
  .product-history .product .card:after,
  .webshop .product .card:after,
  .webshop-bundle .product .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: 0.3s; }
  .blog_bundle .product .card.tag-2 .sale-badge,
  .category-products .product .card.tag-2 .sale-badge,
  .product-history .product .card.tag-2 .sale-badge,
  .webshop .product .card.tag-2 .sale-badge,
  .webshop-bundle .product .card.tag-2 .sale-badge {
    background: #9fc321;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    line-height: 60px;
    transform: rotate(-10deg);
    top: 60px;
    left: -10px;
    z-index: 15; }
  .blog_bundle .product .card .sale-badge,
  .category-products .product .card .sale-badge,
  .product-history .product .card .sale-badge,
  .webshop .product .card .sale-badge,
  .webshop-bundle .product .card .sale-badge {
    background: #9fc321;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    line-height: 60px;
    transform: rotate(-10deg);
    top: -10px;
    left: -10px;
    z-index: 15; }
  .blog_bundle .product .card .new-badge,
  .category-products .product .card .new-badge,
  .product-history .product .card .new-badge,
  .webshop .product .card .new-badge,
  .webshop-bundle .product .card .new-badge {
    background: #e6017e;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    line-height: 60px;
    transform: rotate(-10deg);
    top: -10px;
    left: -10px;
    z-index: 15; }
  .blog_bundle .product .card .card-image,
  .category-products .product .card .card-image,
  .product-history .product .card .card-image,
  .webshop .product .card .card-image,
  .webshop-bundle .product .card .card-image {
    margin-bottom: 0 !important; }
  .blog_bundle .product .card .card-body,
  .category-products .product .card .card-body,
  .product-history .product .card .card-body,
  .webshop .product .card .card-body,
  .webshop-bundle .product .card .card-body {
    padding-top: 0; }
  .blog_bundle .product .card a,
  .category-products .product .card a,
  .product-history .product .card a,
  .webshop .product .card a,
  .webshop-bundle .product .card a {
    position: relative;
    z-index: 10; }
    .blog_bundle .product .card a:hover h5.card-title,
    .category-products .product .card a:hover h5.card-title,
    .product-history .product .card a:hover h5.card-title,
    .webshop .product .card a:hover h5.card-title,
    .webshop-bundle .product .card a:hover h5.card-title {
      color: #9fc321; }
  .blog_bundle .product .card h5.card-title,
  .category-products .product .card h5.card-title,
  .product-history .product .card h5.card-title,
  .webshop .product .card h5.card-title,
  .webshop-bundle .product .card h5.card-title {
    font-weight: bold;
    color: #e6017e;
    font-size: 18px; }
  .blog_bundle .product .card .intro-wrapper,
  .category-products .product .card .intro-wrapper,
  .product-history .product .card .intro-wrapper,
  .webshop .product .card .intro-wrapper,
  .webshop-bundle .product .card .intro-wrapper {
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px; }
  .blog_bundle .product .card .card-bottom,
  .category-products .product .card .card-bottom,
  .product-history .product .card .card-bottom,
  .webshop .product .card .card-bottom,
  .webshop-bundle .product .card .card-bottom {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .blog_bundle .product .card .card-bottom .price,
    .category-products .product .card .card-bottom .price,
    .product-history .product .card .card-bottom .price,
    .webshop .product .card .card-bottom .price,
    .webshop-bundle .product .card .card-bottom .price {
      font-weight: bold;
      color: #59595b; }
      .blog_bundle .product .card .card-bottom .price.old,
      .category-products .product .card .card-bottom .price.old,
      .product-history .product .card .card-bottom .price.old,
      .webshop .product .card .card-bottom .price.old,
      .webshop-bundle .product .card .card-bottom .price.old {
        color: #aaa;
        font-size: 16px;
        margin-right: 10px;
        position: relative; }
        .blog_bundle .product .card .card-bottom .price.old .strike,
        .category-products .product .card .card-bottom .price.old .strike,
        .product-history .product .card .card-bottom .price.old .strike,
        .webshop .product .card .card-bottom .price.old .strike,
        .webshop-bundle .product .card .card-bottom .price.old .strike {
          position: relative; }
          .blog_bundle .product .card .card-bottom .price.old .strike:before,
          .category-products .product .card .card-bottom .price.old .strike:before,
          .product-history .product .card .card-bottom .price.old .strike:before,
          .webshop .product .card .card-bottom .price.old .strike:before,
          .webshop-bundle .product .card .card-bottom .price.old .strike:before {
            content: "";
            height: 2px;
            background: #aaa;
            transform: translateY(-50%) rotate(-10deg);
            position: absolute;
            top: 50%;
            left: -2px;
            right: -2px; }
    .blog_bundle .product .card .card-bottom .btn,
    .category-products .product .card .card-bottom .btn,
    .product-history .product .card .card-bottom .btn,
    .webshop .product .card .card-bottom .btn,
    .webshop-bundle .product .card .card-bottom .btn {
      background: #9fc321;
      color: #fff;
      height: 40px;
      line-height: 40px;
      padding: 0 15px; }
      .blog_bundle .product .card .card-bottom .btn:hover,
      .category-products .product .card .card-bottom .btn:hover,
      .product-history .product .card .card-bottom .btn:hover,
      .webshop .product .card .card-bottom .btn:hover,
      .webshop-bundle .product .card .card-bottom .btn:hover {
        background: #8dad1d; }

.grouped_product.invalid {
  color: black;
  font-weight: bold;
  background: rgba(255, 0, 0, 0.2); }

@media (max-width: 768px) {
  .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: 900; }
    .webshop:not(.product-type-2) .button-wrapper .btn {
      width: 100%; } }
.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; }
  .webshop .goto-button-wrapper a {
    padding: 0.5rem 0.75rem; }
.webshop .amount-wrapper {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 20px 0;
  width: 90px;
  float: right; }
  .webshop .amount-wrapper .n_action {
    width: 30px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #59595b;
    border-radius: 5px; }
    .webshop .amount-wrapper .n_action:hover {
      background: #59595b;
      color: #fff; }
  .webshop .amount-wrapper input {
    border: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center; }
.webshop .breadcrumbs {
  display: none; }
.webshop .product-title {
  font-family: 'Toronto Subway','Prompt', sans-serif;
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
  color: #59595b;
  position: relative;
  margin: 0 0 40px;
  line-height: normal; }
  .webshop .product-title:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    background: #9fc321;
    bottom: -18px;
    left: 0; }
.webshop.cart .found-amount, .webshop.category-view .found-amount {
  line-height: 40px;
  float: left; }
.webshop.cart .filter-toggle, .webshop.category-view .filter-toggle {
  float: right; }
  .webshop.cart .filter-toggle .btn, .webshop.category-view .filter-toggle .btn {
    border: 0;
    line-height: 40px;
    padding: 0; }
    .webshop.cart .filter-toggle .btn:hover, .webshop.category-view .filter-toggle .btn:hover {
      background: none;
      color: #000; }
.webshop.cart #order, .webshop.category-view #order {
  height: 40px;
  padding: 0 10px;
  float: right; }
  @media (max-width: 768px) {
    .webshop.cart #order, .webshop.category-view #order {
      width: 100%;
      float: left; } }
@media (max-width: 992px) {
  .webshop.cart .filters, .webshop.category-view .filters {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 999;
    padding: 15px;
    box-shadow: 0 0 20px transparent;
    background: #fdf6f8;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: 0.5s; }
    .show-filters .webshop.cart .filters, .show-filters .webshop.category-view .filters {
      transform: translateX(0%);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); } }
.webshop.cart .filters .filters-topbar, .webshop.category-view .filters .filters-topbar {
  width: 100%;
  float: left;
  line-height: 40px;
  padding: 0 5px 0 15px; }
  .webshop.cart .filters .filters-topbar h3, .webshop.category-view .filters .filters-topbar h3 {
    float: left;
    line-height: 40px; }
  .webshop.cart .filters .filters-topbar .close-filters, .webshop.category-view .filters .filters-topbar .close-filters {
    float: right;
    color: #000; }
    .webshop.cart .filters .filters-topbar .close-filters .bars, .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; }
      .webshop.cart .filters .filters-topbar .close-filters .bars:hover, .webshop.category-view .filters .filters-topbar .close-filters .bars:hover {
        transform: rotate(135deg); }
      .webshop.cart .filters .filters-topbar .close-filters .bars .bar, .webshop.category-view .filters .filters-topbar .close-filters .bars .bar {
        width: 16px;
        height: 3px;
        background: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); }
        .webshop.cart .filters .filters-topbar .close-filters .bars .bar:nth-child(1), .webshop.category-view .filters .filters-topbar .close-filters .bars .bar:nth-child(1) {
          transform: translateY(-50%) translateX(-50%) rotate(90deg); }
.webshop.cart .filters .card, .webshop.category-view .filters .card {
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .webshop.cart .filters .card.type-color .filter-row, .webshop.category-view .filters .card.type-color .filter-row {
    padding: 4px; }
  .webshop.cart .filters .card.type-color .input-field, .webshop.category-view .filters .card.type-color .input-field {
    position: relative;
    float: left; }
    .webshop.cart .filters .card.type-color .input-field input[type="checkbox"], .webshop.category-view .filters .card.type-color .input-field input[type="checkbox"] {
      display: none; }
    .webshop.cart .filters .card.type-color .input-field .filter-color, .webshop.category-view .filters .card.type-color .input-field .filter-color {
      float: left; }
    .webshop.cart .filters .card.type-color .input-field label, .webshop.category-view .filters .card.type-color .input-field label {
      float: left; }
    .webshop.cart .filters .card.type-color .input-field.filter-active .filter-color:after, .webshop.category-view .filters .card.type-color .input-field.filter-active .filter-color:after {
      content: "\f00c";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      font-variant: normal;
      text-decoration: inherit;
      font-size: 10px;
      position: absolute;
      top: 50%;
      left: 50%;
      color: #fff;
      transform: translateY(-50%) translateX(-50%);
      pointer-events: none; }
    .webshop.cart .filters .card.type-color .input-field.filter-active .filter-color:before, .webshop.category-view .filters .card.type-color .input-field.filter-active .filter-color:before {
      content: "";
      width: calc(100% + 8px);
      height: calc(100% + 8px);
      border: 2px solid #9fc321;
      position: absolute;
      top: -4px;
      left: -4px;
      right: -4px;
      bottom: -4px;
      border-radius: 100%; }
    .webshop.cart .filters .card.type-color .input-field.filter-active .filter-color.light:after, .webshop.category-view .filters .card.type-color .input-field.filter-active .filter-color.light:after {
      color: #000; }
  .webshop.cart .filters .card.type-dropdown .filter-row .input-field, .webshop.category-view .filters .card.type-dropdown .filter-row .input-field {
    padding: 5px 15px 6px;
    margin: 0 0 5px;
    position: relative;
    border-radius: 50px; }
    .webshop.cart .filters .card.type-dropdown .filter-row .input-field input[type="checkbox"], .webshop.category-view .filters .card.type-dropdown .filter-row .input-field input[type="checkbox"] {
      display: none; }
    .webshop.cart .filters .card.type-dropdown .filter-row .input-field label, .webshop.category-view .filters .card.type-dropdown .filter-row .input-field label {
      width: 100%;
      display: block; }
    .webshop.cart .filters .card.type-dropdown .filter-row .input-field:hover, .webshop.category-view .filters .card.type-dropdown .filter-row .input-field:hover {
      background: #fdf6f8; }
    .webshop.cart .filters .card.type-dropdown .filter-row .input-field.filter-active, .webshop.category-view .filters .card.type-dropdown .filter-row .input-field.filter-active {
      background: #9fc321;
      color: #fff; }
      .webshop.cart .filters .card.type-dropdown .filter-row .input-field.filter-active:after, .webshop.category-view .filters .card.type-dropdown .filter-row .input-field.filter-active:after {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        font-variant: normal;
        text-decoration: inherit;
        font-size: 14px;
        position: absolute;
        top: 48%;
        right: 10px;
        color: #fff;
        transform: translateY(-50%) translateX(-50%);
        pointer-events: none; }
      .webshop.cart .filters .card.type-dropdown .filter-row .input-field.filter-active:hover, .webshop.category-view .filters .card.type-dropdown .filter-row .input-field.filter-active:hover {
        background: #8dad1d; }
.webshop.cart #more-wrapper, .webshop.category-view #more-wrapper {
  margin: 0 auto 30px;
  text-align: center; }
.webshop.category-view {
  background: #f8f8f8;
  border-bottom: 1px solid #ddd; }
  .webshop.category-view .search-field input {
    padding: 0 10px; }
  @media (max-width: 992px) {
    .webshop.category-view .filters {
      background: rgba(251, 238, 242, 0.95);
      backdrop-filter: blur(2px);
      position: fixed;
      top: 90px;
      left: 0;
      bottom: 0;
      z-index: 30;
      padding: 15px;
      width: 280px;
      transform: translateX(-100%);
      transition: 0.3s;
      overflow-y: auto; }
      .show-filters .webshop.category-view .filters {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        transform: translateX(0); } }
  @media (max-width: 768px) {
    .webshop.category-view .filters {
      top: 60px; } }
  .webshop.category-view .filters#filters-bar .filters-wrapper {
    position: relative; }
  .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; }
    .webshop.category-view .filters#filters-bar .sidebar-loading i {
      margin: 0 auto;
      color: #ed3d85; }
  .webshop.category-view .filters#filters-bar.loading .sidebar-loading {
    display: flex; }
  .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: 992px) {
      .webshop.category-view .filters .filters-topbar {
        display: flex !important; } }
    .webshop.category-view .filters .filters-topbar h3 {
      font-size: 1.25rem; }
    .webshop.category-view .filters .filters-topbar .close-filters {
      float: right;
      color: #000; }
      .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; }
        .webshop.category-view .filters .filters-topbar .close-filters .bars:hover {
          transform: rotate(135deg); }
        .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%); }
          .webshop.category-view .filters .filters-topbar .close-filters .bars .bar:nth-child(1) {
            transform: translateY(-50%) translateX(-50%) rotate(90deg); }
  .webshop.category-view .filters .custom-control-input.disabled + .custom-control-label {
    opacity: 0.5;
    cursor: not-allowed !important; }
    .webshop.category-view .filters .custom-control-input.disabled + .custom-control-label span {
      cursor: not-allowed; }
  .webshop.category-view .filters .card {
    margin: 0 0 30px;
    width: 100%; }
    .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; }
      .webshop.category-view .filters .card .card-header .clear-filter {
        white-space: nowrap;
        font-size: 0.85rem;
        color: #ed3d85; }
        .webshop.category-view .filters .card .card-header .clear-filter i {
          font-size: 0.8rem; }
        .webshop.category-view .filters .card .card-header .clear-filter:hover {
          color: #000; }
    .webshop.category-view .filters .card .card-body {
      padding-top: 0.75rem; }
      .webshop.category-view .filters .card .card-body ul {
        margin: 0;
        padding: 0; }
        .webshop.category-view .filters .card .card-body ul li {
          list-style: none; }
          .webshop.category-view .filters .card .card-body ul li.active > a.cat-filter {
            color: #ed3d85;
            font-family: 'Toronto Subway','Prompt', sans-serif; }
            .webshop.category-view .filters .card .card-body ul li.active > a.cat-filter span.product-count {
              color: #aaa; }
          .webshop.category-view .filters .card .card-body ul li a.cat-filter {
            display: block;
            color: #808080;
            font-family: 'Toronto Subway','Prompt', sans-serif; }
            .webshop.category-view .filters .card .card-body ul li a.cat-filter:hover {
              color: #ed3d85; }
            .webshop.category-view .filters .card .card-body ul li a.cat-filter span.product-count {
              color: #aaa;
              float: right;
              font-size: 0.75rem; }
          .webshop.category-view .filters .card .card-body ul li ul {
            padding: 0 0 0 15px; }
            .webshop.category-view .filters .card .card-body ul li ul li {
              font-size: 0.85rem;
              position: relative; }
              .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; }
      .webshop.category-view .filters .card .card-body .btn.show-options {
        background: none;
        color: #ed3d85;
        padding: 0;
        font-size: 0.9rem;
        width: auto !important;
        margin-top: 0 !important; }
        .webshop.category-view .filters .card .card-body .btn.show-options:hover {
          color: #000; }
    .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; }
    .webshop.category-view .filters .card #filter-price-max {
      text-align: right; }
    .webshop.category-view .filters .card .slider-horizontal {
      width: calc(100% - 10px);
      margin-left: 10px; }
      .webshop.category-view .filters .card .slider-horizontal .slider-track {
        background: #eee;
        border: 0;
        box-shadow: none;
        height: 3px;
        margin-top: 0;
        transform: translateY(-50%); }
        .webshop.category-view .filters .card .slider-horizontal .slider-track .slider-selection {
          background: #fce0ec;
          border: 0;
          box-shadow: none; }
      .webshop.category-view .filters .card .slider-horizontal .slider-handle {
        background: #ed3d85;
        box-shadow: none;
        width: 10px;
        border-radius: 3px;
        cursor: pointer; }
        .webshop.category-view .filters .card .slider-horizontal .slider-handle:hover {
          transform: scale(1.1); }
    .webshop.category-view .filters .card.filter-search .card-body {
      padding: 0; }
    .webshop.category-view .filters .card.filter-search .search input {
      width: 100%;
      border: 0;
      padding: 0.75rem 1.25rem;
      border-radius: 3px; }
    .webshop.category-view .filters .card.filter-maat .filter-row {
      display: inline-block; }
      .webshop.category-view .filters .card.filter-maat .filter-row .custom-control {
        padding: 0;
        position: relative; }
    .webshop.category-view .filters .card.filter-maat input {
      display: none; }
      .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: #ed3d85;
        color: #fff;
        text-align: center;
        pointer-events: none;
        display: block; }
    .webshop.category-view .filters .card.filter-maat label {
      background: #808080;
      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; }
      .webshop.category-view .filters .card.filter-maat label:after, .webshop.category-view .filters .card.filter-maat label:before {
        display: none; }
      .webshop.category-view .filters .card.filter-maat label:hover {
        background: #000;
        color: #fff; }
      .webshop.category-view .filters .card.filter-maat label .color-option {
        position: relative;
        margin: 0 0 0 5px; }
        .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%; }
    .webshop.category-view .filters .card.type-color .filter-row {
      margin: 0 6px 6px 0;
      float: none;
      display: inline-block; }
      .webshop.category-view .filters .card.type-color .filter-row .custom-control .custom-control-label {
        position: relative; }
        .webshop.category-view .filters .card.type-color .filter-row .custom-control .custom-control-label::after {
          display: none !important; }
    .webshop.category-view .filters .card.type-color .input-field {
      position: relative;
      float: left;
      padding-left: 0; }
      .webshop.category-view .filters .card.type-color .input-field input[type="checkbox"] {
        display: none; }
        .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: #ed3d85;
          color: #fff;
          text-align: center;
          pointer-events: none; }
      .webshop.category-view .filters .card.type-color .input-field .filter-color {
        float: left; }
      .webshop.category-view .filters .card.type-color .input-field label {
        float: left;
        margin: 0;
        border-radius: 100%; }
        .webshop.category-view .filters .card.type-color .input-field label:before {
          display: none; }
        .webshop.category-view .filters .card.type-color .input-field label:hover span {
          position: relative; }
          .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%; }
        .webshop.category-view .filters .card.type-color .input-field label span {
          border-radius: 100% !important; }
  .webshop.category-view .category-header-image {
    margin: 0 0 15px; }
    .webshop.category-view .category-header-image img {
      border-radius: 10px; }
  .webshop.category-view .category-title {
    padding: 0 15px; }
  .webshop.category-view .category-filters {
    margin: 0 0 30px; }
    @media (max-width: 992px) {
      .webshop.category-view .category-filters .found-amount-wrapper {
        margin: 0 0 15px; } }
    .webshop.category-view .category-filters select {
      height: 38px; }
      @media (max-width: 992px) {
        .webshop.category-view .category-filters select {
          width: 100%; } }
    .webshop.category-view .category-filters .filter-toggle {
      margin: 0 0 0 10px; }
.webshop.cart .sidebar h5 {
  font-weight: bold; }
@media (max-width: 768px) {
  .webshop.cart .sidebar .card {
    text-align: left; } }
.webshop.cart .sidebar .card tbody tr:first-child td,
.webshop.cart .sidebar .card tfoot tr:first-child td {
  padding: 10px 0; }
.webshop.cart .sidebar .card tbody tr td,
.webshop.cart .sidebar .card tfoot tr td {
  padding: 0 0 10px; }
.webshop.cart .card {
  margin: 0 0 20px; }
  @media (max-width: 768px) {
    .webshop.cart .card {
      text-align: center; }
      .webshop.cart .card table {
        margin: 0 auto; } }
  .webshop.cart .card .row {
    margin: 0; }
  .webshop.cart .card .remove-item {
    position: absolute;
    top: 20px;
    right: 20px; }
  .webshop.cart .card .producttitle {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    display: block; }
  .webshop.cart .card .price {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 0;
    display: block; }
  .webshop.cart .card .amount-control {
    border: 1px solid #ddd;
    height: 32px;
    border-radius: 3px; }
    .webshop.cart .card .amount-control a {
      border-radius: 0; }
    .webshop.cart .card .amount-control i.fa {
      height: 30px;
      line-height: 30px;
      float: left;
      font-size: 11px;
      border-radius: 0; }
      .webshop.cart .card .amount-control i.fa:hover {
        background: #fdf6f8; }
    .webshop.cart .card .amount-control input {
      border: 0;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      height: 30px;
      float: left;
      text-align: center;
      width: 40px;
      background: none; }
.webshop.cart .buttons .btn {
  background: none;
  border-color: transparent; }
  .webshop.cart .buttons .btn:hover {
    background: #9fc321;
    color: #fff; }
  .webshop.cart .buttons .btn.next {
    background: #36a624;
    border-color: #36a624;
    color: #fff;
    float: right; }
    .webshop.cart .buttons .btn.next:hover {
      background: #3dbb29;
      border-color: #3dbb29; }
.webshop.cart .payment li a {
  background: #fff; }
.webshop .category-filters {
  margin: 30px 0; }
  .webshop .category-filters .col-sm-12 {
    margin: 0;
    padding: 0; }
.webshop .catalog-product-view {
  padding: 60px 0 30px; }
  @media (max-width: 1200px) {
    .webshop .catalog-product-view {
      padding: 30px 0; } }
  @media (max-width: 768px) {
    .webshop .catalog-product-view {
      padding: 20px 0; } }
  .webshop .catalog-product-view .share {
    float: right; }
    @media (max-width: 768px) {
      .webshop .catalog-product-view .share {
        float: none; } }
    .webshop .catalog-product-view .share a {
      height: 20px;
      width: 20px;
      border-radius: 100%;
      margin: 0 1px;
      text-align: center;
      opacity: 1; }
      .webshop .catalog-product-view .share a .resp-sharing-button {
        background: #000;
        height: 20px;
        width: 20px;
        border-radius: 100%; }
        .webshop .catalog-product-view .share a .resp-sharing-button--facebook {
          background: #3b5998; }
        .webshop .catalog-product-view .share a .resp-sharing-button--twitter {
          background: #1da1f2; }
        .webshop .catalog-product-view .share a .resp-sharing-button--email {
          background: #D44638; }
        .webshop .catalog-product-view .share a .resp-sharing-button--whatsapp {
          background: #25d366; }
        .webshop .catalog-product-view .share a .resp-sharing-button--telegram {
          background: #0088CC; }
      .webshop .catalog-product-view .share a:hover {
        background: #ed3d85; }
      .webshop .catalog-product-view .share a svg {
        width: 12px;
        height: 12px;
        fill: #fff;
        margin: 4px 0;
        vertical-align: top; }
  .webshop .catalog-product-view .product-topbar {
    margin: 0 0 30px;
    font-size: 14px; }
  .webshop .catalog-product-view .image {
    float: left;
    width: 100%;
    padding-bottom: 20px; }
  .webshop .catalog-product-view #pd-media-large-wrapper {
    position: relative; }
    .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;
      display: none; }
  .webshop .catalog-product-view .slider:hover .slick-arrow {
    opacity: 1;
    opacity: 0.5; }
  .webshop .catalog-product-view .slider .slick-arrow {
    width: 30px;
    height: 50px;
    text-align: center;
    background: #fff;
    color: #ed3d85;
    opacity: 0;
    transition: 0.3s;
    z-index: 55;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 0;
    border: 0; }
    .webshop .catalog-product-view .slider .slick-arrow:before {
      color: #ed3d85; }
    .webshop .catalog-product-view .slider .slick-arrow:hover {
      color: #9fc321;
      opacity: 1; }
      .webshop .catalog-product-view .slider .slick-arrow:hover:before {
        color: #9fc321; }
    .webshop .catalog-product-view .slider .slick-arrow.slick-prev {
      left: 0;
      border-radius: 0 3px 3px 0;
      padding: 0 5px 0 0; }
      .webshop .catalog-product-view .slider .slick-arrow.slick-prev:before {
        content: "\f104";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        font-variant: normal;
        text-decoration: inherit;
        font-size: 30px; }
    .webshop .catalog-product-view .slider .slick-arrow.slick-next {
      right: 0;
      border-radius: 3px 0 0 3px;
      padding: 0 0 0 5px; }
      .webshop .catalog-product-view .slider .slick-arrow.slick-next:before {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        font-variant: normal;
        text-decoration: inherit;
        font-size: 30px; }
    .webshop .catalog-product-view .slider .slick-arrow:before {
      color: #000; }
  .webshop .catalog-product-view .slider .slick-slide .vtable {
    display: table;
    width: 100%; }
    .webshop .catalog-product-view .slider .slick-slide .vtable .vcell {
      display: table-cell;
      vertical-align: top; }
  .webshop .catalog-product-view .slider .slick-slide img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 600px; }
  .webshop .catalog-product-view .slider#pd-media-large {
    background: #fff; }
  .webshop .catalog-product-view .slider#pd-media-thumb {
    margin-top: 10px; }
    .webshop .catalog-product-view .slider#pd-media-thumb .slick-slide {
      cursor: pointer; }
      .webshop .catalog-product-view .slider#pd-media-thumb .slick-slide:only-child {
        display: none; }
      .webshop .catalog-product-view .slider#pd-media-thumb .slick-slide img {
        opacity: 0.5; }
      .webshop .catalog-product-view .slider#pd-media-thumb .slick-slide:hover img {
        opacity: 0.75; }
      .webshop .catalog-product-view .slider#pd-media-thumb .slick-slide.slick-current img {
        opacity: 1; }
      .webshop .catalog-product-view .slider#pd-media-thumb .slick-slide .vtable {
        height: 100px;
        border: 1px solid #ddd;
        margin: 0 5px;
        width: calc(100% - 10px); }
        .webshop .catalog-product-view .slider#pd-media-thumb .slick-slide .vtable .vcell {
          vertical-align: middle; }
    .webshop .catalog-product-view .slider#pd-media-thumb .card {
      width: calc(100% - 10px);
      margin: 5px;
      background: #fff;
      border-radius: 0;
      border: 0; }
    .webshop .catalog-product-view .slider#pd-media-thumb img {
      max-height: 80px; }
.webshop .sidebar-productinfo {
  font-size: 14px; }
  @media (min-width: 992px) {
    .webshop .sidebar-productinfo {
      padding-left: 50px; } }
  .webshop .sidebar-productinfo .stock-notify {
    background: #ed3d852e;
    padding: 10px 20px 20px;
    border-radius: 4px;
    text-align: center; }
    .webshop .sidebar-productinfo .stock-notify p:first-of-type {
      font-weight: 900;
      color: #000; }
    .webshop .sidebar-productinfo .stock-notify input {
      height: 40px;
      border-radius: 3px;
      border: 1px solid #ddd;
      padding: 0 10px; }
    .webshop .sidebar-productinfo .stock-notify .btn {
      border: 0;
      padding: 0.5rem;
      border-radius: 5px;
      background: #9fc321;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      transition: 0.15s;
      line-height: 23px;
      margin-top: -3px; }
      @media (max-width: 768px) {
        .webshop .sidebar-productinfo .stock-notify .btn {
          margin-top: 15px; } }
  .webshop .sidebar-productinfo .card {
    background: none;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0;
    border: 0; }
    .webshop .sidebar-productinfo .card.meta-share {
      border: 0;
      padding: 0;
      text-align: left; }
    .webshop .sidebar-productinfo .card #pd-cart-button {
      background: #9fc321;
      color: #fff;
      padding: 10px 50px;
      text-transform: none; }
      .webshop .sidebar-productinfo .card #pd-cart-button.disabled {
        background: #ccc;
        opacity: 1; }
        .webshop .sidebar-productinfo .card #pd-cart-button.disabled:hover {
          background: #ccc;
          cursor: not-allowed; }
      .webshop .sidebar-productinfo .card #pd-cart-button:hover {
        background: #e6017e; }
.webshop .meta-bar {
  background: #fdf6f8;
  padding: 20px;
  margin: 20px 0; }
.webshop .share {
  text-align: left; }
  .webshop .share a {
    height: 20px;
    display: inline-block;
    margin: 0 0 0 5px;
    text-align: center;
    line-height: 20px;
    opacity: 0.5; }
    .webshop .share a:hover {
      opacity: 1; }
    .webshop .share a svg {
      height: 16px; }
.webshop #pd-price-block .price-wrapper {
  display: inline-block;
  white-space: nowrap; }
.webshop #pd-price-block .price {
  font-size: 20px;
  position: relative;
  white-space: nowrap;
  color: #59595b;
  font-weight: bold; }
  .webshop #pd-price-block .price.old {
    color: #aaa;
    font-size: 16px;
    margin-right: 10px; }
    .webshop #pd-price-block .price.old:before {
      content: "";
      height: 2px;
      background: #aaa;
      transform: translateY(-50%) rotate(-10deg);
      position: absolute;
      top: 50%;
      left: -2px;
      right: -2px; }
.webshop #pd-price-block .btw {
  font-size: 14px; }
.webshop #pd-price-block .stock-label {
  font-size: 14px; }
.webshop .base-info {
  margin: 20px 0 0; }
.webshop .accordion-section .accordion-title {
  font-size: 20px;
  color: #59595b;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 0 0 20px;
  font-family: 'Toronto Subway','Prompt', sans-serif;
  position: relative; }
  .webshop .accordion-section .accordion-title:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 9px;
    left: 0;
    transform: rotate(90deg);
    transition: 0.3s; }
  .webshop .accordion-section .accordion-title.collapsed:before {
    transform: rotate(0); }
  .webshop .accordion-section .accordion-title:hover {
    color: #9fc321; }
.webshop .accordion-section > div {
  padding: 0 0 0 20px; }
.webshop #configurable-options {
  border-bottom: 1px solid #ddd;
  padding: 0 0 30px;
  margin: 0; }
  .webshop #configurable-options table {
    width: 100%; }
    .webshop #configurable-options table select {
      width: 100%;
      padding: 0 10px;
      height: 40px; }
.webshop .nav-tabs {
  border: 0; }
  .webshop .nav-tabs li.nav-item a {
    border: 0;
    border-radius: 0;
    background: none;
    height: 50px;
    line-height: 50px;
    padding: 0 20px; }
    .webshop .nav-tabs li.nav-item a.active {
      background: #fff;
      border: 1px solid #ddd;
      border-bottom: 1px solid #fff; }
.webshop.checkout .card .product-list {
  width: 100%; }
  .webshop.checkout .card .product-list .pricing {
    white-space: nowrap; }
@media (max-width: 768px) {
  .webshop.checkout ul.issuer li,
  .webshop.checkout ul.payment li {
    width: 50%; }
    .webshop.checkout ul.issuer li img,
    .webshop.checkout ul.payment li img {
      height: 50px;
      margin: 0 0 10px; } }
.webshop.checkout .form-group {
  margin: 0; }
  .webshop.checkout .form-group input[type="text"],
  .webshop.checkout .form-group input[type="password"],
  .webshop.checkout .form-group input[type="email"],
  .webshop.checkout .form-group select {
    margin: 0 0 10px; }
.webshop.checkout .nav-tabs {
  position: relative;
  z-index: 5; }
  @media (max-width: 768px) {
    .webshop.checkout .nav-tabs li.nav-item a.nav-link {
      padding: 0 12px;
      font-size: 12px; } }
  .webshop.checkout .nav-tabs li.nav-item a.nav-link.active {
    background: #fff;
    border-radius: 3px 3px 0 0;
    border: 1px solid #ddd;
    border-bottom: 0; }
.webshop.checkout .card {
  margin: 0 0 30px; }
  .webshop.checkout .card .product-list td {
    padding: 5px 0; }
    @media (max-width: 768px) {
      .webshop.checkout .card .product-list td {
        display: block;
        width: 100% !important;
        text-align: center !important; }
        .webshop.checkout .card .product-list td .amount-control {
          float: none !important; }
        .webshop.checkout .card .product-list td .delete-product {
          float: none !important;
          vertical-align: top; } }
    .webshop.checkout .card .product-list td[style="width:130px;text-align:right;"] span {
      white-space: nowrap; }
    .webshop.checkout .card .product-list td.thumb {
      padding-right: 15px;
      text-align: center; }
  .webshop.checkout .card .product-list .amount-control {
    border: 1px solid #ddd;
    height: 32px;
    border-radius: 3px; }
    .webshop.checkout .card .product-list .amount-control a {
      border-radius: 0; }
    .webshop.checkout .card .product-list .amount-control i.fa {
      height: 30px;
      line-height: 30px;
      float: left;
      font-size: 11px;
      border-radius: 0; }
      .webshop.checkout .card .product-list .amount-control i.fa:hover {
        background: #fdf6f8; }
    .webshop.checkout .card .product-list .amount-control input {
      border: 0;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      height: 30px;
      float: left;
      text-align: center;
      width: 40px;
      background: none; }
  @media (max-width: 768px) {
    .webshop.checkout .card .product-list tr.delivery td {
      display: table-cell;
      width: 50% !important; } }
  .webshop.checkout .card .price-details {
    width: 100%;
    margin: 20px 0 0; }
    .webshop.checkout .card .price-details td {
      padding: 5px 0; }
    @media (max-width: 768px) {
      .webshop.checkout .card .price-details .label {
        text-align: left !important; } }

.compare-popup {
  position: fixed;
  background: #fff;
  bottom: 0;
  right: 2.5%;
  z-index: 999;
  width: 300px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s; }
  .hide-compare .compare-popup {
    transform: translateY(calc(100% - 50px)); }
  .compare-popup .popup-title {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background: #000;
    color: #fff;
    cursor: pointer; }
    .compare-popup .popup-title:hover {
      background: #0d0d0d; }
    .compare-popup .popup-title i.fa {
      transition: 0.3s;
      transform: rotate(0);
      float: right; }
      .compare-popup .popup-title i.fa:before {
        width: 50px;
        height: 50px;
        line-height: 50px; }
      .hide-compare .compare-popup .popup-title i.fa {
        transform: rotate(180deg); }
  .compare-popup #compare-bar {
    padding: 20px 30px; }
    .compare-popup #compare-bar .btn.btn-blank {
      background: #fff;
      color: #aaa;
      border: 0; }

.search-bundle .tabs-wrapper .nav {
  margin: 20px 0 0; }
  .search-bundle .tabs-wrapper .nav li a {
    display: block;
    padding: 10px 20px;
    margin: 0 0 -1px;
    color: #9fc321; }
    .search-bundle .tabs-wrapper .nav li a.active {
      border: 1px solid #dee2e6;
      border-bottom: 0;
      background: #fff;
      color: #e6017e; }
.search-bundle .tab-content {
  padding: 20px; }
  .search-bundle .tab-content .pane-title {
    display: none; }
.search-bundle .search-form {
  position: relative; }
  .search-bundle .search-form input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 10px;
    border-radius: 3px;
    border: 1px solid #ddd; }
  .search-bundle .search-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    z-index: 10; }
  .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: #9fc321;
    border-radius: 0 3px 3px 0;
    color: #fff; }
.search-bundle .result-card {
  border-top: 1px solid #ddd;
  padding: 15px;
  margin: 20px 0 0;
  display: flex;
  padding-bottom: 0; }
  .search-bundle .result-card .thumb {
    width: 100px;
    height: 100px;
    background-size: 80% 80% !important;
    margin: 0 10px 0 0;
    border: 1px solid #eee;
    border-radius: 5px; }
  .search-bundle .result-card div.result-title {
    margin: auto 0; }
  .search-bundle .result-card .result-label {
    font-weight: bold; }
  .search-bundle .result-card .result-accessoire,
  .search-bundle .result-card .result-url {
    color: #808080; }
    .search-bundle .result-card .result-accessoire span.first,
    .search-bundle .result-card .result-url span.first {
      color: black;
      font-weight: bold; }
    .search-bundle .result-card .result-accessoire .result-link,
    .search-bundle .result-card .result-url .result-link {
      display: none; }

.webshop-bundle .category a {
  text-align: center;
  margin: 0 0 20px;
  display: block; }
  @media (max-width: 768px) {
    .webshop-bundle .category a h4 {
      font-size: 16px; } }
  .webshop-bundle .category a:hover h4 {
    color: #e6017e; }
  .webshop-bundle .category a .image-container {
    margin: 0 0 10px; }
    .webshop-bundle .category a .image-container img {
      width: 100%; }

.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: 768px) {
    .alert.col-xs-11.alert-success, .alert.col-xs-11.alert-warning {
      left: 20px !important; }
      .has-bottombar .alert.col-xs-11.alert-success, .has-bottombar .alert.col-xs-11.alert-warning {
        bottom: 70px !important; } }
  .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)); }
    .alert.col-xs-11.alert-success .close:focus, .alert.col-xs-11.alert-warning .close:focus {
      outline: none; }
.alert.col-xs-11.alert-warning {
  background: #ed3d85; }

.caption-widget,
.wp-caption {
  width: auto !important;
  background: #fdf6f8;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0 0 15px; }

.blog-replies .reply {
  margin-top: 20px; }

.blog-replies .reply .data {
  border-top: solid 1px black;
  padding-top: 20px; }

.blog-replies .reply.first {
  margin-top: 0; }

.blog-replies .reply.first .data {
  border-top: none;
  padding-top: 0; }

.blog-replies .reply.reply-depth-1 {
  margin-left: 40px;
  border-left: solid 1px #eee;
  padding-left: 40px; }

.blog-replies .reply.reply-depth-2 {
  margin-left: 40px;
  border-left: solid 1px #eee;
  padding-left: 40px; }

.blog-replies .reply.reply-depth-3 {
  margin-left: 40px;
  border-left: solid 1px #eee;
  padding-left: 40px; }

.blog-replies .reply.reply-depth-4 {
  margin-left: 40px;
  border-left: solid 1px #eee;
  padding-left: 40px; }

.reply .name {
  font-weight: bold; }

ul.pagination li.page-item.active a.page-link {
  background: #9fc321;
  border-color: #9fc321; }

.home-slider {
  padding: 0; }
  .home-slider a:hover .image {
    opacity: 0.9;
    transform: scale(1.01); }
  .home-slider .image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.3s; }
    @media (min-width: 1200px) {
      .home-slider .image img {
        min-width: 100%;
        min-height: 620px;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%); } }
    @media (max-width: 1200px) {
      .home-slider .image img {
        width: 100%; } }
  .home-slider .slick-dots {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); }
  .home-slider .slick-arrow {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-90%);
    background: none;
    font-size: 0;
    border: 0;
    outline: none; }
    .home-slider .slick-arrow:before {
      content: "\f104";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 20px;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: #ed3d85; }
    .home-slider .slick-arrow:hover:before {
      color: #9fc321; }
    .home-slider .slick-arrow.slick-next {
      left: auto;
      right: -35px; }
      .home-slider .slick-arrow.slick-next:before {
        content: "\f105"; }
  .home-slider .slick-slider {
    position: relative; }
    .home-slider .slick-slider .slick-slide {
      position: relative; }
      .home-slider .slick-slider .slick-slide .titles {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 30px;
        z-index: 10; }
        @media (max-width: 992px) {
          .home-slider .slick-slider .slick-slide .titles {
            position: relative;
            left: auto;
            right: auto;
            bottom: auto;
            padding: 30px; } }
        .home-slider .slick-slider .slick-slide .titles h1 {
          color: #fff; }
          @media (max-width: 992px) {
            .home-slider .slick-slider .slick-slide .titles h1 {
              font-size: 20px; } }
          .home-slider .slick-slider .slick-slide .titles h1:after {
            content: none; }
      .home-slider .slick-slider .slick-slide .slide-content {
        color: #fff;
        font-size: 20px; }
        @media (max-width: 992px) {
          .home-slider .slick-slider .slick-slide .slide-content {
            font-size: 16px; } }
      .home-slider .slick-slider .slick-slide .slide-buttons {
        margin: 20px 0 0; }
        @media (max-width: 992px) {
          .home-slider .slick-slider .slick-slide .slide-buttons .btn {
            font-size: 16px; } }

.login-register,
.webshop_bundle {
  padding: 0; }
  .login-register .form-check,
  .webshop_bundle .form-check {
    margin: 0 0 20px; }
  .login-register .card,
  .webshop_bundle .card {
    margin: 0 0 30px;
    padding: 15px;
    background: #f8f8f8;
    border: 0; }
    .login-register .card .card-header,
    .webshop_bundle .card .card-header {
      font-family: 'Toronto Subway','Prompt', sans-serif;
      font-size: 30px;
      color: #e6017e; }
      .login-register .card .card-header:after,
      .webshop_bundle .card .card-header:after {
        content: "";
        height: 3px;
        width: 50px;
        background: #9fc321;
        display: block; }
    .login-register .card .card-footer,
    .login-register .card .card-header,
    .webshop_bundle .card .card-footer,
    .webshop_bundle .card .card-header {
      border: 0;
      background: none; }
  .login-register .btn.btn-primary,
  .webshop_bundle .btn.btn-primary {
    border: 0;
    padding: 0.5rem;
    border-radius: 5px;
    background: #9fc321;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transition: 0.15s;
    float: right; }
  .login-register .btn.btn-primary:hover,
  .webshop_bundle .btn.btn-primary:hover {
    background: #e6017e !important; }

.form-check-label {
  margin: 0 0 20px; }

.subnavbar {
  padding-top: 1rem;
  padding-bottom: 0;
  margin: 25px 0 0; }
  .subnavbar ul {
    display: block;
    margin: 0;
    padding: 0; }
    .subnavbar ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      @media (max-width: 1200px) {
        .subnavbar ul li {
          display: block; } }
      .subnavbar ul li a {
        display: block;
        padding: 10px 15px;
        color: #59595b;
        font-weight: bold;
        font-size: 16px;
        border-radius: 5px; }
        .subnavbar ul li a.active, .subnavbar ul li a:hover {
          color: #9fc321; }
        .subnavbar ul li a.active {
          background: #9fc321;
          color: #fff; }

ul.payment li a {
  padding: 10px;
  background: #fff; }

.table-striped tbody tr:nth-of-type(odd) {
  background: none; }

.newsletter {
  background: #f8f8f8;
  border-top: 1px solid #f4ccd8;
  color: #fff; }
  .newsletter input {
    width: 100%;
    height: 50px;
    border: 0;
    background: #fff;
    padding: 0 20px;
    border-radius: 3px;
    border: 1px solid #ddd; }
    @media (max-width: 768px) {
      .newsletter input {
        margin: 0 0 10px; } }
    .newsletter input[type="submit"] {
      background: #ed3d85;
      color: #fff;
      border: 0;
      border-radius: 3px; }

.rating > label:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.cards .card {
  border: 0;
  background: none; }
  @media (max-width: 768px) {
    .cards .card {
      margin: 0 0 30px; } }
  .cards .card .card-img-top {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 15px; }
    @media (max-width: 768px) {
      .cards .card .card-img-top {
        margin: 0; } }
  .cards .card .card-body {
    padding: 0 30px;
    color: #59595b;
    font-size: 14px; }
    .cards .card .card-body h3.card-title {
      color: #ed3d85;
      font-size: 20px;
      text-transform: uppercase; }
    .cards .card .card-body .btns .btn {
      background: none; }
.cards.cards-carousel .introblock {
  padding: 0 20px; }
.cards.cards-carousel .blocks .card {
  display: flex;
  margin: 40px 0 30px; }
.cards.cards-carousel .card {
  position: relative;
  padding: 30px 20px; }
  .cards.cards-carousel .card:hover:after {
    transform: scale(1.05);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
  .cards.cards-carousel .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: 0.3s; }
  .cards.cards-carousel .card .card-body {
    padding: 0; }
    .cards.cards-carousel .card .card-body p {
      margin: 0; }
  .cards.cards-carousel .card .card-body,
  .cards.cards-carousel .card .card-img-top {
    position: relative;
    z-index: 10; }

.cta-banner {
  text-align: center;
  padding: 0; }
  .cta-banner .container {
    background: #ed3d85;
    color: #fff;
    padding: 60px 0;
    border-radius: 5px;
    max-width: 1110px;
    position: relative;
    overflow: hidden; }
    .cta-banner .container:before {
      content: "";
      position: absolute;
      top: -20%;
      left: -5%;
      bottom: -90%;
      right: 0;
      background: url("../gfx/dgv_shape.svg") no-repeat center left;
      background-size: contain;
      opacity: 0.1;
      pointer-events: none; }
  .cta-banner .content {
    margin: 0 auto;
    display: inline-block;
    text-align: left; }
    @media (max-width: 992px) {
      .cta-banner .content {
        text-align: center; } }
    .cta-banner .content .block-left {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.5rem;
      padding: 0 15px;
      font-family: 'Toronto Subway','Prompt', sans-serif;
      font-weight: bold; }
      @media (max-width: 992px) {
        .cta-banner .content .block-left {
          padding: 0 15px 15px; } }
      .cta-banner .content .block-left p {
        margin: 0; }
      .cta-banner .content .block-left .subtext {
        font-size: 1rem; }
    .cta-banner .content .block-right {
      display: inline-block;
      vertical-align: middle;
      padding: 0 15px; }
      .cta-banner .content .block-right .btn {
        color: #fff;
        padding: 10px 30px;
        border: 2px solid #fff; }
        .cta-banner .content .block-right .btn:hover {
          background: #fff;
          color: #ed3d85; }

.references {
  padding: 0; }
  .references .blocks .col-sm-12 {
    margin-bottom: 30px; }
  .references .blocks a .content {
    position: relative;
    transition: 0.3s;
    border-radius: 5px;
    overflow: hidden; }
    .references .blocks a .content .title {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 10;
      padding: 30px;
      overflow: hidden; }
      .references .blocks a .content .title:after, .references .blocks a .content .title:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        background: rgba(89, 89, 91, 0.95);
        transition: 0.3s; }
      .references .blocks a .content .title:after {
        transform: translateY(100%);
        background: rgba(237, 61, 133, 0.95); }
      .references .blocks a .content .title h3 {
        text-transform: uppercase; }
      .references .blocks a .content .title h3,
      .references .blocks a .content .title p {
        position: relative;
        z-index: 10;
        color: #fff;
        margin: 0; }
  .references .blocks a .img img {
    width: 100%; }
  .references .blocks a:hover .content {
    transform: scale(1.05); }
    .references .blocks a:hover .content .title:before {
      transform: translateY(-100%); }
    .references .blocks a:hover .content .title:after {
      transform: translateY(0); }

@media (max-width: 768px) {
  .empty .block {
    margin: 0 0 30px; } }
.empty.align-center .row {
  align-items: center; }
.empty .col-lg-6 .btns,
.empty .col-lg-6 .text-container {
  padding: 0 20px; }
.empty .btns h1,
.empty .text-container h1 {
  font-family: 'Toronto Subway','Prompt', sans-serif;
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
  color: #59595b;
  position: relative;
  margin: 0 0 40px; }
  .empty .btns h1:after,
  .empty .text-container h1:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    background: #9fc321;
    bottom: -18px;
    left: 0; }

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; }
  a.avg-cookiebar-reset.position-bottom:hover {
    border-color: transparent transparent #ed3d85 transparent;
    width: 50px;
    height: 50px;
    border-width: 0 0 50px 50px; }
    a.avg-cookiebar-reset.position-bottom:hover:before {
      transform: translateX(-3px) translateY(-3px) rotate(-90deg); }
  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; }
  a.avg-cookiebar-reset.position-bottom svg {
    display: none; }

.shopnavbar {
  padding: 0;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%; }
  .shopnavbar .container {
    position: relative; }
    .shopnavbar .container .shop-nav {
      border-radius: 5px;
      background: #ed3d85;
      width: 100%; }
      .shopnavbar .container .shop-nav > ul {
        margin: 0;
        padding: 0 15px;
        display: flex;
        justify-content: center; }
        .shopnavbar .container .shop-nav > ul > li {
          list-style: none;
          display: inline-block;
          padding: 0 15px; }
          @media (min-width: 1200px) {
            .shopnavbar .container .shop-nav > ul > li.has-children:hover > .togglesub:after {
              color: #59595b; }
            .shopnavbar .container .shop-nav > ul > li.has-children > .togglesub:after {
              content: "\f107";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 11px;
              color: #fff;
              margin: 0 0 0 5px; }
            .shopnavbar .container .shop-nav > ul > li.has-children.open > ul {
              display: block; }
            .shopnavbar .container .shop-nav > ul > li.has-children.open > .togglesub {
              transform: rotate(180deg); } }
          .shopnavbar .container .shop-nav > ul > li > a {
            color: #fff;
            height: 60px;
            line-height: 60px;
            font-size: 16px;
            text-transform: none;
            font-weight: bold;
            font-family: 'Toronto Subway','Prompt', sans-serif; }
        @media (max-width: 1200px) {
          .shopnavbar .container .shop-nav > ul {
            position: fixed;
            background: #9fc321;
            top: 0;
            left: 0;
            bottom: 0;
            width: 280px;
            z-index: 999;
            overflow-y: auto;
            transition: 0.3s;
            transform: translateX(-100%);
            display: block; }
            .nav-open .shopnavbar .container .shop-nav > ul {
              transform: translateX(0);
              box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
            .shopnavbar .container .shop-nav > ul li {
              list-style: none;
              margin: 0;
              padding: 0;
              display: block;
              width: 100%;
              position: relative; }
            .shopnavbar .container .shop-nav > ul > li.has-children > .togglesub {
              position: absolute;
              top: 0;
              right: 0;
              width: 50px;
              height: 60px;
              line-height: 60px;
              text-align: center;
              cursor: pointer;
              transform: rotate(0); }
              .shopnavbar .container .shop-nav > ul > li.has-children > .togglesub:after {
                content: "\f107";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: 16px;
                color: #fff; }
            .shopnavbar .container .shop-nav > ul > li.has-children.open > ul {
              display: block; }
            .shopnavbar .container .shop-nav > ul > li.has-children.open > .togglesub {
              transform: rotate(180deg); }
            .shopnavbar .container .shop-nav > ul > li.half {
              width: 50%;
              border-bottom: 2px solid #fff;
              margin: 5px 0 20px;
              float: left; }
            .shopnavbar .container .shop-nav > ul > li ul {
              margin: 0;
              padding: 0;
              display: none; }
              .shopnavbar .container .shop-nav > ul > li ul li.has-children > .togglesub {
                position: absolute;
                top: 0;
                right: 0;
                width: 50px;
                height: 60px;
                line-height: 60px;
                text-align: center;
                cursor: pointer;
                transform: rotate(0); }
                .shopnavbar .container .shop-nav > ul > li ul li.has-children > .togglesub:after {
                  content: "\f107";
                  font-family: "Font Awesome 5 Free";
                  font-weight: 900;
                  font-size: 16px;
                  color: #fff; }
              .shopnavbar .container .shop-nav > ul > li ul li.has-children.open > ul {
                display: block; }
              .shopnavbar .container .shop-nav > ul > li ul li.has-children.open > .togglesub {
                transform: rotate(180deg); }
            .shopnavbar .container .shop-nav > ul > li a {
              color: #fff;
              text-transform: none;
              display: block;
              line-height: 20px;
              padding: 15px; }
              .shopnavbar .container .shop-nav > ul > li a:hover {
                color: #e6017e; }
            .shopnavbar .container .shop-nav > ul > li {
              list-style: none;
              border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
              .shopnavbar .container .shop-nav > ul > li:last-child {
                border-bottom: 0; }
              .shopnavbar .container .shop-nav > ul > li > a {
                font-weight: bold;
                text-transform: uppercase; }
              .shopnavbar .container .shop-nav > ul > li > ul {
                padding: 0 0 0 10px; }
                .shopnavbar .container .shop-nav > ul > li > ul > li {
                  margin: 10px 0; }
                  .shopnavbar .container .shop-nav > ul > li > ul > li > a {
                    font-weight: bold; }
                  .shopnavbar .container .shop-nav > ul > li > ul > li > ul {
                    padding: 0 0 0 10px; } }
        @media (min-width: 1200px) {
          .shopnavbar .container .shop-nav > ul > li {
            border-bottom: 0; }
            .shopnavbar .container .shop-nav > ul > li.pages_home:hover a:after {
              content: none; }
            .shopnavbar .container .shop-nav > ul > li.active > a, .shopnavbar .container .shop-nav > ul > li.active-parent > a {
              color: #9fc321; }
            .shopnavbar .container .shop-nav > ul > li.has-children:hover a:after {
              background: #fff; }
            .shopnavbar .container .shop-nav > ul > li:hover {
              background: #fff; }
              .shopnavbar .container .shop-nav > ul > li:hover a {
                color: #59595b; }
              .shopnavbar .container .shop-nav > ul > li:hover > ul {
                opacity: 1;
                pointer-events: all;
                transform: translateY(0);
                box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); }
                .shopnavbar .container .shop-nav > ul > li:hover > ul > li {
                  transform: translateY(0);
                  opacity: 1; }
            .shopnavbar .container .shop-nav > ul > li > a {
              display: inline-block;
              height: 60px;
              line-height: 60px;
              font-size: 16px;
              font-weight: 900;
              position: relative;
              color: #fff;
              text-transform: uppercase; }
            .shopnavbar .container .shop-nav > ul > li > ul {
              position: absolute;
              background: rgba(255, 255, 255, 0.975);
              border: 1px solid #ddd;
              border-top: 0;
              left: 15px;
              right: 15px;
              margin: 0;
              padding: 40px 30px 30px;
              font-size: 0;
              opacity: 0;
              pointer-events: none;
              transform: translateY(-100%); }
              .shopnavbar .container .shop-nav > ul > li > ul > li {
                display: inline-block;
                vertical-align: top;
                list-style: none;
                padding: 0 30px 0 0;
                margin: 0 0 20px;
                width: 25%;
                transform: translateY(10px);
                opacity: 0;
                transition: 0.3s; }
                .shopnavbar .container .shop-nav > ul > li > ul > li:nth-child(1) {
                  transition-delay: 0.05s; }
                .shopnavbar .container .shop-nav > ul > li > ul > li:nth-child(2) {
                  transition-delay: 0.1s; }
                .shopnavbar .container .shop-nav > ul > li > ul > li:nth-child(3) {
                  transition-delay: 0.15s; }
                .shopnavbar .container .shop-nav > ul > li > ul > li:nth-child(4) {
                  transition-delay: 0.2s; }
                .shopnavbar .container .shop-nav > ul > li > ul > li:nth-child(5) {
                  transition-delay: 0.25s; }
                .shopnavbar .container .shop-nav > ul > li > ul > li:nth-child(6) {
                  transition-delay: 0.3s; }
                .shopnavbar .container .shop-nav > ul > li > ul > li:nth-child(7) {
                  transition-delay: 0.35s; }
                .shopnavbar .container .shop-nav > ul > li > ul > li:nth-child(8) {
                  transition-delay: 0.4s; }
                .shopnavbar .container .shop-nav > ul > li > ul > li:nth-child(9) {
                  transition-delay: 0.45s; }
                .shopnavbar .container .shop-nav > ul > li > ul > li:nth-child(10) {
                  transition-delay: 0.5s; }
                .shopnavbar .container .shop-nav > ul > li > ul > li > a {
                  font-size: 16px;
                  font-weight: bold;
                  padding: 0 0 10px;
                  display: block;
                  width: 100%;
                  color: #59595b; }
                  .shopnavbar .container .shop-nav > ul > li > ul > li > a:hover {
                    border: 1px solid #ddd;
                    padding-left: 1rem;
                    padding-bottom: 0px; }
                  .shopnavbar .container .shop-nav > ul > li > ul > li > a:after {
                    content: "";
                    display: block;
                    width: 50px;
                    height: 3px;
                    background: #9fc321;
                    margin: 2px 0; }
                .shopnavbar .container .shop-nav > ul > li > ul > li > ul {
                  position: static;
                  margin: 0;
                  padding: 0;
                  float: left;
                  width: 100%; }
                  .shopnavbar .container .shop-nav > ul > li > ul > li > ul > li {
                    float: left;
                    width: 100%; }
                    .shopnavbar .container .shop-nav > ul > li > ul > li > ul > li > a {
                      font-size: 14px;
                      font-weight: normal;
                      text-transform: none;
                      padding: 5px 0;
                      display: block;
                      color: #59595b; }
                      .shopnavbar .container .shop-nav > ul > li > ul > li > ul > li > a:hover {
                        border: 1px solid #ddd;
                        padding-left: 1rem; } }

.nav-toggle {
  position: relative;
  cursor: pointer; }
  .nav-toggle .bars {
    width: 20px;
    position: relative;
    margin: 3px 0 0;
    height: 16px;
    backface-visibility: hidden; }
    @media (max-width: 768px) {
      .nav-toggle .bars {
        margin: 12px 0 8px; } }
    .nav-toggle .bars:hover .bar span {
      background: #ed3d85; }
    .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; }
      .nav-toggle .bars .bar:nth-child(1) {
        top: 1px;
        left: 0; }
      .nav-toggle .bars .bar:nth-child(2) {
        top: 7px;
        left: 0; }
      .nav-toggle .bars .bar:nth-child(3) {
        top: 13px;
        left: 0; }
      .nav-open .nav-toggle .bars .bar {
        transition: 0.3s 0s; }
        .nav-open .nav-toggle .bars .bar:nth-child(1) {
          top: 7px; }
          .nav-open .nav-toggle .bars .bar:nth-child(1) span {
            transform: rotate(45deg); }
        .nav-open .nav-toggle .bars .bar:nth-child(2) {
          opacity: 0; }
        .nav-open .nav-toggle .bars .bar:nth-child(3) {
          top: 7px; }
          .nav-open .nav-toggle .bars .bar:nth-child(3) span {
            transform: rotate(-45deg); }
      .nav-toggle .bars .bar span {
        width: 20px;
        height: 2px;
        background: #59595b;
        float: left;
        transform-origin: center;
        transition: all 0.3s 0s, background 0s; }
        .nav-open .nav-toggle .bars .bar span {
          transition: 0.3s 0.3s, background 0s; }
    .nav-toggle .bars:active .bar:nth-child(1) {
      transform: translateY(0); }
    .nav-toggle .bars:active .bar:nth-child(3) {
      transform: translateY(0); }

.sidebar-productinfo .pd-label {
  margin: 0 0 0.5rem; }
.sidebar-productinfo .cards-wrapper {
  position: relative; }
  .sidebar-productinfo .cards-wrapper .sidebar-loading {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    align-items: center;
    text-align: center; }
    .sidebar-productinfo .cards-wrapper .sidebar-loading i {
      margin: 0 auto;
      color: #ed3d85; }
.sidebar-productinfo.loading .cards-wrapper .sidebar-loading {
  display: flex; }
.sidebar-productinfo .card {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 768px) {
    .sidebar-productinfo .card {
      margin: 0 0 15px;
      padding: 0 0 15px; } }
  .sidebar-productinfo .card.meta-info {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly; }
    .sidebar-productinfo .card.meta-info a {
      color: #000; }
      @media (max-width: 768px) {
        .sidebar-productinfo .card.meta-info a {
          text-align: center; } }
      .sidebar-productinfo .card.meta-info a:hover {
        color: #ed3d85; }
      @media (max-width: 768px) {
        .sidebar-productinfo .card.meta-info a i {
          display: block; } }
  .sidebar-productinfo .card.meta-share .share {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center; }
    .sidebar-productinfo .card.meta-share .share .label {
      padding: 0 5px; }
    .sidebar-productinfo .card.meta-share .share a {
      height: 30px;
      width: 30px;
      border-radius: 100%;
      margin: 0 5px;
      text-align: center; }
      .sidebar-productinfo .card.meta-share .share a .resp-sharing-button {
        background: #000;
        height: 30px;
        width: 30px;
        border-radius: 100%; }
        .sidebar-productinfo .card.meta-share .share a .resp-sharing-button--facebook {
          background: #3b5998; }
        .sidebar-productinfo .card.meta-share .share a .resp-sharing-button--twitter {
          background: #1da1f2; }
        .sidebar-productinfo .card.meta-share .share a .resp-sharing-button--email {
          background: #D44638; }
        .sidebar-productinfo .card.meta-share .share a .resp-sharing-button--whatsapp {
          background: #25d366; }
        .sidebar-productinfo .card.meta-share .share a .resp-sharing-button--telegram {
          background: #0088CC; }
      .sidebar-productinfo .card.meta-share .share a:hover {
        background: #ed3d85; }
      .sidebar-productinfo .card.meta-share .share a svg {
        width: 16px;
        height: 16px;
        fill: #fff;
        margin: 7px 0; }
.sidebar-productinfo #pd-price-block {
  padding: 0; }
  @media (max-width: 768px) {
    .sidebar-productinfo #pd-price-block {
      margin-top: 1rem; } }
  .sidebar-productinfo #pd-price-block .price-wrapper {
    display: inline-block;
    white-space: nowrap; }
  .sidebar-productinfo #pd-price-block .price {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    white-space: nowrap; }
    .sidebar-productinfo #pd-price-block .price.old {
      color: #aaa;
      font-size: 1rem;
      margin-right: 10px;
      font-weight: normal; }
      .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; }
  .sidebar-productinfo #pd-price-block .btw {
    font-size: 1rem; }
  .sidebar-productinfo #pd-price-block .stock-label {
    margin: 0.5rem 0;
    font-size: 1rem; }
    .sidebar-productinfo #pd-price-block .stock-label > div {
      display: inline-block; }
    .sidebar-productinfo #pd-price-block .stock-label small {
      color: #fdf6f8; }
.sidebar-productinfo #configurable-options {
  padding: 0 0 20px;
  margin: 0; }
  .sidebar-productinfo #configurable-options table {
    width: 100%; }
    .sidebar-productinfo #configurable-options table td {
      vertical-align: middle;
      padding: 10px 0; }
    .sidebar-productinfo #configurable-options table select {
      width: 100%;
      padding: 0 10px;
      height: 40px; }
    .sidebar-productinfo #configurable-options table label {
      cursor: pointer;
      margin: 0 5px 0 0; }
      .sidebar-productinfo #configurable-options table label.square-select {
        background: #fdf6f8;
        padding: 1px 8px;
        margin: 0 2px 2px 0;
        border-radius: 20px;
        min-width: 30px;
        text-align: center;
        font-size: 0.75rem;
        position: relative; }
        .sidebar-productinfo #configurable-options table label.square-select.disabled {
          color: rgba(0, 0, 0, 0.5);
          cursor: not-allowed; }
          .sidebar-productinfo #configurable-options table label.square-select.disabled:hover {
            background: #fdf6f8; }
          .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); }
        .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: #ed3d85;
          color: #fff;
          text-align: center;
          pointer-events: none;
          display: block; }
        .sidebar-productinfo #configurable-options table label.square-select:hover {
          background: #f8e1e8; }
      .sidebar-productinfo #configurable-options table label .color-option {
        position: relative;
        margin: 0 0 0 5px; }
        .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%; }
.sidebar-productinfo .base-info #configurable-options .type-colors label span {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: inline-block;
  position: relative; }
  .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%; }
  .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: #ed3d85;
    color: #fff;
    text-align: center;
    pointer-events: none;
    display: block; }
.sidebar-productinfo .base-info .product-cart-counter {
  position: relative;
  height: 42px;
  flex: 0 0 125px;
  margin: 0 10px 0 0; }
.sidebar-productinfo .base-info .grouped-choices {
  margin: 0 0 15px; }
  .sidebar-productinfo .base-info .grouped-choices table {
    width: 100%; }
    .sidebar-productinfo .base-info .grouped-choices table tr th {
      padding: 10px 0; }
    .sidebar-productinfo .base-info .grouped-choices table tr td {
      border-top: 1px solid #ddd; }
      .sidebar-productinfo .base-info .grouped-choices table tr td .price {
        font-weight: bold; }
      .sidebar-productinfo .base-info .grouped-choices table tr td img {
        max-width: 100px;
        max-height: 60px;
        margin: 10px 0; }
      .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; }

#product-image-wrapper #product-image .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch; }
#product-image-wrapper #product-image .swiper-container.product-swiper .swiper-wrapper {
  box-sizing: border-box; }
  #product-image-wrapper #product-image .swiper-container.product-swiper .swiper-wrapper .swiper-slide {
    height: auto; }
    #product-image-wrapper #product-image .swiper-container.product-swiper .swiper-wrapper .swiper-slide a {
      height: 100%;
      padding: 0 0 30px;
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        #product-image-wrapper #product-image .swiper-container.product-swiper .swiper-wrapper .swiper-slide a {
          padding: 30px 0; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        #product-image-wrapper #product-image .swiper-container.product-swiper .swiper-wrapper .swiper-slide a {
          display: table;
          table-layout: fixed; } }
#product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  height: 100px;
  display: flex;
  align-items: center;
  text-align: center; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide {
      display: table;
      table-layout: fixed; } }
  @media (max-width: 768px) {
    #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide {
      height: 60px; } }
  #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide:only-child {
    display: none; }
  #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) {
      #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide img {
        max-width: 90%; } }
  #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide:hover img {
    opacity: 0.75; }
  #product-image-wrapper #product-image .swiper-container.product-swiper-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1; }
#product-image-wrapper .swiper-button-next,
#product-image-wrapper .swiper-button-prev {
  color: #ed3d85; }
  @media (max-width: 768px) {
    #product-image-wrapper .swiper-button-next,
    #product-image-wrapper .swiper-button-prev {
      display: none; } }
  #product-image-wrapper .swiper-button-next:after,
  #product-image-wrapper .swiper-button-prev:after {
    height: 2rem;
    font-size: 2rem; }
#product-image-wrapper .swiper-button-prev {
  background: none; }
  #product-image-wrapper .swiper-button-prev:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
#product-image-wrapper .swiper-button-next {
  background: none; }
  #product-image-wrapper .swiper-button-next:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
#product-image-wrapper .swiper-pagination-bullets {
  margin: 0 0 15px; }

#pd-media {
  text-align: center; }
  #pd-media img {
    margin: 0 auto; }
  #pd-media .badge-wrapper {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 20;
    text-align: left; }
    #pd-media .badge-wrapper .new-badge,
    #pd-media .badge-wrapper .sale-badge {
      background: #e6017e;
      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: 768px) {
        #pd-media .badge-wrapper .new-badge,
        #pd-media .badge-wrapper .sale-badge {
          height: 30px;
          line-height: 30px;
          font-size: 1rem;
          padding: 0 10px;
          border-radius: 3px; } }
    #pd-media .badge-wrapper .new-badge {
      background: #ed3d85; }
  #pd-media #product-image a {
    text-align: center; }
    #pd-media #product-image a img {
      max-height: 500px;
      margin: 0 auto; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        #pd-media #product-image a img {
          width: 100%;
          max-height: none; } }

#pd-media-large-wrapper {
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  min-height: 100px; }
  @media (min-width: 768px) {
    #pd-media-large-wrapper {
      min-height: 300px; } }
  #pd-media-large-wrapper .slick-arrow.slick-next, #pd-media-large-wrapper .slick-arrow.slick-prev {
    transform: translateX(0) translateY(-50%); }
  #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; }
  #pd-media-large-wrapper #pd-media-large .slick-track {
    display: flex;
    align-items: stretch;
    width: auto; }
  #pd-media-large-wrapper #pd-media-large .slick-slide {
    float: none;
    height: auto; }
    #pd-media-large-wrapper #pd-media-large .slick-slide a {
      height: 100%;
      padding: 30px;
      display: flex;
      align-items: center;
      text-align: center; }
      #pd-media-large-wrapper #pd-media-large .slick-slide a .vtable {
        width: 100%; }
        #pd-media-large-wrapper #pd-media-large .slick-slide a .vtable .vcell {
          width: 100%; }
          #pd-media-large-wrapper #pd-media-large .slick-slide a .vtable .vcell img {
            margin: 0 auto;
            max-width: 100%; }

#pd-media-thumb {
  margin: 10px -5px 0; }
  #pd-media-thumb .slick-slide {
    cursor: pointer;
    padding: 0 5px; }
    #pd-media-thumb .slick-slide:hover .vtable .vcell .card img {
      opacity: 0.75; }
    #pd-media-thumb .slick-slide.slick-current .vtable .vcell .card img {
      opacity: 1; }
    #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; }
      #pd-media-thumb .slick-slide .vtable .vcell .card img {
        opacity: 0.5;
        max-width: 80%;
        max-height: 80%;
        margin: 0 auto; }
    #pd-media-thumb .slick-slide:only-child {
      display: none; }

.lg-backdrop {
  background: rgba(0, 0, 0, 0.2); }

.lg-outer {
  background: #fff; }
  .lg-outer .lg-img-wrap {
    height: calc(100% - 150px);
    margin: 50px 0 0; }
  .lg-outer .lg-toolbar {
    background: rgba(255, 255, 255, 0.9); }
    .lg-outer .lg-toolbar .lg-icon {
      color: #000;
      transition: 0s; }
      .lg-outer .lg-toolbar .lg-icon:hover {
        color: #ed3d85; }
  .lg-outer .lg-thumb-outer {
    background: #fdf6f8;
    padding: 0 10px; }
    .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) {
        .lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item {
          display: table;
          table-layout: fixed; } }
      .lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item.active img {
        opacity: 1; }
      .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) {
          .lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item img {
            width: 85%; } }
  .lg-outer .lg-actions .lg-next,
  .lg-outer .lg-actions .lg-prev {
    background: #fff;
    color: #000;
    transition: color 0s; }
    @media (max-width: 768px) {
      .lg-outer .lg-actions .lg-next,
      .lg-outer .lg-actions .lg-prev {
        display: none; } }
    .lg-outer .lg-actions .lg-next:hover,
    .lg-outer .lg-actions .lg-prev:hover {
      color: #ed3d85; }
  .lg-outer .lg-toogle-thumb {
    background: #fdf6f8;
    color: #000; }
    .lg-outer .lg-toogle-thumb:hover {
      color: #ed3d85; }

.checkout-footer .float-right .btn-green {
  background: #ed3d85;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px; }

.checkout-footer #btn-next-step {
  background: #ed3d85;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px; }

.popup.btn {
  background-color: #e6017e;
  padding: 0.5rem;
  color: white; }

#review-list .review-avatar {
  margin-right: 10px; }
  #review-list .review-avatar .fa-thumbs-up:before {
    color: #9fc321;
    font-size: 20px; }
#review-list .review-body {
  color: #444; }
#review-list .review-title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #000; }
#review-list .review-date,
#review-list .review-name {
  font-style: italic; }
#review-list div.stars {
  color: #e6017e; }

.swiper-pagination-bullet-active {
  background: #e6017e !important; }

button#pd-cart-button.btn.btb-disabled.order {
  background: #e6017e !important; }

.alert.col-xs-11.alert-success,
.alert.col-xs-11.alert-warning span a {
  color: white !important; }

.tabbed-section .tab-content {
  width: 100%; }

.faq-bundle .card.card-panel {
  margin: 1rem;
  min-width: 100%; }
.faq-bundle .card-header {
  background-color: transparent;
  border-bottom: none; }
  .faq-bundle .card-header h5 {
    color: #e6017e;
    font-size: 17px;
    margin-top: 0;
    padding: 0.5rem 1rem; }
.faq-bundle .card-panel:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  position: absolute;
  right: 20px;
  color: #e6017e;
  top: 8px; }
.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: #e6017e;
  top: 8px; }

.related-products {
  background: #fdf6f8; }
  .related-products #relations {
    margin: -40px -30px -30px; }
  .related-products .product {
    padding: 0 15px; }
    .related-products .product .card {
      margin: 40px 0 30px; }

a.avg-cookiebar-reset.position-bottom {
  background: none; }

#wwkSidebarTop {
  margin-top: 0 !important;
  z-index: 10 !important; }

.ideal-payment {
  padding: 3rem 0; }
  .ideal-payment .btn {
    background: #9fc321;
    color: #fff;
    padding: 0 20px;
    border-radius: 3px;
    height: 40px;
    line-height: 40px; }
    .ideal-payment .btn:hover {
      background: #b1d925; }
  .ideal-payment .card .card-header {
    background: none;
    border: 0;
    font-weight: bold; }
  .ideal-payment .card .card-footer {
    background: none;
    border: 0; }
  .ideal-payment .top-info {
    margin: 0 0 1rem; }
  .ideal-payment .bank-overview {
    margin: 0 0 1rem; }
  .ideal-payment ul.issuer {
    margin: 0 -5px; }
    .ideal-payment ul.issuer li {
      width: 16.66%;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 992px) {
        .ideal-payment ul.issuer li {
          width: 25%; } }
      @media (max-width: 768px) {
        .ideal-payment ul.issuer li {
          width: 50%; } }
      .ideal-payment ul.issuer li input {
        display: none; }
        .ideal-payment ul.issuer li input:checked + label {
          border: 0;
          color: #000;
          background: #fdf6f8; }
          .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 #e6017e;
            border-radius: 5px; }
      .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; }
        .ideal-payment ul.issuer li label img {
          max-width: 120px; }
        .ideal-payment ul.issuer li label:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          pointer-events: none;
          border: 1px solid #fdf6f8;
          border-radius: 5px; }
        .ideal-payment ul.issuer li label:hover {
          background: rgba(253, 246, 248, 0.5);
          filter: grayscale(0); }

ul.slick-dots {
  margin: auto; }

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