<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
    position: absolute;
    top: 36%;
    width: 100%;
}


.owl-theme .owl-nav.disabled {display: none;}
.gorusler .owl-nav.disabled {display: none;}
.blogx .owl-nav.disabled {display: none;}

  .owl-theme .owl-nav [class*='owl-'] {
    font-size: 43px;
    border: none;
    display: inline-block;
    cursor: pointer;
     }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #253237;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  }


.gorusler2 .owl-nav.disabled + .owl-dots {
  padding-top: 0!important; 
  display: block;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
    bottom: 45px;
  position: absolute;
  width: 100%;
}
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    border: 0;
    padding: 0; 
    background: transparent;

  }
    .owl-theme .owl-dots .owl-dot span {
      width: 40px;
      height: 10px;
      border-radius: 3px;
      margin: 0px 3px;
      background-color: #fff;
      display: block;
      -webkit-backface-visibility: visible;
      transition:all 0.3s;
      }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #134b8e;
        height: 10px;
      }
.vitrinslider .owl-nav{
  top: -77px;
}

.vitrinslider .owl-nav [class*='owl-']
{
  width: 57px;
  height: 57px;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
</pre></body></html>