﻿.intelisale-slider-title {
  margin: 0 0 30px;
  font-family: var( --font--renogare-soft-regular);
  text-transform: unset;
  font-size: 30px;
  text-align: left;
  font-weight: normal;
  display: block;
}

.intelisale-slider-title span {
  display: inline-block;
  padding-left: 15px;
  margin-right: 40px;
  border-left: 2px solid var(--purple-color);
  font-size: 24px;
  color: var(--purple-color);
  font-weight: bold;
}

.intelisale-carousel .owl-carousel .owl-item {
  padding: 0;
}

.intelisale-carousel .item-box {
  padding: 0 6px;
}

.intelisale-carousel .intelisale-slider {
  padding: 0;
}

.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: #F47721 !important;
}

body .intelisale-carousel .intelisale-slider.intelisale-slider-no-tabs .owl-nav {
  top: -70px;
}

.intelisale-carousel .intelisale-slider .owl-arrows-left {
  position: absolute;
  left: 0px;
  background-image: url(/Themes/Emporium_trio/Content/img/img_crafter/arrow-gray-prev.png) !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: 22px !important;
  width: 22px;
}

.intelisale-carousel .intelisale-slider .owl-arrows-right {
  position: absolute;
  right: 0px;
  background-image: url(/Themes/Emporium_Trio/Content/img/img_crafter/arrow-gray-next.png) !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: 22px !important;
  width: 22px;
}

.intelisale-carousel .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  padding: 0;
  margin: 0;
}

.intelisale-carousel .intelisale-slider .item-box {
  margin-bottom: 0;
}

.intelisale-carousel .owl-theme .owl-dots {
  position: relative;
  top: 15px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--purple-color);
}

.intelisale-carousel .intelisale-slider .owl-nav {
  width: 45px;
}

.intelisale-slider .item-box {
  border: unset;
  border-right: 1px solid #D3D3D3;
  border-radius: 0;
}

.intelisale-slider .owl-arrows {
  top: 45% !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;
}

@media(max-width: 1024px) {
  body .intelisale-carousel .intelisale-slider.intelisale-slider-no-tabs .owl-nav {
    top: -55px;
  }

  .intelisale-slider-title span {
    margin-right: 20px;
    font-size: 20px;
  }
}
