/**
 * Product photo box styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

table.product-photo-box,
table.product-photo-box tr,
table.product-photo-box td,
table.product-photo-box tbody
{
  border-style: none;
}

table.product-photo-box td
{
  vertical-align: middle;
  padding: 0;
}

.cloud-zoom-lens {
  background-repeat: no-repeat !important;
}

.cloud-zoom-big {
  background-repeat: no-repeat;
  background-color: #fff;
}
