::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
.ba-slideset-nav, .ba-slideshow-nav { top: 40%;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.ba-item-recent-posts-slider .carousel-type .ba-slideshow-caption > *{padding: 0 15px;}
/* Hiding First Posts in Recent Posts Plugin */
.hide-first .ba-blog-post:first-child {
    display: none;
}
.hide-first .ba-blog-post:last-child {
    margin-top: 10 !important;
}
/* Hidding Border Bottom at the Last Post */
.hide-border .ba-blog-post:last-child {
    border-bottom: none;
}
.ba-live-search-show-all-btn {
    background: var(--title) !important;
}
.ba-live-search-show-all-btn:hover{
 color: #000 !important;
}
.ba-live-search-results {
  border-radius: 0px;}
.ba-live-search-product-category a {
    color: var(--title);
}

