.discount-circle {
    background: #eb9e12;
    width: 84px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    line-height: 1;
    padding: 5px 0;
    border-radius: 5px;
}
.discount-percentage {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
}
.discount-label {
    font-size: 14px;
    font-weight: 300;
}
.deal-image-container {
    text-align: center;
    min-height: 220px;
    align-items: center;
    display: flex;
    padding: 7px;
}
.deal-name {
    font-size: 17px;
    min-height: 62px;
}
.price-code {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.original-price {
    text-decoration: line-through;
    color: red;
}
.discounted-price {
    color: rgb(37 37 37);
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -2px;
}
.discount-code {
    font-style: italic;
    font-family: auto;
    font-size: 18px;
}
.main-content {
    position: relative;
}
.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;
}
.owl-prev i,
.owl-next i {    
    font-size: 2.5rem;
    color: #cecece;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.owl-theme .owl-nav {
    margin-top: 0px;
}
/* .owl-theme .card-body {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(131 131 131 / 0%) 100%);
    top: unset;
    padding-top: 50px;
    width: 100%;
} */
.owl-theme .owl-nav [class*=owl-] {
    background: #d6d6d633 !important;
}
.owl-theme .owl-dots {
    display: none;
}
.admin-login-btn {
    color: #d5d5d5;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
}
.breadcrumb .breadcrumb-item a {
    color: #ababab;
}
.category-cards .category-deal-count {
    color: #999;
}



.left-filter-options .accordion-item {
    border: 1px solid #efefef;
      border-bottom: 0; 
  }
  /*@media(max-width: 991px) {
    .left-filter-options .accordion-item {
        border-left: 0;
        border-right: 0;
    }
  }*/
  
  .left-filter-options .accordion-item:last-child {
      border-bottom: 1px solid #efefef; 
  }
  
  .left-filter-options .accordion-button:not(.collapsed) {
    box-shadow: none;
      border-bottom: 1px solid #efefef;
  }
  
  
  
  
  @media (min-width: 992px) {
    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
      display: none;
    }
    .sidenav {
      width: 100%;
        display: inline;
    } 
  }
  
  @media (max-width: 991px) {
    /* The side navigation menu */
    .sidenav {
      height: 100%; /* 100% Full-height */
      width: 0; /* 0 width - change this with JavaScript */
      position: fixed; /* Stay in place */
      z-index: 1; /* Stay on top */
      top: 0; /* Stay at the top */
      left: 0;
      background-color: #ffffff; /* White*/
      overflow-x: hidden; /* Disable horizontal scroll */
      padding-top: 20px; /* Place content 60px from the top */
      transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
      border-right: 1px solid #f3f3f3;
        box-shadow: 0px 0px 11px 0px #eaeaea;
    }
  
    /* The navigation menu links */
    .sidenav a {
      text-decoration: none;
        color: #000000;
        transition: 0.3s;
    }
  
    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
      color: #f1f1f1;
    }
  
    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
      font-size: 45px;
    }
  }
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
    .btn-filter-toggle {
      color: #4e5256;
        border-color: #ced4da;
        font-weight: 600;
        align-items: center;
        height: 38px;
    }
    .btn-filter-toggle .bi-filter-left {
      font-size: 24px;
        margin-right: 9px;
            z-index: -1;
    }





.contact-message-block {
    border-radius: 10px;
    padding: 45px;
    box-shadow: 0px 1px 5px 2px #ebebeb;
    background-color: white;
}

#searchResults {
  position: absolute;
  z-index: 2;
  background-color: white;
  width: 100%;
  padding: 11px;
  border: 1px solid #ededed;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}



.subcategory-items h2 {
  font-size: 1.1rem;
}