a.multi {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 20px;
  right: 0px;
}

.multi_div {
  width: 100%;
  height: 144px;
  padding: 5px 2px 0px 2px;
  margin: 0px 2px 4px 2px;
  float: left;
}

.multi_sub_div {
  height: 120px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.multi_img {
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.multi_price {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
  -webkit-transform-style: preserve-3d;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-prev{
  top: 40%; 
  color: black;
  margin-top: 0px;
  margin-left: -20px;
}
 
.owl-next{
  top: 40%;
  color: black;
  margin-top: 0px;
  margin-right: -20px;
}

.owl-next:before {
  color: black;
}

#MultiPrice {
  font-size: 13.5px;
  line-height: 1.8;
}

#multi-carousel {
  margin-top: 10px;
  margin-bottom: 10px;
}

