/* Layout Collection Slider */
.collection_slider_section .title_panel {
    width: 100%;
    /* padding: 30px 0 0; */
    padding: 0px 0 0;

    border-bottom: 0px #eeeeee solid;
    position: relative;
    display: inline-block;
}

.collection_slider_section .home_view_header .title_panel .pageHeading_main {
    /* padding: 0px 0px 0px 0px;
    letter-spacing: 0px;
    position: relative;
    display: inline-block;


    color: var(--black-color);
    font-size: 24px;
    line-height: 1.1;
    font-weight: 550 !important; */
    font-size: 24px;
    line-height: 1.1;
    /* font-weight: 550; */
    font-weight: 295;
    padding: 0px 0px 0px 0px;
    letter-spacing: 0px;
    position: relative;
    display: inline-block;
    padding-bottom: 0px;

}

.collection_slider_section .featured_category_title_panel p{
    margin-bottom: 0;
}

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

.collection_slider_section .special_slider_buttons .arrow {
    color: var(--main-color) !important;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;

    top: 30% !important;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;

    cursor: pointer;

    transition: all .3s linear;

}

.collection_slider_section .special_slider_buttons .arrow:hover{
    background-color: var(--main-color);
    color: var(--white-color) !important;
}

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

.pageHeading_descp {
    font-size: 15px;
    font-weight: 500;
}

.featured_category_content{
	padding: 16px 0 0;
}

.featured_category_title_panel,
.featured_category_content .normal_btn{
	color: var(--black-color);
}

.featured_category_content .normal_btn a,
.featured_category_content .normal_btn a:hover{
	background-color: transparent !important;
	border: 0;
}

.featured_category_title_panel .pageBanner_title,
.featured_category_title_panel .pageBanner_sub_title,
.featured_category_content .normal_btn,
.featured_category_content .normal_btn a{
	font-size: 16px;
	letter-spacing:1px;
	font-weight: 400;

}

.featured_category_title_panel .pageBanner_title{
    font-weight: 500;
    font-size: 20px;
}

.featured_category_title_panel .pageBanner_sub_title{
    margin-top: 8px;
}

.pageBanner_descp {
    font-size: 15px;
    font-weight: 400;
}

.collection_slider_section .normal_btn a{
    padding: 5px 0px !important;
    font-size: 14px;
    font-weight: 500;
}

.collection_slider_section .btn_icon svg{
    width: 25px;
    height: auto;
}

.collection_slider_section .featured_category_item video{
    max-height: 100%;
    width: 100%;
}

.collection_slider_section .normal_btn{
    margin-top: 24px;
}

.collection_slider_section .normal_btn a, .normal_btn:hover a {
    color: var(--black-color) !important;
    border-bottom: 1px solid var(--black-color);
    border-radius: 0px;
}

.collection_slider_section .mobile_featured_category_container{
    display: none;
}


.collection_slider_section .collection-banner-scollbar {
    background: #d6d6d6;
}
  
.collection_slider_section .collection-banner-scollbar{
    border-radius: 2px;
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

/* @media screen and (max-width: 1550px) and (min-width: 1350px){
    .collection_slider_section .featured_category-swiper {
        padding: 0 124.8px !important;
    }
} */

.collection_slider_section .featured_category-swiper{
    overflow: visible;
    max-width: 100%;
}

.collection_slider_section .swiper-scrollbar-drag {
    left: 0;
    top: 0;
    position: absolute;
}

@media only screen and (max-width: 1050px){
    /* .featured_category-swiper {
        padding: 0 43px !important;
    } */

    .collection_slider_section .special_slider_buttons .arrow {
        height: 40px !important;
    }

    /* .collection_slider_section .featured_category-swiper {
        padding: 0 75px !important;
    } */
}

@media only screen and (max-width: 850px) {
    .special_slider_buttons{
        display: none !important;
    }

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

    .collection_slider_section .featured_category-swiper {
        padding: 0 57px !important;
    }
}

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

    .collection_slider_section .pageHeading_main {
        font-size: 20px !important;
    }

    .collection_slider_section .featured_category_title_panel .pageBanner_title, .collection_slider_section .featured_category_content .normal_btn, .collection_slider_section .featured_category_content .normal_btn a {
        font-size: 20px;
        font-weight: normal;
    }

    .collection_slider_section .featured_category-swiper,
    .collection_slider_section.navigation_panel,
    .collection-banner-scollbar-container{
        display: none;
    }

    .mobile_featured_category_container{
        display: block !important;
    }

    .mobile_collection_inner_box{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile_collection_img_inner_box{
        max-width: 110px;
        border-radius: 6px;
        overflow: hidden;
    }

    .mobile_featured_category_innner_container{
        border-top: 1px solid #e5e5e5;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-top: 20px;
        margin-top: 13px;
    }

    .collection_slider_section .home_view_header{
        margin-bottom: 8px;
    }

    .mobile_collection_content{
        padding: 0 15px 0 0;
        width: 90%;
    }

    .mobile_featured_category_innner_container .pageBanner_title{
        color: #707072;
        font-weight: 400;
        font-size: 14px;
    }

    .mobile_featured_category_innner_container .pageBanner_sub_title,
    .mobile_featured_category_innner_container .normal_btn{
        color: var(--black-color);
        font-weight: 400;
        font-size: 16px;
    }
}

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

    .featured_category-swiper{
		padding: 0 15px !important;
	}
}
