/* Layout - Collection Best Seller Products*/
.bestseller_products_section .title_panel {
    width: 100%;
    padding: 0px 0 0;
    border-bottom: 0px #eeeeee solid;
    position: relative;
    display: inline-block;

}

.bestseller_products_section .home_view_header .title_panel .pageHeading_main {

    color: var(--black-color);
    font-size: 20px;
	line-height: 1.1;
	font-weight: bold;
    padding: 0px 0px 0px 0px;
    letter-spacing: 0px;
    position: relative;
    display: inline-block;
    padding-bottom: 0px;
}

.bestseller_products_section .home_view_header .title_panel .pageHeading_submain {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0 0;
    opacity: 1;
}

.bestseller_products_section .pageHeading_descp p{
    margin: 10px 0 0;
}

.bestseller_products_section .prodlist_box {
    transition: all .3s linear;
    border-radius: 12px;
    display: block;
}

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

/* .bestseller_products_section .prodlist_content_box {
    height: 190px;
} */

.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: 30% !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 .prodlist_img img{
    max-height: 280px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.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;
}

.bestseller_products_section .prodlist_box {
    transition: all .3s linear;
    border-radius: 12px;
    display: block;
    border: 1px solid var(--border-color);
}

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

.bestseller_products_section .prodlist_img{
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

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

.bestseller_products_section .prodlist_namebox{
    padding: 0;
}

.bestseller_products_section .rightcol_prodname {
    text-transform: capitalize;
}

.bestseller_products_section .special_color_box,
.bestseller_products_section .special_text_box {
    background-color: var(--purple-color);
}

.bestseller_products_section .bestseller{
    background-color: var(--yellow-color);
    color: var(--black-color);
}

.bestseller_products_section .newin{
    background-color: var(--theme-color-2);
}

.bestseller_products_section .preorder{
    background-color: var(--bright-red);
}

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

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

    .bestseller_products_section .home_view_special_header{
        padding: 0 6px !important;
    }

    .bestseller_products_section .pageHeading_main, 
    .bestseller_products_section .pageHeading_descp, 
    .bestseller_products_section .pageHeading_submain {
        color: var(--main-color) !important;
    }
}

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

    .bestseller_products_section .home_view_header .title_panel .pageHeading_main {
        font-size: 20px !important;
    }

    .bestseller_products_section .title_panel {
        margin-bottom: 0 !important;
    }

    .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%;
    }

    .bestseller_products_section .prodlist_namebox {
        padding: 10px 8px 0 !important;
    } 

    .bestseller_products_section .rightcol_prodname {
        font-size: 13px !important;
    }

    .bestseller_products_section .orgprice,
    .bestseller_products_section .productSpecialPrice {
        padding: 0px 8px 10px;
        font-size: 13px !important;
    }

    .bestseller_products_section .product_oldprice {
        font-size: 7px !important;
    }

    .bestseller_products_section .prodlist_namebox {
        height: 50px;
    }
}


