/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  position: absolute;
  bottom: 40px;
  left: 0;
  text-align: center;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.product_page-slider .owl-dots {
  display: none !important;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  float: left;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 8px 8px;
  background: transparent;
  border: 2px solid #f2f2f2;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span{
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #0066ff;
  border: 2px solid #0066ff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.owl-theme .owl-dots .owl-dot.active:hover span{
  background: #0066ff;
  border: 2px solid #0066ff;
}
.owl-theme .owl-dots .owl-dot:hover span{
  background: transparent;
  border: 2px solid #0066ff;
}
.owl-dots {
  display: inline-block;
  position: relative;
	z-index: 10;
}
.owl-carousel--products .owl-controls {
	display: none;
}

/*thumbs*/
.owl-thumbs {
  position: absolute;
	width: 100%;
  left: 0;
  bottom: -60px;
  text-align: center;
}
button.owl-thumb-item {
  display: inline-block;
	width: 70px;
	height: auto;
  margin: 0 5px;
	position: relative;
	background: no-repeat;
	border: none;
  padding: 4px;
	outline: none;
	cursor: pointer;
	border: 2px solid #fff;
	overflow: hidden;
}
button.owl-thumb-item img {
	display: block;
	width: 100%;
	height: auto;
}
button.active {
	border: 2px solid #c94242;
}

.owl-controls {
  display: none;
}