/**
 * 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 - Core
 */
.slideItem {display: none; width: 100%; -webkit-tap-highlight-color: transparent;/* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }
.slideItem .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden; /* fix firefox animation glitch */ }
.slideItem .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0;height: 0; }
.slideItem .owl-stage-outer {position: relative; overflow: hidden;/* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }
.slideItem .owl-wrapper, .slideItem .owl-item { -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); }
.slideItem .owl-item { position: relative; min-height: 1px;float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
.slideItem .owl-item img { display: block; width: 100%; }
.slideItem .owl-nav.disabled,.slideItem .owl-dots.disabled { display: none; }
.slideItem .owl-nav .owl-prev,.slideItem .owl-nav .owl-next,.slideItem .owl-dot {  cursor: pointer;-webkit-user-select: none;
    -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.slideItem.owl-loaded { display: block; }
.slideItem.owl-loading { opacity: 0; display: block; }
.slideItem.owl-hidden {opacity: 0; }
.productImgE .slideItem .item {text-align: center;}
.productImgE .slideItem .owl-item img { width: auto;margin: 0 auto; }


/* No Js */
.no-js .slideItem {
  display: block; }

	/**
	 * Owl Carousel v2.3.4
	 * Copyright 2013-2018 David Deutsch
	 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
	 */
	/*
	 * 	Default theme - Owl Carousel CSS File
	 */
	.owl-theme .owl-nav { margin-top: -32px; text-align: center; -webkit-tap-highlight-color: transparent; }
	.owl-theme .owl-nav [class*='owl-'] {  color: #232324;  font-size: 14px;  margin: 0;  padding: 0; background-color: transparent;
	    display: inline-block;cursor: pointer; text-indent: -9999px }
	.owl-theme .owl-nav [class*='owl-']:hover {  background-color: transparent;color: #232324; text-decoration: none; }
	.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }
	.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; }
	.owl-theme .owl-dots {text-align: center; -webkit-tap-highlight-color: transparent; }
	.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
  .owl-theme .owl-dots button{background-color: transparent}
	.owl-theme .owl-dots .owl-dot span { width: 14px; height: 14px; margin: 5px 7px;background-color:transparent; border:1px solid #232324;display: block;
	      -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius: 30px; }
	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #232324; border:1px solid #232324; }
 .productImgE .owl-nav{display: none}
 .productImgE .owl-dots {margin-top:20px}
 .productImgE .owl-dots .owl-dot span { background-color:transparent; border:1px solid #232324;}
 .productImgE .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #232324; border:1px solid #232324; }
 .productImgSlide .owl-nav{display: none}
 .productImgSlide .owl-dots {margin-top:20px}
 .productImgSlide .owl-dots .owl-dot span { background-color:transparent; border:1px solid #232324;}
 .productImgSlide .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #232324; border:1px solid #232324; }
 .adressSlide .owl-nav{display: none}
 .adressSlide .owl-dots {margin-top:20px}
 .adressSlide .owl-dots .owl-dot span { background-color:transparent; border:1px solid #232324;}
 .adressSlide .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #232324; border:1px solid #232324; }
