.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: -15px;
}
.owl-nav button.owl-next {
  right: -15px;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
  display: none;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button:focus {
    outline: none;
}
.owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #fff!important;
    border-radius: 60px;
    border: solid 2px #f2f2f2!important;
}
.owl-nav button span {
    font-size: 28px;
	margin:0;
}
.owl-stage-outer {
    padding: 20px 0;
    height: auto;
}
.product_wrapper .item {
    border-radius: 6px;
    padding: 0 0 5px;
    background-color: #f4f4f4;
    border: solid 1px #f4f4f4;
	    text-align: center;
}
.product_wrapper .item h3 {
    font-size: 18px;
    color: #363f4d;
}
.product_wrapper .item span {
    display: block;
    font-size: 24px;
}
.product_wrapper h2 {
    margin: 40px 0 0;
    font-size: 18px;
    font-weight: 700;
}
.product_wrapper h3 {
    font-size: 12px;
    margin: 8px 0;
    padding: 0 10px;
}
.product_wrapper p {
    font-size: 11px;
    padding: 0 10px;
    color: #777;
}
.product_wrapper span {
    font-size: 11px;
    font-weight: 600;
    display: block;
    line-height: 23px;
    padding: 0 10px;
    margin: 0 0 20px;
}
.product_wrapper span img {
    width: 25px!important;
    border-radius: 30px;
    float: left;
	margin: 0 8px 0 0;
}
.product_image {
    margin: 0 0 25px;
	background-color:#fff;
	padding:15px 0;
}
.product_image img {
    width: auto!important;
    display: block;
    margin: 0 auto;
}
.product_wrapper a {
    display: block;
    width: 160px;
    text-align: center;
    padding: 12px 0;
    background-color: #89c74a;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
	margin:0 auto;
	position:relative;
	top:25px;
}
.product_wrapper h2 {
    margin: 40px 0 0;
    font-size: 24px;
    font-weight: 700;
}



.owl-carousel .owl-item img {
    display: block;
    width: 70%;
    margin: 0 auto;
}
.owl-nav {
    display: none;
}