/* Layout - Collection Slider*/
.collection_slider_section .title_panel {
    width: 100%;
    padding: 30px 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(--main-color);
    font-size: 30px;

    font-weight: bold !important;

}

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

.featured_category_box {
	transition: all .3s linear;
}

/* .featured_category_box:hover {
	transform: translateY(-3px);
} */

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

.featured_category_content{
	/* position: absolute; */
	/* bottom: 0; */
	padding: 0px 20px 5px;
	/* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    display: block;
	width: 100%;
}

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

.featured_category_content .normal_btn a,
.featured_category_content .normal_btn a:hover{
	background-color: transparent !important;
	border: 0;
    border-radius: 0;
	color: var(--main-color) !important;
    border-bottom: 1px solid var(--main-color);
}

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

.featured_category_content .normal_btn,
.featured_category_content .normal_btn a{
	font-size: 16px;
	font-weight: normal;
}

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

.collection_slider_section .normal_btn a{
    padding: 5px 0px !important;
}

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

.featured_category_box img{
    -webkit-clip-path: inset(5% 5% 5% 5% round 50%);
    clip-path: inset(5% 5% 5% 5% round 50%);
}

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

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

@media only screen and (max-width: 850px) {
	.featured_category-swiper{
		padding: 0 35px !important;
	}

    .special_slider_buttons{
        display: none !important;
    }

    .collection_slider_section .container{
        max-width: none;
    }  

    /* .collection_slider_section .home_view_special_header{
        padding: 0 25px !important;
    } */

    .collection_slider_section .pageHeading_main, 
    .collection_slider_section .pageHeading_descp, 
    .collection_slider_section .pageHeading_submain {
        color: var(--main-color) !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;
    }
}

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

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