#sync1 .item {
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  border: solid 1px #dadada;
}
#sync2 .item {
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

#sync2 .owl-stage-outer .owl-stage {
  transform: translate3d(0px, 0px, 0px)!important;
}

#sync2 .owl-stage-outer .owl-stage .owl-item .item .image-gallery-product {
  width: 100px;
  height: 100px;
  border: solid 1px #dadada;
}

#sync2 .owl-stage-outer{
  width: 115px;
  height: 428px;
  overflow-y: scroll;
}

#sync2 .owl-stage-outer::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px #ffffff;
	background-color: #ffffff;
}

#sync2 .owl-stage-outer::-webkit-scrollbar
{
	width: 2px;
	background-color: #ffffff;
}

#sync2 .owl-stage-outer::-webkit-scrollbar-thumb
{
	background-color: #ffffff;
}

#sync2
  .owl-stage-outer
  .owl-stage
  .owl-item.active.current
  .item
  .image-gallery-product {
  border: solid 1px #0c83e7;
}

.set-column-multi-gallery {
  max-width: 10.1%;
  padding-right: 0;
}

#sync1 .owl-stage-outer .owl-stage .owl-item .item .image-gallery-product-show {
  height: 428px;
}

#sync1
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item
  .image-gallery-product-show:hover {
  cursor: pointer;
}

.box-gallery-product {
  	position: absolute;
    margin-left: 10px;
    text-align: left;
    margin-top: 10px;
    z-index: 99;
}

.box-third {
  background-color: #ff5722;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
  letter-spacing: 0.5px;
  padding-left: 5px;
  padding-right: 5px;
}

.box-second {
  background-color: #009688;
  background-size: cover;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
  letter-spacing: 0.5px;
  padding-left: 5px;
  padding-right: 5px;
}

.box-first {
  background-color: #3389de;
  background-size: cover;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
  letter-spacing: 0.5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}

.set-line-height {
  line-height: 1.2;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 


}

@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1024px) { 
  #sync2 .owl-stage-outer .owl-stage .owl-item .item .image-gallery-product {
    width: 80px;
    height: 80px;
  }

  #sync1 .owl-stage-outer .owl-stage .owl-item .item .image-gallery-product-show {
    height: 348px;
  }
}

@media (max-width: 992px) { 

  #sync1 .owl-stage-outer .owl-stage .owl-item .item .image-gallery-product-show {
    height: auto;
  }
}