/*rtl:begin:ignore*/
/*
 *  Owl Carousel - Core
 */
.entry-gallery .gallery,.owl-carousel,.woocommerce-product-carousel ul.products,.woocommerce .woocommerce-carousel ul.products {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .entry-gallery .gallery .owl-stage,.owl-carousel .owl-stage,.woocommerce-product-carousel ul.products .owl-stage,.woocommerce .woocommerce-carousel ul.products .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .entry-gallery .gallery .owl-stage:after,.owl-carousel .owl-stage:after,.woocommerce-product-carousel ul.products .owl-stage:after,.woocommerce .woocommerce-carousel ul.products .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .entry-gallery .gallery .owl-stage-outer,.owl-carousel .owl-stage-outer,.woocommerce-product-carousel ul.products .owl-stage-outer,.woocommerce .woocommerce-carousel ul.products .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translateZ(0); }
  .entry-gallery .gallery .owl-item,.entry-gallery .gallery .owl-wrapper,.owl-carousel .owl-item,.owl-carousel .owl-wrapper,.woocommerce-product-carousel ul.products .owl-item,.woocommerce-product-carousel ul.products .owl-wrapper,.woocommerce .woocommerce-carousel ul.products .owl-item,.woocommerce .woocommerce-carousel ul.products .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0); }
  
  .entry-gallery .gallery .owl-item,.owl-carousel .owl-item,.woocommerce-product-carousel ul.products .owl-item,.woocommerce .woocommerce-carousel ul.products .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .entry-gallery .gallery .owl-dots.disabled,.entry-gallery .gallery .owl-nav.disabled,.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled,.woocommerce-product-carousel ul.products .owl-dots.disabled,.woocommerce-product-carousel ul.products .owl-nav.disabled,.woocommerce .woocommerce-carousel ul.products .owl-dots.disabled,.woocommerce .woocommerce-carousel ul.products .owl-nav.disabled {
    display: none; }
  .entry-gallery .gallery .owl-dot,.entry-gallery .gallery .owl-nav .owl-next,.entry-gallery .gallery .owl-nav .owl-prev,.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev,.woocommerce-product-carousel ul.products .owl-dot,.woocommerce-product-carousel ul.products .owl-nav .owl-next,.woocommerce-product-carousel ul.products .owl-nav .owl-prev,.woocommerce .woocommerce-carousel ul.products .owl-dot,.woocommerce .woocommerce-carousel ul.products .owl-nav .owl-next,.woocommerce .woocommerce-carousel ul.products .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .entry-gallery .owl-loaded.gallery,.owl-carousel.owl-loaded,.woocommerce-product-carousel ul.owl-loaded.products,.woocommerce .woocommerce-carousel ul.owl-loaded.products {
    display: block; }
  .entry-gallery .gallery+.owl-carousel-thumbnail,.owl-carousel+.owl-carousel-thumbnail,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail {
    margin-top: 10px; }
    .entry-gallery .gallery+.owl-carousel-thumbnail .owl-item .item,.owl-carousel+.owl-carousel-thumbnail .owl-item .item,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail .owl-item .item,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail .owl-item .item {
      opacity: .2;
      transition: opacity .4s;
      cursor: pointer; }
      .entry-gallery .gallery+.owl-carousel-thumbnail .owl-item .item.selected,.entry-gallery .gallery+.owl-carousel-thumbnail .owl-item .item:hover,.owl-carousel+.owl-carousel-thumbnail .owl-item .item.selected,.owl-carousel+.owl-carousel-thumbnail .owl-item .item:hover,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail .owl-item .item.selected,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail .owl-item .item:hover,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail .owl-item .item.selected,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail .owl-item .item:hover {
        opacity: 1; }
  .entry-gallery .owl-loading.gallery,.owl-carousel.owl-loading,.woocommerce-product-carousel ul.owl-loading.products,.woocommerce .woocommerce-carousel ul.owl-loading.products {
    opacity: 0;
    display: block; }
  .entry-gallery .owl-hidden.gallery,.owl-carousel.owl-hidden,.woocommerce-product-carousel ul.owl-hidden.products,.woocommerce .woocommerce-carousel ul.owl-hidden.products {
    opacity: 0; }
  .entry-gallery .owl-refresh.gallery .owl-item,.owl-carousel.owl-refresh .owl-item,.woocommerce-product-carousel ul.owl-refresh.products .owl-item,.woocommerce .woocommerce-carousel ul.owl-refresh.products .owl-item {
    visibility: hidden; }
  .entry-gallery .owl-drag.gallery .owl-item,.owl-carousel.owl-drag .owl-item,.woocommerce-product-carousel ul.owl-drag.products .owl-item,.woocommerce .woocommerce-carousel ul.owl-drag.products .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .entry-gallery .owl-grab.gallery,.owl-carousel.owl-grab,.woocommerce-product-carousel ul.owl-grab.products,.woocommerce .woocommerce-carousel ul.owl-grab.products {
    cursor: move;
    cursor: grab; }
  .entry-gallery .owl-rtl.gallery,.owl-carousel.owl-rtl,.woocommerce-product-carousel ul.owl-rtl.products,.woocommerce .woocommerce-carousel ul.owl-rtl.products {
    direction: rtl; }
  .entry-gallery .owl-rtl.gallery .owl-item,.owl-carousel.owl-rtl .owl-item,.woocommerce-product-carousel ul.owl-rtl.products .owl-item,.woocommerce .woocommerce-carousel ul.owl-rtl.products .owl-item {
    float: right; }

