.cloudzoom-lens {
  border: 1px solid #888;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  cursor: crosshair;
  z-index: 9999; }

.cloudzoom-zoom {
  border: 0 !important;
  width: 521px !important;
  height: 785px !important;
  box-shadow: none !important;
  z-index: 9999;
  margin-top: 0;
  margin-left: 12px; }

.cloudzoom-zoom-inside {
  border: none;
  box-shadow: none;
  z-index: 9999; }

.cloudzoom-caption {
  display: none !important;
  text-align: left;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-family: sans-serif;
  font-size: 11px; }

.cloudzoom-blank div:last-child {
  opacity: 0 !important;
  font-size: 0 !important;
  display: none !important; }

.modal-img-zoom {
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  z-index: 9999999999;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .modal-img-zoom__img {
    margin: 0 auto; }
  .modal-img-zoom img {
    max-width: none;
    max-height: none; }
  .modal-img-zoom__close {
    top: 10px; }
    .modal-img-zoom__close:before {
      transform: rotate(45deg); }
    .modal-img-zoom__close:after {
      transform: rotate(-45deg); }
  .modal-img-zoom__close, .modal-img-zoom__pluse, .modal-img-zoom__minus {
    position: fixed;
    z-index: 9999999999;
    right: 17px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3); }
    .modal-img-zoom__close i, .modal-img-zoom__pluse i, .modal-img-zoom__minus i {
      position: absolute;
      left: -15px;
      top: -8px;
      bottom: -8px;
      right: -15px; }
    .modal-img-zoom__close.disabled, .modal-img-zoom__pluse.disabled, .modal-img-zoom__minus.disabled {
      background: none; }
    .modal-img-zoom__close:before, .modal-img-zoom__close:after, .modal-img-zoom__pluse:before, .modal-img-zoom__pluse:after, .modal-img-zoom__minus:before, .modal-img-zoom__minus:after {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -25%;
      top: 50%;
      background: #000;
      width: 50%;
      height: 2px;
      margin-top: -1px; }
  .modal-img-zoom__pluse {
    bottom: 103px; }
    .modal-img-zoom__pluse:after {
      transform: rotate(-90deg); }
  .modal-img-zoom__minus {
    bottom: 46px; }
    .modal-img-zoom__minus:after {
      display: none; }

@media (max-width: 1120px) {
  .cloudzoom-zoom {
    width: 425px !important;
    height: 430px !important; } }
@media (max-width: 991px) {
  .cloudzoom-zoom {
    width: 330px !important; } }
@media (max-width: 767px) {
  .cloudzoom-zoom, .cloudzoom-blank {
    left: 10px !important;
    top: 10px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    border: 0 !important; }
    .cloudzoom-zoom > *, .cloudzoom-blank > * {
      width: 0 !important;
      height: 0 !important;
      border: 0 !important; } }

/*# sourceMappingURL=zoom-img.css.map */
