/*Logo slider*/
.prod-slider-container {
  position: relative;
  font-family: font-awesome;
  padding: 10px 10px 0 0 ;
}
.owl-buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.owl-prev,.owl-next {
  position: absolute;
}
i.fa {
  cursor: pointer;
  margin-top :-97px;
  margin-left :15px;
  position: absolute;
  font-size: 20px;
  padding-top: 10px;
  height: 29px;
  width: 38px;
  color: rgba(238, 230, 230, 0.5);
  background: rgb(24, 24, 23);
  border-radius: 50%;
  display: table-cell;
}
.owl-prev,.owl-next {
  background-color: transparent;
  border: 0px none transparent;
  width: 0px;
  height: 0px;
}
.owl-perv {
  left: 0;
}
.owl-next {
  right: 72px;
}
.item {
  outline: 1px dashed grey;
}
.owl-theme .owl-controls .owl-buttons div{
	padding: 0px !important;
}
.owl-carousel .owl-wrapper-outer{
	height: 90px !important;
}
.owl-pagination{
  display: none !important;
}
.owl-theme .owl-controls{
  margin-top: 30px !important;
}

