
.basic div.owl-carousel div.owl-nav {
    margin-top:0px;
    position: absolute;
    width: 100%;
    bottom: 53%;
}


.basic .owl-carousel button.owl-prev {
  position: absolute;
  left: 0px;
}

.basic .owl-carousel button.owl-next {
  position: absolute;
  right: 0px;
}



.multi-item div.owl-carousel div.owl-nav {
/*    display: flex;*/
    justify-content: space-between;
    margin-top:0px;
    position: absolute;
    width: 97%;
    bottom: 56%;
}

.multi-item div.owl-carousel div.owl-nav > button.owl-prev{
  position: absolute;
  line-height: 6px;
  width: 20px;
  height: 20px;
  left: -35px;
}

.multi-item div.owl-carousel div.owl-nav > button.owl-next {
  position: absolute;
  line-height: 6px;
  width: 20px;
  height: 20px;
  right: -35px;
}

.multi-item .item{
  text-align:center;
}

.multi-item .item .item-name{
  font-size:0.75rem;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}


.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 1.8rem;
/*  background: #000000;*/
  border-radius: 3px;
}

.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}