/* Layout - Collection New Arrivals*/
.collection_new_section .title_panel {
    width: 100%;
    padding: 0px 0 0;
    border-bottom: 0px #eeeeee solid;
    position: relative;
    display: inline-block;

}

.collection_new_section .home_view_header .title_panel .pageHeading_main {

    color: var(--black-color);
    font-size: 30px;

    line-height: 1.1;
    font-weight: bold !important;

    position: relative;
    display: inline-block;
    padding-bottom: 0px;
}

.collection_new_section .pageHeading_main {
    padding: 0px 0px 0px 0px;
    letter-spacing: 0px;
}

.collection_new_section .special_slider_buttons .swiper-button-disabled {
    cursor: none;
}

.collection_new_section .special_slider_buttons .arrow {
    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: 30px !important;
    height: 30px !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;

}

.collection_new_section .special_slider_buttons .swiper-button-disabled {
    cursor: none;
}

.collection_new_section .special_slider_buttons .arrow:hover{
    background-color: var(--black-color) !important;
    border: 1px solid var(--black-color);

    color: var(--white-color) !important;
}

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

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

.collection_new_section .swiper-rtl .swiper-button-prev {
    right: 10px !important;
    font-weight: bold;
}

.collection_new_section .swiper-button-prev {
    left: 10px !important;
    font-weight: bold;
}

/* .collection_new_section .prodlist_content_box {
    height: 140px;
} */
.collection_new_section .swiper-slide, 
.collection_new_section .prodlist_container, 
.collection_new_section .prodlist_box {
    position: relative;
}

.collection_new_section .collection_side_panel,
.collection_new_section .collection_side_swiper,
.collection_new_section .swiper-wrapper,
.collection_new_section .prodlist_container,
.collection_new_section .prodlist_box{
    height: 100% !important;
}
@media only screen and (max-width: 1050px){
    .new_products_swiper{
        /* padding: 0 43px !important; */
        /* padding: 0 15px !important; */
        padding: 0 !important;
    }
/* 
    .collection_new_section .prodList_panel INPUT[type="text"].quantity {
		width: 135px;
		min-width: 135px;
	} */
}

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

	/* .new_products_swiper{
		padding: 0 35px !important;
	} */

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

    .collection_new_section .pageHeading_main, 
    .collection_new_section .pageHeading_descp, 
    .collection_new_section .pageHeading_submain {
        /*color: var(--black-color) !important;*/
		font-size: 20pt !important;
    }
}

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

    .collection_new_section .home_view_header .title_panel .pageHeading_main {
        font-size: 20pt !important;
    }
}

@media only screen and (max-width: 480px) {
    .collection_new_section .slider_buttons {
        top: 20% !important;
    }
}


