.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: 12px;
    height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #f26e01;
}
.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: 25px;
    height: 25px;
    background-color: #f9e5b2!important;
    border-radius: 60px;
}
.owl-nav button span {
    font-size: 0;
    margin: 0;
    display: block;
    width: 27px;
    height: 19px;
}
.owl-stage-outer {
    padding: 20px 0 50px;
    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-prev span {
    background-image: url(../images/arow_left.png);
	position: relative;
    left: 8px;
}
.owl-next span {
    background-image: url(../images/arow_right.png);
	position: relative;
    right: 8px;
}

