﻿.intelisale-slider-title {
  margin-top: 0 !important;
  border-left: 2px solid var(--primary-orange);
  font-size: 24px;
  color: var(--title-gray);
  font-family: "roboto-regular";
  font-weight: 600;
  text-transform: unset;
}

.intelisale-slider .owl-arrows {
  top: 8px;
  width: 22px;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  background-color: rgba(0,0,0,.4);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .2s ease;
}

  .intelisale-slider .owl-arrows:hover {
    background-color: var(--primary-pantone) !important;
  }

.intelisale-slider .owl-arrows-left {
  position: absolute;
  left: 0px;
  background-image: url(../Themes/Emporium/Content/img/img_crafter/arrow-left.png);
}

.intelisale-slider .owl-arrows-right {
  position: absolute;
  right: 0px;
  background-image: url(../Themes/Emporium/Content/img/img_crafter/arrow-right.png);
}

.intelisale-slider .item-box {
  border: unset;
  border-radius: 0;
  margin: 0;
}

.intelisale-slider .owl-arrows {
  top: 37% !important;
}

.intelisale-slider .owl-nav {
  top: 45% !important;
  position: unset !important;
}

.intelisale-slider .owl-arrows-right,
.intelisale-slider .owl-arrows-left,
.intelisale-slider .owl-arrows-left:hover,
.intelisale-slider .owl-arrows-right:hover {
  background-position: center !important;
}

.intelisale-slider-title {
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: var(--primary-pantone);
}

/* owl-theme library */

.intelisale-slider-container .owl-theme .owl-dots, .owl-theme .owl-nav,
.intelisale-slider-wrapper .owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.intelisale-slider-container .owl-theme .owl-nav,
.intelisale-slider-wrapper .owl-theme .owl-nav {
  margin-top: 10px
}

  .intelisale-slider-container .owl-theme .owl-nav [class*=owl-],
  .intelisale-slider-wrapper .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
  }

    .intelisale-slider-container .owl-theme .owl-nav [class*=owl-]:hover,
    .intelisale-slider-wrapper .owl-theme .owl-nav [class*=owl-]:hover {
      color: #FFF;
      text-decoration: none
    }

  .intelisale-slider-container .owl-theme .owl-nav .disabled,
  .intelisale-slider-wrapper .owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
  }

    .intelisale-slider-container .owl-theme .owl-nav.disabled + .owl-dots,
    .intelisale-slider-wrapper .owl-theme .owl-nav.disabled + .owl-dots {
      margin-top: 10px
    }

.intelisale-slider-container .owl-theme .owl-dots .owl-dot,
.intelisale-slider-wrapper .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

  .intelisale-slider-container .owl-theme .owl-dots .owl-dot span,
  .intelisale-slider-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
  }

  .intelisale-slider-container .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,
  .intelisale-slider-wrapper .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4DC7A0
  }

.intelisale-slider .item-box .prices {
  padding: 0 10px 10px 0;
}

.home-page .intelisale-slider-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.intelisale-slider .item-box .carousel-category-title,
.intelisale-slider .item-box .carousel-manufacturer-title {
  color: #343434 !important;
  font-weight: normal;
  height: 39px;
  margin: 0;
}

.intelisale-slider.owl-carousel .owl-stage-outer {
  padding-left: 12px;
}

@media (max-width: 1024px) {
  .intelisale-slider .item-box .product-title {
    padding: 0 !important;
    height: 40px !important;
  }

    .intelisale-slider .item-box .product-title a {
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      color: var(--primary-pantone) !important;
      font-size: 14px;
    }

  .intelisale-slider .item-box .product-item .details .add-info .prices {
    margin: 0 !important;
  }
}
