/*
 *     Core Owl Carousel CSS File
 *    v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	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-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls .owl-buttons div {
  position: absolute;
}

.owl-controls .owl-buttons .owl-prev {
    background: transparent;
    border: 1px solid #dedede;
    right: 30px;
}
.owl-controls .owl-buttons .owl-prev::before {
    content: "\f104";
    font-family: "fontawesome";
    font-size: 17px;
}
.owl-controls .owl-buttons .owl-next::before {
    content: "\f105";
    font-family: "fontawesome";
    font-size: 17px;
}


.product-additional-block .owl-carousel .owl-buttons div{top: 56px; right: 5px;}
.product-additional-block .owl-carousel .owl-buttons div.owl-next{right: auto; left: 5px;}

.owl-controls .owl-buttons .owl-next {
    background: transparent;
    border: 1px solid #dedede;
    right: 0px;
}
.owl-controls .owl-buttons .owl-prev:hover,.owl-controls .owl-buttons .owl-next:hover {
    background: #8ebe43;
    border: 1px solid #8ebe43;   
    color: #fff;
}
.owl-controls {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.main-slider .owl-controls .owl-buttons .owl-next{
 display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
	margin:0px 3px;
	top:45%;
	right: 25px !important;
	left: auto !important;

}
.main-slider .owl-controls .owl-buttons .owl-prev{
	display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
	margin:0px 3px;
	top:45%;
	left: 25px !important;
	right: auto !important;
}



/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -o-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
  -webkit-transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
}

/* OpenCart Code */
.owl-carousel {
	margin: 0;
	position: relative;
	direction: ltr !important;
}

.owl-carousel .owl-buttons div {
    font-size: 0;
    top: 20px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    padding: 1px 9px;
}

.owl-pagination {
	text-align: center;
	bottom: 20px;
	position: absolute;
	left: 0;
	right: 0;
}



@media (max-width: 479px) {
	.product-additional-block .owl-carousel .owl-buttons div{top:43px;}
}
@media (max-width: 320px) {
    .product-additional-block .owl-carousel .owl-buttons div{top:56px;}
	.product-additional-block .owl-controls .owl-buttons .owl-next{right: -24px;}
}
