﻿.ocarousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ocarousel .owl-nav button.owl-prev,
.ocarousel .owl-nav button.owl-next {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 5px !important;
  background-color: #fff;
  color: #f39119;
  font-size: 13px;
  border: 1px solid #f39119;
  border-radius: 3px;
}
.ocarousel .owl-nav button.owl-prev {
  left: 0;
}
.ocarousel .owl-nav button.owl-next {
  right: 0;
}
.ocarousel .owl-nav button.owl-prev:hover,
.ocarousel .owl-nav button.owl-next:hover {
  background-color: #f39119;
  color: #fff;
}
.ocarousel .owl-dots {
  display: none;
}
.ocarousel .item-box {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
}
.ocarousel-background {
  margin-bottom: 70px;
  padding: 50px 0;
}
.ocarousel-background .ocarousel-grid {
  margin-bottom: 0;
}
.ocarousel-background .title-container .title,
.ocarousel-background .title-container .title i,
.ocarousel-background .title-container .title h2,
.ocarousel-background .title-container .subtitle {
  color: #fff;
}
.ocarousel-background .ocarousel .owl-nav {
  position: relative;
  top: 10px;
  display: block;
  text-align: center;
}
.ocarousel-background .ocarousel .owl-nav button.owl-prev, 
.ocarousel-background .ocarousel .owl-nav button.owl-next {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 5px !important;
  color: #f39119;
  font-size: 13px;
  border-color: #f39119;
  border-radius: 3px;
}
.ocarousel-background .ocarousel .owl-nav button.owl-prev {
  margin-right: 2px;
}
.ocarousel-background .ocarousel .owl-nav button.owl-next {
  margin-left: 2px;
}
.ocarousel-background .ocarousel .owl-nav button.owl-prev:hover, 
.ocarousel-background .ocarousel .owl-nav button.owl-next:hover {
  background-color: #f39119;
  color: #fff;
}
.category-carousel,
.product-carousel,
.manufacturer-carousel {
  margin-bottom: 70px;
}