.owl-carousel .item {
    text-align: center;
}

.owl-carousel .item img {
    width: 100%;
    height: auto;
}

.owl-carousel .item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.owl-carousel .item .content h3 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}
.owl-carousel .item.cat_items {
  position: relative;
}
.owl-carousel .content.cat_name {
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  background: #3333;
}
.owl-carousel .content.cat_name h3{
	font-family: cinzel,Sans-serif;
  font-weight: 400;
}
.owl-carousel img.cat_images {
  max-height: 300px;
  min-height: 300px;
}
.owl-carousel.category_slider .owl-nav .owl-prev {
  position: absolute;
  top: 100px;
	left:0;
  padding: 20px 10px !important;
  background: #33333385;
	color:#fff;
}
.owl-carousel.category_slider .owl-nav .owl-next {
  position: absolute;
  top: 100px;
	right:0;
  padding: 20px 10px !important;
  background: #33333385;
	color:#fff;
}