/*
 *  Owl Carousel - Animate Plugin
 */
.entry-gallery .gallery .animated,.owl-carousel .animated,.woocommerce-product-carousel ul.products .animated,.woocommerce .woocommerce-carousel ul.products .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.entry-gallery .gallery .owl-animated-in,.owl-carousel .owl-animated-in,.woocommerce-product-carousel ul.products .owl-animated-in,.woocommerce .woocommerce-carousel ul.products .owl-animated-in {
  z-index: 0; }

.entry-gallery .gallery .owl-animated-out,.owl-carousel .owl-animated-out,.woocommerce-product-carousel ul.products .owl-animated-out,.woocommerce .woocommerce-carousel ul.products .owl-animated-out {
  z-index: 1; }

.entry-gallery .gallery .fadeOut,.owl-carousel .fadeOut,.woocommerce-product-carousel ul.products .fadeOut,.woocommerce .woocommerce-carousel ul.products .fadeOut {
  animation-name: c; }

@keyframes c {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height .5s ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.entry-gallery .gallery .owl-item .owl-lazy,.owl-carousel .owl-item .owl-lazy,.woocommerce-product-carousel ul.products .owl-item .owl-lazy,.woocommerce .woocommerce-carousel ul.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.entry-gallery .gallery .owl-item img.owl-lazy,.owl-carousel .owl-item img.owl-lazy,.woocommerce-product-carousel ul.products .owl-item img.owl-lazy,.woocommerce .woocommerce-carousel ul.products .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.entry-gallery .gallery .owl-video-wrapper,.owl-carousel .owl-video-wrapper,.woocommerce-product-carousel ul.products .owl-video-wrapper,.woocommerce .woocommerce-carousel ul.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.entry-gallery .gallery .owl-video-play-icon,.owl-carousel .owl-video-play-icon,.woocommerce-product-carousel ul.products .owl-video-play-icon,.woocommerce .woocommerce-carousel ul.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.entry-gallery .gallery .owl-video-play-icon:hover,.owl-carousel .owl-video-play-icon:hover,.woocommerce-product-carousel ul.products .owl-video-play-icon:hover,.woocommerce .woocommerce-carousel ul.products .owl-video-play-icon:hover {
  transform: scale(1.3); }

.entry-gallery .gallery .owl-video-playing .owl-video-play-icon,.entry-gallery .gallery .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn,.woocommerce-product-carousel ul.products .owl-video-playing .owl-video-play-icon,.woocommerce-product-carousel ul.products .owl-video-playing .owl-video-tn,.woocommerce .woocommerce-carousel ul.products .owl-video-playing .owl-video-play-icon,.woocommerce .woocommerce-carousel ul.products .owl-video-playing .owl-video-tn {
  display: none; }

.entry-gallery .gallery .owl-video-tn,.owl-carousel .owl-video-tn,.woocommerce-product-carousel ul.products .owl-video-tn,.woocommerce .woocommerce-carousel ul.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.entry-gallery .gallery .owl-video-frame,.owl-carousel .owl-video-frame,.woocommerce-product-carousel ul.products .owl-video-frame,.woocommerce .woocommerce-carousel ul.products .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*rtl:end:ignore*/
/*
 * 	Default theme - Owl Carousel CSS File
 */
.entry-gallery .gallery .owl-nav,.entry-gallery .gallery .products .owl-nav,.entry-gallery .woocommerce-carousel.gallery .owl-nav,.entry-gallery .woocommerce-product-carousel ul.products.gallery .owl-nav,.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .owl-nav,.owl-theme.owl-carousel .owl-nav,.owl-theme .products .owl-nav,.owl-theme.woocommerce-carousel .owl-nav,.woocommerce-product-carousel .entry-gallery ul.products.gallery .owl-nav,.woocommerce-product-carousel ul.owl-theme.products .owl-nav,.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .owl-nav,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav {
  /* 		margin-top: 10px; */
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .entry-gallery .gallery .owl-nav [class*=owl-],.entry-gallery .gallery .products .owl-nav [class*=owl-],.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*=owl-],.entry-gallery .woocommerce-product-carousel ul.products.gallery .owl-nav [class*=owl-],.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .owl-nav [class*=owl-],.owl-theme.owl-carousel .owl-nav [class*=owl-],.owl-theme .products .owl-nav [class*=owl-],.owl-theme.woocommerce-carousel .owl-nav [class*=owl-],.woocommerce-product-carousel .entry-gallery ul.products.gallery .owl-nav [class*=owl-],.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-],.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .owl-nav [class*=owl-],.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-] {
    color: #e6e6e6;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 45px;
    font-size: 0;
    width: 45px;
    height: 45px; }
    .entry-gallery .gallery .owl-nav [class*=owl-]:before,.entry-gallery .gallery .products .owl-nav [class*=owl-]:before,.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*=owl-]:before,.owl-theme.owl-carousel .owl-nav [class*=owl-]:before,.owl-theme .products .owl-nav [class*=owl-]:before,.owl-theme.woocommerce-carousel .owl-nav [class*=owl-]:before,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-]:before,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-]:before {
      font-size: 28px;
      font-size: 1.75rem;
      display: block;
      color: #4a4a4a; }
    .entry-gallery .gallery .owl-nav [class*=owl-].owl-next,.entry-gallery .gallery .products .owl-nav [class*=owl-].owl-next,.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*=owl-].owl-next,.owl-theme.owl-carousel .owl-nav [class*=owl-].owl-next,.owl-theme .products .owl-nav [class*=owl-].owl-next,.owl-theme.woocommerce-carousel .owl-nav [class*=owl-].owl-next,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next {
      right: -45px;
      opacity: 0; }
      .entry-gallery .gallery .owl-nav [class*=owl-].owl-next:before,.entry-gallery .gallery .products .owl-nav [class*=owl-].owl-next:before,.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*=owl-].owl-next:before,.owl-theme.owl-carousel .owl-nav [class*=owl-].owl-next:before,.owl-theme .products .owl-nav [class*=owl-].owl-next:before,.owl-theme.woocommerce-carousel .owl-nav [class*=owl-].owl-next:before,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next:before,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next:before {
        text-align: center;
        display: block; }
    .entry-gallery .gallery .owl-nav [class*=owl-].owl-prev,.entry-gallery .gallery .products .owl-nav [class*=owl-].owl-prev,.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*=owl-].owl-prev,.owl-theme.owl-carousel .owl-nav [class*=owl-].owl-prev,.owl-theme .products .owl-nav [class*=owl-].owl-prev,.owl-theme.woocommerce-carousel .owl-nav [class*=owl-].owl-prev,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev {
      left: -45px;
      opacity: 0; }
      .entry-gallery .gallery .owl-nav [class*=owl-].owl-prev:before,.entry-gallery .gallery .products .owl-nav [class*=owl-].owl-prev:before,.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*=owl-].owl-prev:before,.owl-theme.owl-carousel .owl-nav [class*=owl-].owl-prev:before,.owl-theme .products .owl-nav [class*=owl-].owl-prev:before,.owl-theme.woocommerce-carousel .owl-nav [class*=owl-].owl-prev:before,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev:before,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev:before {
        text-align: center;
        display: block; }
    .entry-gallery .gallery .owl-nav [class*=owl-]:hover,.entry-gallery .gallery .products .owl-nav [class*=owl-]:hover,.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*=owl-]:hover,.owl-theme.owl-carousel .owl-nav [class*=owl-]:hover,.owl-theme .products .owl-nav [class*=owl-]:hover,.owl-theme.woocommerce-carousel .owl-nav [class*=owl-]:hover,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-]:hover,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-]:hover {
      background: transparent;
      text-decoration: none; }
  .entry-gallery .gallery .owl-nav .disabled,.entry-gallery .gallery .products .owl-nav .disabled,.entry-gallery .woocommerce-carousel.gallery .owl-nav .disabled,.entry-gallery .woocommerce-product-carousel ul.products.gallery .owl-nav .disabled,.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .owl-nav .disabled,.owl-theme.owl-carousel .owl-nav .disabled,.owl-theme .products .owl-nav .disabled,.owl-theme.woocommerce-carousel .owl-nav .disabled,.woocommerce-product-carousel .entry-gallery ul.products.gallery .owl-nav .disabled,.woocommerce-product-carousel ul.owl-theme.products .owl-nav .disabled,.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .owl-nav .disabled,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav .disabled {
    opacity: .5;
    cursor: no-drop; }

