::-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);
}
/*animated link*/
.hoover {
  position: relative;
  color: #000;
  text-decoration: none;
}

.hoover:hover {
  color: #000;
}

.hoover::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color:#1d532f;
  transform: scaleX(0);
  transition: transform 0.53s ease;
}

.hoover:hover::before {
  transform: scaleX(1);
}
/*animated link*/
.hoover1 {
  position: relative;
  color: #fff;
  text-decoration: none;
}

.hoover1:hover {
  color: #fff;
}

.hoover1::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color:#6abd47;
  transform: scaleX(0);
  transition: transform 0.53s ease;
}

.hoover1:hover::before {
  transform: scaleX(1);
}
/* Hiding First Posts in Recent Posts Plugin */
.hide-first-all .ba-blog-post:first-child {
    display: none !important;
}