.product-cat-image-overlay {
  white-space: nowrap; }
  .product-cat-image-overlay:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
    width: 0; }
  .product-cat-image-overlay-link {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    white-space: normal; }

.product-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  padding: 1rem;
  -webkit-transition: none;
  transition: none;
  /*Image*/
  /*Actions*/ }
  .product-cat-container {
    background-color: #ffffff;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    position: relative; }
  .product-cat-container.hover {
    z-index: 210; }
  .product-cat-container.hover .product-cat-popup {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
            box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
    height: auto;
    left: 0;
    margin: -0.5rem -0.5rem auto;
    min-height: calc(100% + 3rem);
    padding: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition-property: margin, padding, min-height;
    transition-property: margin, padding, min-height;
    -webkit-transition-duration: .2s;
            transition-duration: .2s; }
  .product-cat-line-card .product-cat-preview,
  .product-cat-line-card .product-cat-properties {
    font-size: 0.875rem; }
  .product-cat-line-card .product-cat-head {
    height: auto; }
  .product-cat-table-card .product-cat {
    padding: 0.5rem 1rem; }
  .product-cat-table-card .product-cat-image-wrapper {
    margin: -0.5rem -0.5rem -0.5rem -1rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem; }
  .product-cat-table-card .product-cat-head {
    height: auto;
    margin-bottom: auto; }
  .product-cat-line-card .product-cat-buttons,
  .product-cat-table-card .product-cat-buttons {
    position: relative;
    -ms-flex-item-align: center;
        align-self: center; }
  .product-cat-info-container.product-cat-hidden {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease; }
  .bx-touch .product-cat-info-container.product-cat-touch-hidden {
    display: none !important; }
  .product-cat-line-card .product-cat-info-container.product-cat-hidden,
  .bx-no-touch .product-cat-container.hover .product-cat-popup .product-cat-info-container.product-cat-hidden {
    display: block;
    opacity: 1; }
  .product-cat-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .product-cat-image-wrapper {
    display: block;
    margin: -1rem -1rem 0;
    padding: 1rem;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .product-cat-image-canvas {
    display: block;
    padding-bottom: 90%;
    position: relative; }
  .product-cat-image, .product-cat-image-slider, .product-cat-image-slide, .product-cat-image-overlay {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .product-cat-image-slider {
    overflow: hidden; }
    .bx-touch .product-cat-image-slider > .active,
    .bx-touch .product-cat-image-slider > .next,
    .bx-touch .product-cat-image-slider > .prev {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .bx-touch .product-cat-image-slider > .active {
      left: 0; }
    .bx-touch .product-cat-image-slider > .next,
    .bx-touch .product-cat-image-slider > .prev {
      position: absolute;
      top: 0;
      width: 100%; }
    .bx-touch .product-cat-image-slider > .next {
      left: 100%; }
    .bx-touch .product-cat-image-slider > .prev {
      left: -100%; }
    .bx-touch .product-cat-image-slider > .next.left,
    .bx-touch .product-cat-image-slider > .prev.right {
      left: 0; }
  .product-cat-image-slide {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .product-cat-image-slide.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .bx-touch .product-cat-image-slide {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-perspective: 1000px;
                perspective: 1000px; }
        .bx-touch .product-cat-image-slide.next, .bx-touch .product-cat-image-slide.active.right {
          left: 0;
          -webkit-transform: translate3d(100%, 0, 0);
                  transform: translate3d(100%, 0, 0); }
        .bx-touch .product-cat-image-slide.prev, .bx-touch .product-cat-image-slide.active.left {
          left: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
                  transform: translate3d(-100%, 0, 0); }
        .bx-touch .product-cat-image-slide.next.left, .bx-touch .product-cat-image-slide.prev.right, .bx-touch .product-cat-image-slide.active {
          left: 0;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0); } }
  .product-cat-image {
    max-height: 100%;
    max-width: 100%; }
  .product-cat-image-overlay {
    background-color: rgba(255, 255, 255, 0.6);
    display: none;
    height: 100%;
    text-align: center;
    width: 100%;
    z-index: 200; }
  .product-cat-container.hover .product-cat-image-wrapper:hover .product-cat-image-overlay {
    display: block; }
  .product-cat-image-overlay-link {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0.25rem;
    color: #fff;
    cursor: pointer;
    font-size: 75%;
    line-height: 1.08333;
    padding: 1rem;
    white-space: pre; }
    .product-cat-image-overlay-link:hover {
      background-color: rgba(0, 0, 0, 0.8);
      text-decoration: underline; }
  .product-cat-container.hover .product-cat-image-action {
    display: block; }
  .product-cat-head {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 1rem; }
    @media (min-width: 576px) {
      .product-cat-head {
        height: 6.375rem; } }
  .product-cat-data {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .product-cat-title {
    font-weight: 700;
    /*max-height: 2.5rem;*/
    margin-bottom: 0.25rem;
    overflow-x: hidden; }
    .product-cat-title > a,
    .product-cat-title > a:hover {
      color: #202020; }
  .product-cat-parent {
    font-size: 75%;
    height: 1.125rem;
    margin-bottom: 0.25rem;
    overflow: hidden; }
    .product-cat-parent > a,
    .product-cat-parent > a:hover {
      color: #ff5605; }
  .product-cat-info-container {
    margin-bottom: 1rem; }
  .product-cat-info-container--price {
    overflow: hidden; }
  .product-cat-preview-container {
    margin-bottom: 1.5rem; }
  .product-cat-price-container {
    min-width: 1px; }
  .product-cat-info-container-title {
    font-size: 0.875rem; }
  @media (min-width: 768px) {
    .product-cat-table-card .product-cat-price-container {
      position: relative;
      top: -1.25rem; }
    .product-cat-table-card .product-cat-content {
      margin-bottom: 1.625rem;
      margin-top: 1.625rem; }
    .product-cat .product-cat-deals {
      top: -1.5rem; } }
  @media (min-width: 992px) {
    .product-cat {
      padding: 1.5rem; }
      .product-cat-container.hover .product-cat-popup {
        margin: -0.5rem -0.5rem auto;
        min-height: calc(100% + 1rem);
        padding: 2rem; }
      .product-cat-image-wrapper {
       /* margin: -1.5rem -1.5rem 0.5rem;*/
        margin:-1.5rem 0.5rem 0.5rem;
        padding: 1.5rem; }
      .product-cat-image-action {
        right: 1.5rem;
        top: 1.5rem; }
      .product-cat-head {
        margin-bottom: 1.5rem; }
      .product-cat-table-card .product-cat {
        padding: 1rem 1.5rem; }
      .product-cat-table-card .product-cat-image-wrapper {
        margin: -1rem 0 -1rem -1.5rem;
        padding: 1rem 1rem 1rem 1.5rem; } }

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