/* Layout Collection Slider */
.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: 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: 12px;
    position: absolute;
    bottom: 0;

    width: 100%;
}

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

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

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

}

.featured_category_content .collection_btn {
    font-size: 12px;
    font-weight: var(--heading-font-weight);
}

.featured_category_content .collection_btn_txt {
    padding: 8px 16px;
    border-radius: var(--body-btn-border-radius);
}

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

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

.pageBanner_descp {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
}

.collection_slider_section .collection_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 .collection_btn{
    margin-top: 24px;
}

.collection_slider_section .collection_btn a, .collection_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 .featured_category-swiper {
        padding: 0 57px !important;
    } */
}

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

    /* .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;
        overflow: hidden;
    }

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

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