
.product ul li img {
  cursor: move;
}
.product .product-images {
  position: relative; }
  .product .product-images .btn-compress {
    display: none; }
  .product .product-images .image-zoom {
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 240px;
    height: 240px;
    max-width: 50%;
    position: absolute;
    pointer-events: none;
    transform: translate(-50%, -50%); }
    .product .product-images .image-zoom canvas {
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.25);
              box-shadow: 0 0 2px 1px rgba(0,0,0,.25); }
  .product .product-images.full-screen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    position: fixed;
    background: #fff; }
    .product .product-images.full-screen .container {
      max-width: 100%; }
      .product .product-images.full-screen .btn-compress {
        display: inline-block; }
      .product .product-images.full-screen .btn-expand {
        display: none; }
  .product .product-images ul {
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style: none; }
    .product .product-images > ul > li {
      position: relative;
      display: inline-block;
      width: 100%;
      height: auto;
      -webkit-user-drag: none;
              user-drag: none;
         -moz-user-select: none;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .product .product-images > ul > li > img {
        width: 100%;
        height: auto;
    }
    .product .product-images > ul > li:not(.current) {
      display: none; }
  .product .product-images .marker {
    color: #fff;
    width: 28px;
    height: 28px;
    font-size: 11px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    background: #005191;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.25);
            box-shadow: 0 0 2px 1px rgba(0,0,0,.25); }
    .product .product-images .marker .marker-content {
      top: 50%;
      left: 50%;
      z-index: 2;
      color: #000;
      width: 300px;
      padding: 10px;
      display: none;
      text-align: left;
      background: #fff;
      position: absolute;
      border: 1px solid #e0e0e0;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      /* .product .product-images .marker .marker-content:after {
        left: 50%;
        content: '';
        bottom: -8px;
        position: absolute;
        border-top: 8px solid #fff;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .product .product-images .marker .marker-content:before {
        left: 50%;
        content: '';
        bottom: -10px;
        position: absolute;
        border-top: 10px solid #e0e0e0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } */
    .product .product-images .marker:hover .marker-content {
      display: block; }
.product .controls {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 5px;
  padding-bottom: 5px;}
  .product .controls .btn {
      padding: 0;
      color: #333;
      background: #FFF;
      width: 40px;
      line-height: 40px;
      text-align: center;
      -webkit-border-radius: 0;
              border-radius: 0;
      border: 1px solid #e0e0e0; }
      .product .controls .btn.btn-sewer {
          width: auto;
          padding: 0 15px; }
      .product .controls .btn:hover {
        color: #fff;
        background: #333;
        border-color: #333; }
.loading{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  font-size: 50px;
  background-color: rgba(255,255,255, 0.7); }
  .loading .loading-ico {
    margin-top: 160px; }