.entry-gallery .gallery .products:hover .owl-nav [class*=owl-].owl-next,.entry-gallery .gallery .products:hover .owl-nav [class*=owl-].owl-prev,.entry-gallery .gallery:hover .owl-nav [class*=owl-].owl-next,.entry-gallery .gallery:hover .owl-nav [class*=owl-].owl-prev,.entry-gallery .woocommerce-carousel.gallery:hover .owl-nav [class*=owl-].owl-next,.entry-gallery .woocommerce-carousel.gallery:hover .owl-nav [class*=owl-].owl-prev,.owl-theme.owl-carousel:hover .owl-nav [class*=owl-].owl-next,.owl-theme.owl-carousel:hover .owl-nav [class*=owl-].owl-prev,.owl-theme .products:hover .owl-nav [class*=owl-].owl-next,.owl-theme .products:hover .owl-nav [class*=owl-].owl-prev,.owl-theme.woocommerce-carousel:hover .owl-nav [class*=owl-].owl-next,.owl-theme.woocommerce-carousel:hover .owl-nav [class*=owl-].owl-prev,.woocommerce-product-carousel ul.owl-theme.products:hover .owl-nav [class*=owl-].owl-next,.woocommerce-product-carousel ul.owl-theme.products:hover .owl-nav [class*=owl-].owl-prev,.woocommerce .woocommerce-carousel ul.owl-theme.products:hover .owl-nav [class*=owl-].owl-next,.woocommerce .woocommerce-carousel ul.owl-theme.products:hover .owl-nav [class*=owl-].owl-prev {
  opacity: 1; }

