.owl-nav .owl-prev {
 position: absolute;
 top: calc(50% - 30px);
 left:-40px;
}
.owl-nav .owl-next {
 position: absolute;
 top: calc(50% - 30px);
 right:-40px
}
.owl-nav .fa {
 font-weight: 700;
 background: #9cc3f3;
 color: #fff;
 width: 35px;
 height: 35px;
 font-size: 24px;
 border-radius: 100%;
 padding-top: 4px;
}
/**/
 
.owl-stage-outer {
 position: relative;
 overflow: hidden;
 -webkit-transform: translate3d(0px, 0px, 0px);
 padding-top: 100px;
 padding-bottom: 90px; 
}
.owl-item {
 transition: all 0.8s;
}
.owl-item.active.center {
 transform: scale(1.6);
 z-index: 999;
}

.owl-item.active.center .product-pic {
 -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
 box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.owl-item.active.center .product-name{
font-size:10px!important;
}
@media only screen and (min-width:320px) and (max-width:767px) {

.owl-nav .owl-prev {
 left:-10px;
}
.owl-nav .owl-next {
 right:-10px
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.owl-stage-outer {
 padding-top: 60px;
 padding-bottom: 40px; 
}
}