/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: right;
}

.block-recently-viewed .owl-theme .owl-controls,
.product-image-gallery .owl-theme .owl-controls{
  margin-top: 0;
  text-align: center;
}

.product-image-gallery .owl-theme .owl-controls{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-image-gallery .owl-theme .owl-controls .owl-pagination{
  position: absolute;
  width: 100%;
  z-index: 100;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons{
  position: relative;
  width: 100%;
  height: 22px;
  margin: 0;
}

.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  height: 22px;
  width: 12px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 10px;
  height: 10px;
  margin: 1px;
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #e5e5e5;
  position: relative;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #bfd7e3;
}

.owl-theme .owl-controls .owl-page.active span:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ffffff;
  top: 2px;
  left: 2px;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.gallery_navigation .prev{
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -13px;
  width: 12px;
  height: 22px;
  cursor: pointer;
}

.gallery_navigation .next{
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -13px;
  width: 12px;
  height: 22px;
  cursor: pointer;
}

div.products .prev2{
  display: block;
  position: absolute;
  top: -44px;
  right: 34px;
  width: 30px;
  height: 30px;
  background: url(https://www.mix4max.com/skins/customer/modules/QSL/Clothing/carousel/images/product_carousel_arrows.png) left top no-repeat;
}

div.products .next2{
  display: block;
  position: absolute;
  top: -44px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(https://www.mix4max.com/skins/customer/modules/QSL/Clothing/carousel/images/product_carousel_arrows.png) right top no-repeat;
}

.target-main div.products .prev2,
.target-main div.products .next2 {
  top: auto;
  bottom: 0;
}