/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #F0F0F0;
    font-size: 40px;
    margin: 5px 6px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      color: #18bcce;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 15px;
      height: 15px;
      margin: 2px 6px;
      background: #F0F0F0;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #1393a1; }
.owl-theme.owl-carousel-home-banner .owl-nav {
  position: absolute;
  margin-top: -190px;
  width: 100%; }
  .owl-theme.owl-carousel-home-banner .owl-nav [class*='owl-'] {
    position: absolute;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
    .owl-theme.owl-carousel-home-banner .owl-nav [class*='owl-'] i {
      position: relative; }
  .owl-theme.owl-carousel-home-banner .owl-nav .owl-prev {
    left: 5%; }
  .owl-theme.owl-carousel-home-banner .owl-nav .owl-next {
    right: 5%; }
  @media (max-width: 991px) {
    .owl-theme.owl-carousel-home-banner .owl-nav {
      margin-top: -145px; } }
.owl-theme.dimbuy-pass-owl .owl-nav {
  position: absolute;
  margin-top: -190px;
  width: 100%; }
  .owl-theme.dimbuy-pass-owl .owl-nav [class*='owl-'] {
    position: absolute;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
    .owl-theme.dimbuy-pass-owl .owl-nav [class*='owl-'] i {
      position: relative; }
  .owl-theme.dimbuy-pass-owl .owl-nav .owl-prev {
    left: -5%; }
  .owl-theme.dimbuy-pass-owl .owl-nav .owl-next {
    right: -5%; }
  .owl-theme.dimbuy-pass-owl .owl-nav .owl-prev.disabled,
  .owl-theme.dimbuy-pass-owl .owl-nav .owl-next.disabled {
    display: none;
    opacity: 0; }
  @media (max-width: 991px) {
    .owl-theme.dimbuy-pass-owl .owl-nav {
      margin-top: -325px; } }
.owl-theme.owl-dot-pink .owl-dots .owl-dot.active span, .owl-theme.owl-dot-pink .owl-dots .owl-dot:hover span {
  background: #e70074; }
.owl-theme.owl-dot-yellow .owl-dots .owl-dot.active span, .owl-theme.owl-dot-yellow .owl-dots .owl-dot:hover span {
  background: #eca600; }
