/**
 * Owl2 Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/Owl2Carousel2/Owl2Carousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl2 Carousel CSS File
 */


.owl2-theme .owl2-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl2-theme .owl2-nav [class*='owl2-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl2-theme .owl2-nav [class*='owl2-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl2-theme .owl2-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl2-theme .owl2-nav.disabled + .owl2-dots {
  margin-top: 10px; }

.owl2-theme .owl2-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl2-theme .owl2-dots .owl2-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl2-theme .owl2-dots .owl2-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl2-theme .owl2-dots .owl2-dot.active span, .owl2-theme .owl2-dots .owl2-dot:hover span {
      background: #869791; }

/* New added */

.owl2-theme .owl2-nav [class*=owl2-] {
    margin: 0px !important;
    padding: 6px 11px !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 50% !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 0 0px 1px rgb(245, 245, 245);
    cursor: pointer !important;
    height: 36px !important;
    width: 36px !important;
    background-color: #fff !important;
    color: #9f081a !important;
        font-size: 14px;
        outline: none;
}

.owl2-next span, .owl2-prev span {
    font-size: 22px;
    
}
.owl2-prev {
    padding-left: 18px;
    width: 51px;
    height: 100px;
    position: absolute;
    top: 39%;
    margin-left: 8px;
    display: block!important;
    border: 0px solid black;
    left: -14px;
}
.owl2-next {
    padding-left: 18px;
    width: 51px;
    height: 100px;
    position: absolute;
    top: 39%;
    right: 8px;
    display: block!important;
    border: 0px solid black;

}
.owl2-next {
    right: 0;
    right: -14px;
}
.categories-carousel .owl2-dots {
    display: none !important;
}

/*@media only screen and (min-width : 150px) and (max-width : 767px){ 
 
.owl2-theme .owl2-nav [class*=owl2-]{
  background-color: transparent !important;
}
}*/