.entry-gallery .gallery .products,.entry-gallery .gallery .products .products,.entry-gallery .woocommerce-carousel.gallery .products,.entry-gallery .woocommerce-product-carousel ul.products.gallery .products,.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .products,.owl-theme.owl-carousel .products,.owl-theme .products .products,.owl-theme.woocommerce-carousel .products,.woocommerce-product-carousel .entry-gallery ul.products.gallery .products,.woocommerce-product-carousel ul.owl-theme.products .products,.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .products,.woocommerce .woocommerce-carousel ul.owl-theme.products .products {
  position: static; }

.entry-gallery .gallery .owl-dots,.entry-gallery .gallery .products .owl-dots,.entry-gallery .woocommerce-carousel.gallery .owl-dots,.entry-gallery .woocommerce-product-carousel ul.products.gallery .owl-dots,.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .owl-dots,.owl-theme.owl-carousel .owl-dots,.owl-theme .products .owl-dots,.owl-theme.woocommerce-carousel .owl-dots,.woocommerce-product-carousel .entry-gallery ul.products.gallery .owl-dots,.woocommerce-product-carousel ul.owl-theme.products .owl-dots,.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .owl-dots,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots {
  -webkit-tap-highlight-color: transparent;
  min-height: 16px; }
  .entry-gallery .gallery .owl-dots .owl-dot,.entry-gallery .gallery .products .owl-dots .owl-dot,.entry-gallery .woocommerce-carousel.gallery .owl-dots .owl-dot,.entry-gallery .woocommerce-product-carousel ul.products.gallery .owl-dots .owl-dot,.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .owl-dots .owl-dot,.owl-theme.owl-carousel .owl-dots .owl-dot,.owl-theme .products .owl-dots .owl-dot,.owl-theme.woocommerce-carousel .owl-dots .owl-dot,.woocommerce-product-carousel .entry-gallery ul.products.gallery .owl-dots .owl-dot,.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot,.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .owl-dots .owl-dot,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
    width: 10px;
    height: 10px;
    text-align: center;
    margin-right: 7px;
    position: relative;
    transition: all .3s ease;
    vertical-align: middle; }
    .entry-gallery .gallery .owl-dots .owl-dot span,.entry-gallery .gallery .products .owl-dots .owl-dot span,.entry-gallery .woocommerce-carousel.gallery .owl-dots .owl-dot span,.owl-theme.owl-carousel .owl-dots .owl-dot span,.owl-theme .products .owl-dots .owl-dot span,.owl-theme.woocommerce-carousel .owl-dots .owl-dot span,.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot span,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot span {
      margin: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background-color: transparent;
      display: inline-block;
      transition: all .3s ease; }

