
.inventory-heading .sold_text {
  position: absolute;
  bottom: 13px;
  right: 0;
  padding: 0 5px;
  line-height: 50px;
}

.carasouel-slider3 .sold_text {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  position: absolute;
  left: 38px;
  top: 14%;
  font-size: 26px;
  line-height: 38px;
  border: 6px solid #022974;
  color: #022974;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.75);
  padding: 3px 5px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 15;
}

.owl-carousel .item {
  border: 1px solid transparent;
  box-sizing: padding-box;
  margin-top: 20px;
}
.owl-nav {
  position: relative;
}
.owl-nav button {
  position: absolute;
  top: -110px;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}
.owl-nav button:focus {
  outline: none !important;
}
.pill-link {
  display: block;
  padding: 0.5rem 0rem;
  color: #2d2d2d;
}

.pill-link.active {
  text-decoration: underline;
}

.back-line {
  position: relative;
}
.back-line:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  left: 0;
}
.back-line * {
  background: white;
  display: inline-block;
  padding: 0 1rem;
  z-index: 1;
  position: relative;
}
.button-text {
  line-height: 1.4;
  font-size: 10px;
}

.cursor-pointer {
  cursor: pointer;
}

.opacity-25 {
  opacity: 0.25;
}

.gutter-sm {
  margin-right: -4px;
  margin-left: -4px;
}
.gutter-sm > .col,
.gutter-sm > [class*='col-'] {
  padding-right: 4px;
  padding-left: 4px;
  /*margin-bottom: 8px;*/
}

.gutter-md {
  margin-right: -8px;
  margin-left: -8px;
}
.gutter-md > .col,
.gutter-md > [class*='col-'] {
  padding-right: 8px;
  padding-left: 8px;
  /*margin-bottom: 16px;*/
}

.owl-prev, .owl-next {opacity: 0 !important; transition: all .3s ease;}
.owl-carousel:hover .owl-nav .owl-prev {opacity: 1 !important;}
.owl-carousel:hover .owl-nav .owl-next {opacity: 1 !important;}

.activities-content {
  font-size: 1.25rem;
  line-height: 2.25;
}

.activities-content ul {
  list-style: none; /* Remove default bullets */
}

.activities-content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0981D6; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.owl-wrapper {
  position: relative;
}

.owl-control-next, .owl-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.owl-wrapper .owl-control-prev:hover, .owl-wrapper .owl-control-next:hover {
  opacity: 1;
} 
.table table {
  width: 100%;
}

.carousel-control-next, .carousel-control-prev, .owl-control-next, .owl-control-prev {
    top: 0;
    bottom: 0;
    width: 32px;
}
.carousel-control-prev, .owl-control-prev {
    left: -32px;
}
.carousel-control-next, .owl-control-next {
    right: -32px;
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.group-image {
    min-height: 7rem;
}

.logo-filter  {
    filter: drop-shadow(0px 0px 5px #00163C);
}

.faded-bg {
    right: 25%;
    top: 15%;
    opacity: 0.1;
}


.dropdown-menu > li.dropdown > a {
    position: relative;
    padding-right: 2rem !important;
}

.dropdown-menu > li.dropdown > a:after {
    content: "\f0da";
    font-family: FontAwesome;
    right: 10px;
    position: absolute;
    top: 10px;
}