body .product .product-photos .owl-nav .owl-prev,
body .product .product-photos .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  font-size: 36px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px!important;
  opacity: 0;
  height: 100%;
  width: auto;
  color: #fff;
}
body .product .product-photos .owl-nav .owl-prev {
  left: 0;
}
body .product .product-photos .owl-nav .owl-next {
  right: 0;
}
body .product .product-photos .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
body .product .product-photos .owl-dots .owl-dot {
  width: 5px;
  height: 5px;
  border: 2px solid #fff !important;
  padding: 5px!important;
  margin: 3px;
  border-radius: 10px;
  outline: none;
}
body .product .product-photos .owl-dots .owl-dot:hover,
body .product .product-photos .owl-dots .owl-dot.active {
  background-color: #fff;
}
body .product .product-photos:hover .owl-nav .owl-prev,
body .product .product-photos:hover .owl-nav .owl-next {
  opacity: 1;
}
body .product .product-details {
  margin-bottom: 30px;
}
body .product .product-details .product-brand {
  text-transform: uppercase;
  color: #999;
  margin-bottom: 15px;
}
body .product .product-details .price {
  font-size: 40px;
  font-weight: bold;
}
body .product .product-details .product-description {
  font-size: 14px;
  margin-bottom: 35px;
}
body .product .product-details .variations {
  margin-bottom: 10px;
}
body .product .product-details .variations .label label {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
}
body .product .product-details .variations .value select {
  padding: 10px 15px;
  border-radius: 0;
  margin: 5px 0 5px 15px;
  border: 1px solid #000;
}
body .product .product-details .variations .value .reset_variations {
  margin-left: 5px;
}
body .product .product-details form.cart {
  display: flex;
}
body .product .product-details form.cart.variations_form {
  display: block;
}
body .product .product-details form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
}
body .product .product-details form.cart .quantity {
  flex: 0 0 auto;
  order: 2;
  margin-left: 15px;
}
body .product .product-details form.cart .quantity input {
  height: 100%;
  border-radius: 0;
  border: 1px solid #000;
  width: 4em;
  padding: 0 15px;
}
body .product .product-details form.cart .single_add_to_cart_button {
  flex: 0 0 auto;
  order: 1;
}
body .product .product-details form.cart .single_add_to_cart_button.disabled {
  opacity: 0.75;
  cursor: no-drop;
}
body .product .product-details .add-to-cart.grouped .woocommerce-grouped-product-list {
  margin-right: 10px;
  width: 100%;
}
body .product .product-details .add-to-cart.grouped .quantity input.qty {
  padding: 5px 10px;
  width: 3em;
}
body .product .product-details .add-to-cart.grouped label {
  margin-bottom: 0;
  padding: 5px;
}
body .product .product-details .add-to-cart.grouped label a {
  color: inherit;
}
body .product .product-details .share-links p {
  margin-bottom: 0;
}
body .product .product-images {
  display: flex;
  margin-bottom: 30px;
}
body .product .product-images .gallery {
  flex: 0 0 20%;
  padding-right: 15px;
}
body .product .product-images .gallery .gallery-image {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
  display: none;
}
body .product .product-images .gallery .gallery-image:nth-child(-n+3) {
  display: flex;
  align-items: center;
}
body .product .product-images .gallery .next-gallery-image {
  background: #ccc;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 25px;
}
body .product .product-images .main-image {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body .product .product-tabs .tab-title {
  cursor: pointer;
}
body .product .product-tabs .tab-title h4 {
  text-transform: uppercase;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  line-height: 2;
  color: #999999;
  font-weight: 600;
}
body .product .product-tabs .tab-title.active h4 {
  color: #000;
}
body .product .product-tabs .tab-content {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
body .product .product-tabs .tab-content.active {
  display: block;
}
body .product .product-tabs .tab-content ul {
  padding-left: 20px;
}
body .product .related-products {
  padding-top: 20px;
}
body .product .related-products .single-product-listing {
  text-align: center;
}
body .product .related-products .single-product-listing .product-image {
  position: relative;
}
body .product .related-products .single-product-listing .product-image > a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  margin-bottom: 10px;
}
body .product .related-products .single-product-listing .product-image img {
  margin-bottom: 10px;
  display: block;
  max-width: 100%;
  height: auto;
}
body .product .related-products .single-product-listing .product-image .actions {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .product .related-products .single-product-listing .product-image .actions .btn {
  width: 80%;
  text-decoration: none;
  margin: 5px 0;
  padding-left: 5px;
  padding-right: 5px;
}
body .product .related-products .single-product-listing .product-image:hover .actions {
  display: block;
}
body .product .related-products .single-product-listing .product-image:hover > a {
  opacity: 0.5;
}
body .product .related-products .single-product-listing .mobile-actions {
  display: none;
}
body .product .related-products .single-product-listing .product-brand {
  text-transform: uppercase;
  color: #999;
  margin-bottom: 5px;
}
body .product .related-products .single-product-listing .product-title,
body .product .related-products .single-product-listing .product-price {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
body .product .related-products .single-product-listing .product-title a,
body .product .related-products .single-product-listing .product-price a {
  color: #000;
  text-decoration: none;
}
body .product .related-products .single-product-listing .product-title del,
body .product .related-products .single-product-listing .product-price del {
  color: #999;
  font-size: 18px;
  margin-right: 15px;
}
body .product .related-products .single-product-listing .product-title ins,
body .product .related-products .single-product-listing .product-price ins,
body .product .related-products .single-product-listing .product-title bdi,
body .product .related-products .single-product-listing .product-price bdi {
  text-decoration: none;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  body .product .related-products .single-product-listing .product-image:hover .actions {
    display: none;
  }
  body .product .related-products .single-product-listing .mobile-actions {
    width: 100%;
  }
  body .product .related-products .single-product-listing .mobile-actions .btn {
    width: 80%;
    text-decoration: none;
    margin: 5px 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}
body .product .related-products .single-product-listing {
  padding: 15px;
}
body .product .related-products .nav-btn {
  font-size: 40px;
  color: #999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body .product .related-products .nav-btn.prev-slide {
  left: -40px;
}
body .product .related-products .nav-btn.next-slide {
  right: -40px;
}
@media screen and (max-width: 767px) {
  body .product .related-products {
    max-width: calc(100vw - 100px);
    margin-left: auto;
    margin-right: auto;
  }
  body .product .product-details h1,
  body .product .product-details .price {
    font-size: 24px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
