/********************************************************
      Template Custom Styles
********************************************************/

.owl-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}

.owl-carousel .owl-item:hover a img {
  border-color: blue;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

.owl-page.active,
.owl-page:hover {
  background-color: #2489B0;
  cursor: default;
}

.owl-page {
  background-color: #FFCC00;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
}

.owl-pagination {
  text-align: center;
}


/* mouse grab icon */

.grabbing {
  cursor: url("../img/themeimage/grabbing.png") 8 8, move;
}

.customNavigation,
.owl-buttons {
  z-index: 959;
  direction: ltr !important;
}

.customNavigation,
#psttestimonialcmsblock .owl-buttons {
  position: absolute;
  right: 0;
  left: auto;
  top: -60px;
  bottom: auto;
}

#psttestimonialcmsblock .owl-buttons {
  width: 46px;
  top: -65px;
  right: -15px;
}

.homeblog-inner .customNavigation {
  right: 15px;
      top: 0;
}

.pst-hometabcontent .customNavigation {
  top: -70px;
}

.customNavigation .btn,
.owl-buttons div {
  background: #F1F1F1;
  padding: 0;
  height: 25px;
  width: 25px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  background-size: 50% !important;
  background-repeat: no-repeat;
  background-position: center;
}

#psttestimonialcmsblock .owl-buttons div {
  background-color: transparent;
}

.customNavigation .btn:hover {
  background-color: #2489B0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.customNavigation a.next,
.owl-buttons .owl-next {
  background-image: url("../img/themeimage/pst-prod-next.svg");
}

.customNavigation a.next:hover,
.owl-buttons .owl-next:hover,
#psttestimonialcmsblock .owl-next {
  background-image: url("../img/themeimage/pst-prod-next-hover.svg");
}

.customNavigation a.prev,
.owl-buttons .owl-prev {
  background-image: url("../img/themeimage/pst-prod-prev.svg");
  float: left;
  margin-right: 5px;
}

.customNavigation a.prev:hover,
.owl-buttons .owl-prev:hover,
#psttestimonialcmsblock .owl-prev {
  background-image: url("../img/themeimage/pst-prod-prev-hover.svg");
}

.brands .customNavigation {
  position: static;
}

#main .mt-images-container .js-qv-mask .owl-buttons div {
  top: 30px;
  bottom: auto;
}

#main .mt-images-container .js-qv-mask .owl-prev {
  right: auto;
  left: -14px;
}

#main .mt-images-container .js-qv-mask .owl-next {
  right: -14px;
  left: auto;
}

.special-products .customNavigation .btn,
.special-products .owl-buttons div,
.product-accessories .customNavigation .btn,
.product-accessories .owl-buttons div,
.productscategory-products .customNavigation .btn,
.productscategory-products .owl-buttons div,
.viewed-products .customNavigation .btn,
.viewed-products .owl-buttons div,
.crosssell-products .customNavigation .btn,
.crosssell-products .owl-buttons div,
section.bestseller .customNavigation .btn,
section.bestseller .owl-buttons div {
  top: -56px;
  bottom: auto;
}

.brands .pstbrand_prev,
#psttestimonialcmsblock .owl-prev {
  left: 0;
  right: auto;
  position: absolute;
  top: 37%;
  z-index: 9;
}

.brands .pstbrand_next,
#psttestimonialcmsblock .owl-next {
  right: 0;
  left: auto;
  position: absolute;
  top: 37%;
  z-index: 9;
}

.brands .customNavigation {
  position: static;
}

.brands .title-wrapper {
  display: none;
}

.brands .products .product_list {
  padding: 0 30px;
  margin: 0;
}

.brands .product-carousel {
  margin: 0;
}

#pstleftbanner img,
#pstrightbanner img {
  max-width: 100%;
}

#psttestimonialcmsblock .owl-buttons {
  opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

.customNavigation,
.owl-buttons {
  opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.products:hover .customNavigation,
products:hover.owl-buttons,
.homeblog-inner:hover .customNavigation {
  opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

@media (max-width: 1499px) {
  #psttestimonialcmsblock .owl-buttons {
    top: -55px;
    right: -10px;
  }
}

@media (max-width: 991px) {
  .customNavigation {
    top: -59px;
  }
  #psttestimonialcmsblock .owl-buttons {
    display: none;
  }
}