.sortable-handler {
    touch-action: none;
  }


  
@media only screen and (max-width: 390px){
#hb-testimonials.owl-theme .owl-prev .fa, #hb-testimonials.owl-theme .owl-next .fa {
    font-size: inherit;
}
}
.cms-index-index .hb-wrapper.hb-testimonial-outer {
    float: none;
}

.cms-index-index .hb-wrapper.hb-testimonial-outer h1 {
    text-align: center;
}

#hb-testimonials.owl-carousel .owl-wrapper-outer {
    overflow: hidden !important;
}

#hb-testimonials.owl-carousel .owl-wrapper-outer .owl-item li {
    list-style: none;
    border: 1px solid #E7EAEC;
    margin: 1rem;
    padding: 3rem;
}

#hb-testimonials.owl-carousel .owl-wrapper-outer .owl-item li h4 {
    font-size: 24px;
}

#hb-testimonials.owl-carousel {
    padding-left: 0;
}

#hb-testimonials.owl-carousel .average-rating {
    position: relative;
    appearance: none;
    color: transparent;
    width: auto;
    display: inline-block;
    vertical-align: baseline;
    font-size: 25px;
    float: right;
    margin-top: 2rem;
}
  
#hb-testimonials.owl-carousel .average-rating::before {
    --percent: calc(4.3/5*100%);
    content: '★★★★★';
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0,0,0,0.2);
    background: linear-gradient(90deg, gold var(--percent), rgba(0,0,0,0.2) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#hb-testimonials .owl-prev .left-arrow, #hb-testimonials .owl-next .right-arrow {
    color: #000000;
    font-size: 64px;
}

#hb-testimonials .owl-controls.clickable .owl-buttons .owl-prev:hover, #hb-testimonials .owl-controls.clickable .owl-buttons .owl-next:hover, #hb-testimonials .owl-controls.clickable .owl-buttons .owl-prev, #hb-testimonials .owl-controls.clickable .owl-buttons .owl-next {
    background: none;
}

#hb-testimonials .owl-controls .owl-pagination {
    bottom: 5px;
    left: 0;
    position: absolute;
    right: 0
}

#hb-testimonials .owl-controls.clickable {
    margin-top: 0
}

#hb-testimonials .owl-controls.clickable .owl-pagination {
    bottom: 5px;
    left: 0;
    position: absolute;
    right: 0
}

#hb-testimonials.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -22px;
    margin: -20px 0 0 !important;
    position: absolute;
    top: 50%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 20px;
    padding: 5px 12px;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    opacity: 1;
    background: none;
}

#hb-testimonials.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -22px;
    margin: -20px 0 0 !important;
    position: absolute;
    top: 50%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 20px;
    padding: 5px 12px;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    opacity: 1;
    background: none;
}

.pop-main-container .pop-container .pop-details p {
    font-weight: 600;
    line-height: 0;
    padding: 2px 10px;
    font-size: 20px;
}

.home-slider.owl-carousel .owl-item img {
    width: 100%;
}

.brands-slider.owl-carousel .owl-item img {
    display: block;
}
