
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  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(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper, 
  .owl-carousel .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); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel button.owl-dot {
       border-radius: 50%;
       border:none;
       background:transparent;
    margin: 0 ;
    padding: 5px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

  .owl-carousel .owl-nav button.owl-prev{
    background:#9b7358;
    width: 30px;
    height: 30px;
    color: inherit;
    border: none;
    position: absolute;
    left: 0;
    right: auto;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel .owl-nav button.owl-next{
    background:#9b7358;
    width: 30px;
    height: 30px;
    color: inherit;
    position: absolute;
    left: auto;
    right: 0;
    border: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel .owl-nav button.owl-prev:hover,
  .owl-carousel .owl-nav button.owl-next:hover{
    background:#000;}
  .owl-carousel.owl-loaded {
    display: block; }
  .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-grab {
    cursor: move;
    cursor: grab; }
/*  .owl-carousel.owl-rtl {
    direction: rtl; }*/
  .owl-carousel.owl-rtl .owl-item {
    float: right; } 
.no-js .owl-carousel {
  display: block; }
.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: auto;
  bottom: -50%;
}
.owl-dot {
  text-align: center;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.owl-dot.active > span{
    background: #9b7358 none repeat scroll 0 0;

}    

.owl-dot > span {
    background: #999999 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
      margin: 0;
    width: 15px;
    position: relative;}




/* mouse grab icon */
.grabbing {
  cursor: url("../img/tmallimage/grabbing.png") 8 8, move;
}
 
.owl-nav {
  position: absolute;
  z-index: 99;
  bottom: auto;
  top: 44%;
  direction: ltr !important;
  right: 0;
  left: 0;
  width: auto;
  text-align: center;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -ms-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
}

.container:hover .owl-nav{
 opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;


    transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);

  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -ms-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
}


.owl-nav button{
  background:#9b7358;
  padding: 2px 20px;
  height: auto;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
   margin: 0 0; 

   text-transform: uppercase;
}

.owl-nav button:hover{
  background: #000 ;
}

.owl-nav .owl-prev a {
  background: none;
  padding: 0 10px;
  border: none;
}
.owl-nav .owl-next a {
  background: none;
  padding: 0 10px;
  border: none;
}
.owl-nav .owl-prev a .fa{
  font-size: 22px;
  color: #fff;
}
.owl-nav .owl-next a .fa {
  font-size: 22px;
  color: #fff;
}
.brands .title-wrapper {  display: none;}
.brands .products .product_list {
  padding: 0 0px;
  margin: 0;
}
.blog-container .owl-nav{
  top: 28%;
}
.brands .owl-nav{
  top: 35%;
}
.special-products .owl-nav,
.product-accessories .owl-nav,
.productscategory-products .owl-nav, 
.viewed-products .owl-nav, 
.crosssell-products .owl-nav{  top: 40%;}

#tmalladditional-carousel .owl-nav{  top: 0;}
#tmalladditional-carousel .owl-nav button.owl-prev,
#tmalladditional-carousel .owl-nav button.owl-next {width: 20px;height: 114px;}
#tmalladditional-carousel .owl-nav .owl-prev a,
#tmalladditional-carousel .owl-nav .owl-next a {padding: 0;}

@media (max-width: 1199px){
.blog-container .owl-nav{
  top:30%;
}
}
@media (max-width: 991px){
.blog-container .owl-nav{
  top: 28%;
}


}
@media (max-width: 767px) {

.owl-nav button {
  margin: 0 5px;
}
}
@media (max-width: 600px) {
.blog-container .owl-nav {top: 35%;}
.owl-dots {bottom: -15%;}
}
@media (max-width: 544px) {
  .blog-container .owl-nav {top: 33%;}
}
@media (max-width: 479px) {
  .blog-container .owl-nav {top: 30%;}
}
@media (max-width: 400px) {
  .blog-container .owl-nav {top: 27%;}
}
@media (max-width: 375px) {
}
@media (max-width: 350px) {
  .blog-container .owl-nav {top: 25%;}
}

@media (max-width: 320px) {
  .blog-container .owl-nav {top: 22%;}
}






