button,.button {
    -webkit-appearance:none;
    -moz-appearance:none;
    border-radius:0;
    border-style:solid;
    border-width:0;
    cursor:pointer;
    font-family:"Lato","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight:normal;
    line-height:normal;
    position:relative;
    text-align:center;
    text-decoration:none;
    display:inline-block;
    padding:1rem 2rem 1.0625rem 2rem;
    font-size:1rem;
    background-color:#fff;
    border-color:#fff;
    color:#fff;
    transition:background-color 300ms ease-out
}

.owl-theme .owl-nav {
  margin-top: 10px;
  margin-right: 15px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #6e472a;
  font-size: 18px;
  margin: 3px;
  padding: 4px 10px;
  /*    background: #6e472a; */
  background: transparent;
  border: 1px solid #6e472a;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #6e472a;
  color: #FFF;
  border: 1px solid #6e472a;
  text-decoration: none; 
} 


.owl-theme .owl-nav [class*='owl-']:focus{
outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.owl-theme:focus {
 outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.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: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #6e472a;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #6e472a;
}

.main-content {
  position: relative;
  .owl-theme {
    .custom-nav {
      position: absolute;
      top: 20%;
      left: 0;
      right: 0;
      .owl-prev, .owl-next {
        position: absolute;
        height: 100px;
        color: inherit;
        background: none;
        border: none;
        z-index: 100;
        i {font-size: 2.5rem;color: #6e472a;}
      }
      .owl-prev {left: 0;}
      .owl-next {right: 0;}
    }
  }
}
 