.owl-carousel{
	margin-bottom: 0;
	margin-top: 0;
	padding: 0 4rem;
	position: relative;
}


.owl-carousel .owl-item  {

	padding-right: 15px;
}

.owl-carousel .owl-item  img {
	transform: scale(1);
}


.owl-nav {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-flow:row;
  -ms-flex-flow:row;
  flex-flow:row;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  left:0;
  margin:0;
  pointer-events:none;
  position:absolute;
  right:0;
  top:calc(50% - 1rem);
  width:100%
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  background-color:#ac5876;
  border:none;
  border-radius:0;
  color:#fff;
  font-size:2rem;
  padding-bottom:.5rem;
  padding-top:.25rem;
  pointer-events:auto;
  -webkit-transition:all .2s linear;
  transition:all .2s linear;
  width:35px;
}

.owl-carousel .owl-dots button span  {
  background-color:rgba(172, 88, 118, 0.27);
  border:0;
  border-radius:50%;
  display:block;
  height:18px;
  margin:0 5px;
  padding:0;
  width:18px
}
.owl-carousel .owl-dots button.active span  {
  background-color:rgba(191, 98, 131)
}


.owl-carousel .owl-dots {
	justify-content:center;
	display:flex;
	text-align:center;
	margin-top:25px;
}