
.single_prdct_slic_slider {
    position: relative;
}
.thumb {
  margin-bottom: 5px;
  width: 80px;
/*   height: 50px; */
}

.thumb:hover {
  -moz-box-shadow: 0 0 5px orange;
  -webkit-box-shadow: 0 0 5px orange;
  box-shadow: 0 0 5px orange;
}

.preview {
  display: none;    
	margin-left: 15px;
    width: 600px;
    position: absolute;
    top: 0;
    right: -97%;
    height: 600px;
    border: 3px solid #d59d3e;
	background-repeat: no-repeat;
}

.cursor-overlay {
  display: none;
  background-color: rgba(214, 161, 55, 0.5);
  position: fixed;
  pointer-events: none;
}