/* Layout - Collection Best Seller Products*/
.bestseller_products_section .pageHeading_descp p{
    margin: 10px 0 0;
}

.bestseller_products_section .prodlist_box {
    transition: all .3s linear;
    display: block;
}

.bestseller_products_section .prodlist_box:hover .quick_view_button{
	opacity: 1;
	transform: translateY(0px);
}

.bestseller_products_section .swiper-button-next, 
.bestseller_products_section .swiper-button-prev {
    color: var(--black-color) !important;
    background-color: var(--white-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40% !important;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid var(--white-color);
    cursor: pointer;
    transition: all .3s linear;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.bestseller_products_section .swiper-button-next:hover, 
.bestseller_products_section .swiper-button-prev:hover {
    background-color: var(--black-color) !important;
    border: 1px solid var(--black-color);
    color: var(--white-color) !important;
}

.bestseller_products_section .swiper-button-disabled {
    cursor: none !important;
    display: none !important;
}

.bestseller_products_section .swiper-button-next, 
.bestseller_products_section .swiper-rtl .swiper-button-prev {
    right: 10px !important;
}

.bestseller_products_section .swiper-button-prev, 
.bestseller_products_section .swiper-rtl .swiper-button-next {
    left: 10px !important;
    font-weight: bold;
}

.bestseller_products_section .swiper-button-next:after, 
.bestseller_products_section .swiper-button-prev:after {
    font-size: 14px !important;
    font-weight: bold;
}

.bestseller_products_section .banner_btn {
    display: flex;
    align-items: flex-start;
    height: 100%;
    justify-content: flex-end;
}

.bestseller_products_section .btn_txt {
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 30px;
    border-radius: var(--border-radius-3);
}

/* .bestseller_products_section .banner_btn{
    margin: 50px 0;
} */

.bestseller_products_section .prodlist_box {
    transition: all .3s linear;
    display: block;
}

/* .bestseller_products_section .prodlist_img img{
    aspect-ratio: 1 / 1;
} */

.bestseller_products_section .prodlist_img{
    overflow: hidden;
}

.bestseller_products_section .prodlist_img:hover img{
    transform: scale(1.1);
}

@media only screen and (max-width: 1050px){
}

@media only screen and (max-width: 850px) {
    #mobile_full_view_section .container{
        max-width: none;
    }  
}

@media only screen and (max-width: 610px) {
    .bestseller_products_section .prodlist_content_box {
        height: 210px;
    }

    .bestseller_products_section .mobile_row{
        margin-bottom: 20px;
    }

    .bestseller_products_section .banner_btn {
        justify-content: flex-start;
    }

    .bestseller_products_section .prodlist_img img {
        max-height: 240px;
    }

    .bestseller_products_section .prodlist_content_box {
        /* height: 100px; */
        height: 100%;
    }
}


