

#carousel  {
  overflow: hidden;
}
#carousel  .owl-item {
  float: left;
}
#carousel  .owl-item .image {
  margin-left: 15px;
  margin-right: 10px;
}

#carousel  .owl-item .image img {
  max-width: 100%;
}

.common-home div.box-product div.item {
  min-width: 160px;
}
.owl-buttons > div {
  width: 38px;
  height: 46px;
  position: absolute;
  top: 110px;
  cursor: pointer;  
}
.owl-prev {
  background: url(../images/left.svg) left top no-repeat;
  left: 3px; 
}
.owl-next {
  background: url(../images/right.svg) left top no-repeat;
  right: -15px;
}
  
