
.owl-carousel .owl-dots .owl-dot {
    outline: none;
}
  
.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}
  
.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #0144d0;
}
  
.owl-thumbs button {
    display: inline-block;
    background: none;
    border: none;
    margin-right: 8px;
    margin-bottom: 10px;
    padding: 0;
    outline: none;
    cursor: pointer;
    opacity: .6;
}
  
.owl-thumbs button.active {
    opacity: 1;
}
  
.owl-thumbs button img {
    max-width: 88px;
}
