/*
 *     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 .owl-prev,
.owl-controls .owl-buttons .owl-next  {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}


.owl-controls .owl-buttons .owl-prev:hover,.owl-controls .owl-buttons .owl-next:hover {
    background-color: #0fb4c2;;
    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-buttons {
    width: 100%;
    text-align: center;
}
.owl-carousel .owl-buttons div {
    line-height: 20px;
    padding: 6px 25px;
    margin: 0 10px;
    display: inline-block;
}

.owl-pagination {
	text-align: center;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 4px;
}
.owl-controls .owl-page span {
	display: block;
	width: 25px;
	height: 10px;
	background: #232F3E;
}
.owl-controls .owl-page.active span,.owl-controls .owl-page:hover span  {
	background:#0fb4c2;
	opacity: 1;
}



@media (max-width: 479px) {
	.product-additional-block .owl-carousel .owl-buttons div{top:43px; padding: 6px 18px;}
}
