/* If PaginationNumbers is true */
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }
.owl-item .item {
  position: relative; }

.product-view .product-img-box .product-image-zoom,
.product-view .product-img-box .product-no-image-zoom {
  height: auto;
  overflow: hidden; }
  .product-view .product-img-box .product-image-zoom.window,
  .product-view .product-img-box .product-no-image-zoom.window {
    overflow: visible; }
.product-view .product-img-box .product-no-image-zoom img {
  width: 100%; }
.product-view .product-img-box .product-image-zoom img {
  position: relative; }
.product-view .product-img-box .owl-theme .owl-controls {
  margin-top: 0; }
  .product-view .product-img-box .owl-theme .owl-controls .owl-buttons div {
    display: block;
    position: absolute;
    top: 50%;
    margin: -20px 0;
    z-index: 1000; }
    .product-view .product-img-box .owl-theme .owl-controls .owl-buttons div.owl-prev {
      left: 0; }
    .product-view .product-img-box .owl-theme .owl-controls .owl-buttons div.owl-next {
      right: 0; }

#more_img_gal .item {
  margin: 0 10px; }

.more-views {
  margin: 20px 0 0; }
  .more-views .owl-item {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    cursor: pointer; }
    .more-views .owl-item.synced {
      opacity: 1;
      filter: Alpha(Opacity=100); }

.item img {
  width: 100%;
  height: auto; }

.vt-icon {
  display: none; }

.lb-icon {
  position: absolute;
  font-size: 18px;
  z-index: 1000; }
  .lb-icon.rt_bt {
    right: 15px;
    bottom: 10px; }
  .lb-icon.rt_tp {
    right: 15px;
    top: 10px; }
  .lb-icon.lt_bt {
    left: 15px;
    bottom: 10px; }
  .lb-icon.lt_tp {
    left: 15px;
    top: 10px; }
  .lb-icon i {
    cursor: pointer; }
    .lb-icon i:before {
      content: '\f065'; }
