.product-viewer {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 140rem;
  margin: 0 auto;
}

.product-viewer1 { 
  max-width: 120rem !important; 
}


.product-sprite {
  position: relative;
  max-width: none;
  transform: translateZ(0);
}

.cd-draggable {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.cd-product-viewer-handle {
  position: relative;
  z-index: 2;
  width: 60%;
  max-width: 300px;
  border-radius: 50em;
  margin: 10px auto;
  height: 2px;
  background: #afafaf;
}

.cd-product-viewer-handle .handle {
  position: absolute;
  z-index: 2;
  display: inline-block;
  height: 22px;
  width: 22px;
  left: 0;
  top: -10px;
  background: #0985dc;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

.loaded .cd-product-viewer-handle .handle {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-animation: cd-bounce 0.3s 0.3s;
  -moz-animation: cd-bounce 0.3s 0.3s;
  animation: cd-bounce 0.3s 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  cursor: pointer;
}
.cd-product-viewer-wrapper {position:relative;}
.cd-product-viewer-wrapper .ico_360 {position:absolute; right:5.0rem; top:5.0rem;}
.cd-product-viewer-wrapper .ico_360 img {max-width:8.0rem;}

@media( max-width:1920px ) {
.product-viewer {max-width:110.0rem}
.product-viewer1 {  max-width: 90rem !important;  }
}
@media( max-width:1400px ) {
.product_3d_wrap {padding:2.0rem 0 3.0rem 0;}
.cd-product-viewer-wrapper .ico_360 {position:absolute; right:4.0rem; top:4.0rem;}
}

@media( max-width:768px ) {
.cd-product-viewer-wrapper .ico_360 {right:10px; top:5px;}
.cd-product-viewer-wrapper .ico_360 img {max-width:6.0rem;}
}