.entry-gallery .gallery .products.nav-position-top-right .owl-nav,.entry-gallery .nav-position-top-right.gallery .owl-nav,.entry-gallery .woocommerce-carousel.nav-position-top-right.gallery .owl-nav,.owl-theme.owl-carousel.nav-position-top-right .owl-nav,.owl-theme .products.nav-position-top-right .owl-nav,.owl-theme.woocommerce-carousel.nav-position-top-right .owl-nav,.woocommerce-product-carousel ul.owl-theme.nav-position-top-right.products .owl-nav,.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-top-right.products .owl-nav {
  position: absolute;
  top: -90px;
  right: 0; }
  .entry-gallery .gallery .products.nav-position-top-right .owl-nav [class*=owl-],.entry-gallery .nav-position-top-right.gallery .owl-nav [class*=owl-],.entry-gallery .woocommerce-carousel.nav-position-top-right.gallery .owl-nav [class*=owl-],.owl-theme.owl-carousel.nav-position-top-right .owl-nav [class*=owl-],.owl-theme .products.nav-position-top-right .owl-nav [class*=owl-],.owl-theme.woocommerce-carousel.nav-position-top-right .owl-nav [class*=owl-],.woocommerce-product-carousel ul.owl-theme.nav-position-top-right.products .owl-nav [class*=owl-],.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-top-right.products .owl-nav [class*=owl-] {
    position: static;
    transform: translate(0); }

.entry-gallery .gallery .products.nav-position-top-center .owl-nav,.entry-gallery .nav-position-top-center.gallery .owl-nav,.entry-gallery .woocommerce-carousel.nav-position-top-center.gallery .owl-nav,.owl-theme.owl-carousel.nav-position-top-center .owl-nav,.owl-theme .products.nav-position-top-center .owl-nav,.owl-theme.woocommerce-carousel.nav-position-top-center .owl-nav,.woocommerce-product-carousel ul.owl-theme.nav-position-top-center.products .owl-nav,.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-top-center.products .owl-nav {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -90px; }
  .entry-gallery .gallery .products.nav-position-top-center .owl-nav [class*=owl-],.entry-gallery .nav-position-top-center.gallery .owl-nav [class*=owl-],.entry-gallery .woocommerce-carousel.nav-position-top-center.gallery .owl-nav [class*=owl-],.owl-theme.owl-carousel.nav-position-top-center .owl-nav [class*=owl-],.owl-theme .products.nav-position-top-center .owl-nav [class*=owl-],.owl-theme.woocommerce-carousel.nav-position-top-center .owl-nav [class*=owl-],.woocommerce-product-carousel ul.owl-theme.nav-position-top-center.products .owl-nav [class*=owl-],.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-top-center.products .owl-nav [class*=owl-] {
    position: static;
    transform: translateY(woocommerce-carousel0); }

.entry-gallery .gallery .products.nav-position-bottom-center .owl-nav [class*=owl-],.entry-gallery .nav-position-bottom-center.gallery .owl-nav [class*=owl-],.entry-gallery .woocommerce-carousel.nav-position-bottom-center.gallery .owl-nav [class*=owl-],.owl-theme.owl-carousel.nav-position-bottom-center .owl-nav [class*=owl-],.owl-theme .products.nav-position-bottom-center .owl-nav [class*=owl-],.owl-theme.woocommerce-carousel.nav-position-bottom-center .owl-nav [class*=owl-],.woocommerce-product-carousel ul.owl-theme.nav-position-bottom-center.products .owl-nav [class*=owl-],.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-bottom-center.products .owl-nav [class*=owl-] {
  position: static;
  transform: translate(0); }

.entry-gallery .slider-visible .gallery .owl-stage-outer,.slider-visible .entry-gallery .gallery .owl-stage-outer,.slider-visible .owl-carousel .owl-stage-outer,.slider-visible .woocommerce-product-carousel ul.products .owl-stage-outer,.slider-visible .woocommerce .woocommerce-carousel ul.products .owl-stage-outer,.woocommerce-product-carousel .slider-visible ul.products .owl-stage-outer,.woocommerce .woocommerce-carousel .slider-visible ul.products .owl-stage-outer {
  overflow: visible; }

.woocommerce-product-carousel ul.products,.woocommerce .woocommerce-carousel ul.products {
  position: static; }