/* Styles for exploded views */

.wrap-image-map{
 position: relative;
}

.accent-hotspot{
 position: absolute;
 border-bottom: 2px solid #45c2b1;
 width: 10px;
 height: 1px;
 z-index:10;
 margin-top: 5px;
}

#image-map-container{
 background: #f6f6f6;
 padding: 32px;
}

.exploded-views-thumbnails{
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
  margin: 16px 0;
  padding: 16px 0px 16px 16px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
  max-height: 270px;
  background: #f6f6f6;
  position: relative;
}

.exploded-views-thumbnails::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.exploded-views-thumbnails li{
  display: inline-block;
  margin-right: 16px;
  margin-left: 4px;
  position: relative;
  padding-top: 16px;
  vertical-align: top;
}
.exploded-views-thumbnails img{
  box-shadow: 0px 3px 10px #888888;
  max-width: 120px;
}

.exploded-views-thumbnails .active::before{
  content: ' ';
  height: 92%;
  width: 100%;
  background: #bdbdbd;
  opacity:.2;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 2;
}

li.active::after {
    content: ' ';
    border-bottom: 4px solid #45c2b1;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
}

.exploded-views-thumbnails .active img{
  opacity: .5;
  box-shadow: none;
}

.hotspot-number{
  min-width: 20px;
  font-family: Overpass;
  font-size: 12.2px;
  font-weight: bold;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  position: absolute;
  background: #fafafa;
  padding: 0 4px;
}
.hotspot-number.default-image{
  font-size: 19.9px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  height: 100%;
}
.filter{
  position: relative;
  max-width: 100%;
  margin-bottom: 28px;
}

.filter input{
  border: solid 2px rgba(25, 25, 25, 0.6);
  max-width: 100%;
  width: 100%;
  padding-left: 16px;
  height: 56px;
}
.filter button{
  position: absolute;
  right: 0;
  background: none;
  border: none;
  top: 0;
  bottom: 0;
}
.filter #clear{
  cursor: pointer;
  position: absolute;
  font-weight: bold;
  right: 10px;
  top: 16px;
  background: #fff;
  width: 20px;
}
.part-hotspot{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 4px;
  padding: 8px;
  margin-top: 16px;
  margin-right: 8px;
  margin-left: 2px;
  background: #fff;
}

.part-hotspot .image{
  padding: 0;
}

.part-hotspot .image img{
  width: 100%;
  height: auto;
}

.part-hotspot .btn-success{
 margin-top: 6px;
}

.part-hotspot .number{
  letter-spacing: 0.4px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
} 

.part-hotspot .name{
  font-weight: normal;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.6);
}

.part-hotspot .price{
  line-height: 1.8;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}

#datatable-model{
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
}

/* width */
#filter-container.scroller #datatable-model::-webkit-scrollbar {
  width: 8px;
  margin-right: 5px;    
}

/* Track */
#filter-container.scroller #datatable-model::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff; 
  border-radius: 10px;   
}
 
/* Handle */
#filter-container.scroller #datatable-model::-webkit-scrollbar-thumb {
  background: #243545; 
  border-radius: 10px;
}

/* Handle on hover */
#filter-container.scroller #datatable-model::-webkit-scrollbar-thumb:hover {
  background: #243545; 
}

#btns-views{
 display: none;
}
  
#exploded-view-container{
  position: relative;
}
@media only screen and (max-width: 991px) {
 #btns-views{
  display: block;
  position: absolute;
  right: 48px;
  top: -12px;
  z-index: 10;
 }
 #exploded-view-container #btns-views div{
  display: inline-block;
 }
 #btns-views .active{
  border-bottom: 4px solid #45c2b1;
 }
 .part-hotspot{
  width: 47%;
  display: inline-block;
 }
 #filter-container{
  position: absolute;
  top: 262px;
  left: 16px;
  z-index: 10;
  background: #f6f6f6;
  height: 100%;
  width: 97%;
  }
  .heading-view{
   margin: 0;
   position: relative;
  }
  .filter{
    position: absolute;
    right: 16px;
    top: -32px;
    z-index: 10;
    max-width: 300px;
    width: 60%;
  }
  .skip-main.hide-mobile:focus{
   display: none;
  }
}
@media only screen and (max-width: 600px) {
  .part-hotspot{
    width: 98%;
  }
}

.pop-up{
 position: absolute;
 bottom: 255px;
 left: 0;
 right: 0;
 margin: 0 auto;
 z-index: 10;
 max-width: 260px;
}

.pop-up .close{
  position: absolute;
  right: 8px;
}

.default-message{
  min-height: 700px;
  vertical-align: middle;
  text-align: center;
  display: flex;
  justify-content: center;
}

.default-message p{
  font-weight: 700;
  max-width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader .spin{
  border: 8px solid #f3f3f3;
  border-top: 8px solid #45c2b1;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 45%;
  top: 20%;
  z-index: 100;
}
.loader{
 width: 100%;
 height: 100%;
 background: #fff;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 100;
}

#btns-views i {
  color: #0c1e30;
}
.btn-view{
  margin: 0 8px;
}
#btns-views .active i {
  color: #d8d8d8;
}

.data-table-error{
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  font-weight: bold;
}

.thumb-name{
  display: block;
  padding-top: 5px;
  text-align: center;
  font-size: 12px;
  max-width: 120px;
}
.mTSContainer{
 padding-bottom: 5px;
}

/* Dots */

.slick-dots{
  top: 4px;
  height: 20px;
}