/* 
 * 	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%;
    touch-action: pan-y;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
	-webkit-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;
  height:45px;
  width:45px;
  top:59%;
}
 
.owl-controls .owl-buttons .owl-prev{
	right: 0px;
	left: auto;
}
 
.owl-controls .owl-buttons .owl-next{
	right: auto;
	left: 0px;
}
/*.owl-controls {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}
*/
/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.html) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* OpenCart Code */
.owl-carousel {
	margin: 0 0 2px; 
	background: transparent; 
	border: medium none; 
	position: relative;
	direction: ltr !important;
	overflow: hidden;
	z-index:1;
}
.owl-carousel .owl-buttons{display:block;}

.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
	display:none;
}
.owl-pagination {
	text-align: center;
	bottom: 22px;
	position: relative;
	display:block;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 3px;
}
.owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	
}
.owl-theme .owl-buttons div.owl-prev:before,
.owl-theme .owl-buttons div.owl-next:before,
.owl-theme .owl-buttons div.owl-prev:after,
.owl-theme .owl-buttons div.owl-next:after{ 
    font-family: "FontAwesome"; 
    font-size: 20px;
    line-height: 26px;
    position: absolute;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.owl-theme .owl-buttons div.owl-prev:after, .owl-theme .owl-buttons div.owl-next:after {
    color: #808080;
}
/*owl-prev button*/
.owl-theme .owl-buttons div.owl-prev:before{    
    content: "\f104";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    left: 20px;
    right: 0;
}
.owl-theme .owl-buttons div.owl-prev:hover:before{
    left: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.owl-theme .owl-buttons div.owl-prev:after{    
    content: "\f104";
    left: 0;
    right: 0;
}
.owl-theme .owl-buttons div.owl-prev:hover:after{
	opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
/*owl-next button*/
.owl-theme .owl-buttons div.owl-next:before{    
    content: "\f105";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    right: 20px;
    left: 0;
}
.owl-theme .owl-buttons div.owl-next:hover:before{
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.owl-theme .owl-buttons div.owl-next:after{content: "\f105"; }
.owl-theme .owl-buttons div.owl-next:hover:after{
	opacity: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.offerbanner .owl-controls .owl-buttons,
.additional-images-container .owl-controls .owl-buttons{
    display: none;
}
@media only screen and (max-width: 543px){
    .wd-category-list .owl-carousel .owl-buttons {
        top: 39px;
    }
    .owl-carousel .owl-buttons {
        right: 0;
        left: 0;
        width: 60px;
        margin: auto;
        top: -37px;
    }
    .owl-controls .owl-buttons .owl-prev {
        right: 30px;
        left: auto;
    }
    .owl-controls .owl-buttons .owl-next {
        right: 0px;
        left: auto;
    }
}