/* Best Sellers Section css start */

.Best_Seller {
    margin: 0% 0% 0% 0%;
}

.Best_Seller .heading-holder {
    margin-bottom: 50px;
}

.Best_Seller .Best_Seller_slider.owl-nav,
.Best_Seller .Best_Seller_slider .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.Best_Seller .Best_Seller_slider .owl-nav button.owl-next,
.Best_Seller .Best_Seller_slider .owl-nav button.owl-prev {
    background: #eeeeee 0% 0% no-repeat padding-box;
}

.Best_Seller .Best_Seller_slider .owl-nav button.owl-next span, .Best_Seller .Best_Seller_slider .owl-nav button.owl-prev span {
    font-size: 36px;
    font-weight: 900;
    color: #000;
    margin-bottom: -2px;
}

.Best_Seller .Best_Seller_slider .owl-nav [class*="owl-"]:hover {
    background: #2e7826;
}



.Best_Seller .Best_Seller_slider .owl-nav [class*="owl-"]:hover span {
    color: #fff;
}

.Best_Seller_slider .owl-nav button.owl-prev {
    position: unset !important;
}
.Best_Seller_slider .owl-nav button.owl-next {
    position: unset !important;
}

/* Best Sellers Section css end */
