/**
 * owl3 Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/owl3Carousel2/owl3Carousel2/blob/master/LICENSE
 */
/*
 *  Default theme - owl3 Carousel CSS File
 */
.owl3-theme .owl3-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl3-theme .owl3-nav [class*='owl3-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl3-theme .owl3-nav [class*='owl3-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl3-theme .owl3-nav .disabled {
    opacity: 0.5;
    cursor: default; }

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

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

/* New added */

.owl3-theme .owl3-nav [class*=owl3-] {
    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 4px 8px 0 rgba(0,0,0,0.20);
    cursor: pointer !important;
    height: 36px !important;
    width: 36px !important;
    background-color: #fff !important;
    color: #21b24a !important;
        font-size: 14px;
        outline: none;
}

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

}
.owl3-next {
    right: 0;
    right: -14px;
}
.categories-carousel .owl3-dots {
    display: none !important;
}
@media only screen and (min-width : 150px) and (max-width : 768px){ 
.owl3-prev {
    left: 8px;
  }
  .owl3-next {
    right: 8px;
}

}