.bg_bestSelling {
    /* height: 115vh; */
    height: auto;
    overflow: hidden;
}

.left_section {
    padding-left: 126px;
    padding-top: 40px;
}

.right_section {
    padding-right: 126px;
    padding-top: 40px;
}

.subtitle {
    color: #BEB093;
    margin-bottom: 1px;
}

.title {
    color: #45361F;
}

.card_best_selling {
    background-color: #F4F0E7;
    border: none;
}

.productShape3{
    width: 19rem;
}

.product_img_bestSelling {
    z-index: 1;
    position: relative;
    width: 180px;
    height: 150px;

}

.card_title {
    color: #45361F;
    font-size: 23px;
}

.card_text {
    color: #A18061;
}

.first_best_color {
    width: 27px;
    height: 25px;
    background-color: #1E1E20;
    background: conic-gradient(from 180deg ,#E6E9DE, #9A9AA2, #1E1E20);
    border-radius: 50%;
}

.second_best_color {
    width: 27px;
    height: 25px;
    background-color: #906B48;
    background: conic-gradient(from 180deg ,#E9D7C5, #CD9F72, #906B48);
    border-radius: 50%;

}

.active_best_color {
    border-radius: 50%;
    border: 2px solid #56565c;
    padding: 2px;
}

.price_bestSelling {
    color: #978466 !important;
}

.cart_best {
    background-color: #715A40;
    color: #F7F7F2;
    border: 2px solid #715A40;
    height: 42px;
}

.carousel-control-next-icon-edit {
    background-image: url("../images/bestSelling/right-arrow.png");
}

.carousel-control-next-icon-edit-ar {
    transform: rotate(180deg);
}

.carousel-indicators {
    bottom: -63px;
    margin-right: 46%;
}

.carousel-indicators-ar {
    bottom: -63px;
    margin-left: 46%;
    margin-right: 0px;
}

.carousel-indicators-edit.carousel-indicators [data-bs-target] {
    background-color: #876f5861;
    margin-top: 4px;
    opacity: 1;
}

.carousel-indicators-edit .active {
    opacity: 1;
    border-radius: 50%;
    width: 10px;
    height: 9px;
    background-color: #B89A7D !important;
    margin-top: 0px !important;
}

.carousel-control-next-edit.carousel-control-next {
    right: -70px;
}

.carousel-control-next-edit.carousel-control-next-ar {
    right: 270px;
}

.btns_bestSelling_image button {
    background-color: transparent;
    border: none;
    position: absolute;
}

.btn_bestSelling_image_one {
    top: 150px;
    left: 254px;
}

.btn_bestSelling_image_two {
    top: 350px;
    left: 229px;
}

.btn_bestSelling_image_three {
    top: 329px;
    left: 40px;
}

.btn_bestSelling_image_four {
    top: 347px;
    left: 588px;
}

.btn_bestSelling_image_five {
    top: 452px;
    left: 610px;
}

.ms_best_selling {
    margin-left: 70px;
}

@media (max-width: 768px) { 
    .w_small{
        width: 100vw;
    }
    .carousel_best {
        margin-bottom: 80px;
        margin-left: 0px;
    }
    .carousel-indicators {
        margin-right: 25%;
    }
    .bestSelling_des_images{
        width: 18px;
    }
    .btn_bestSelling_image_one {
        top: 76px;
        left: 145px;
    }
    .btn_bestSelling_image_two {
        top: 194px;
        left: 129px;
    }
    .btn_bestSelling_image_three {
        top: 180px;
        left: 20px;
    }
    .btn_bestSelling_image_four {
        top: 190px;
        left: 329px;
    }
    .btn_bestSelling_image_five {
        top: 247px;
        left: 342px;
    }
    .productShape3{
        width: 100%;
    }
    .ms_best_selling {
        margin-left: 0px;
    }
    .card_best_selling {
        width: 100% !important;
    }
    .right_section {
        padding-right: 40px;
        padding-left: 40px;
    }
 }