.owl-carousel {
    display: block;
    margin-bottom: 20px;
  
}
.owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: 0;
  transform: translate3d(0, -50%, 0);
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
  .owl-nav
  div[class*="owl-"] {
  background-color: #0088cc;
  border-color: #0088cc #0088cc #006699;
  color: #fff;
}
.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-prev {
  color: #212529 !important;
}
.owl-carousel.nav-inside .owl-nav div.owl-prev {
  right: 15px;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
  color: #0088cc !important;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
  width: 20px;
  background: transparent !important;
  color: #000;
}
.owl-carousel .owl-nav div.owl-prev {
  right: 0;
}
.owl-carousel .owl-nav div.owl-prev,
.owl-carousel .owl-nav div.owl-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  outline: 0;
  margin: 0;
  transform: translate3d(0, -50%, 0);
}
.owl-carousel .owl-nav div.owl-next,
.owl-carousel .owl-nav div.owl-prev,
.owl-carousel div.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.nav-inside .owl-nav div.owl-next {
  right: auto;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
  color: #0088cc !important;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
  width: 20px;
  background: transparent !important;
  color: #000;
}
.owl-carousel .owl-nav div.owl-next {
  left: 0;
}

.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item {
    border: 2px solid #f7f7f7;
    transition: ease all 300ms;
}

.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item:hover, .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected {
    border: 2px solid #212121;
}

.owl-carousel .owl-nav div.owl-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    font-size: 0.5rem;
    content: "\f053";
    position: relative;
    left: 1px;
    top: -1px;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next:before, .owl-carousel.nav-style-1 .owl-nav .owl-next:after, .owl-carousel.nav-style-1 .owl-nav .owl-prev:before, .owl-carousel.nav-style-1 .owl-nav .owl-prev:after {
    font-size: inherit;
}
.owl-carousel .owl-nav div.owl-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1rem;
    content: "\f054";
    position: relative;
    left: -1px;
    top: -1px;
}

.thumb-gallery-thumbs .owl-item.selected:after {
    visibility: visible;
    opacity: 1;
}

.thumb-gallery-thumbs .owl-item:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background-color: var(--main-color-two);
    content: "\f00c";
    font-weight: 900;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    padding-top: 2px;
    padding-left: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

