/* Layout - Collection Products W/O Banner*/
.collection_products_without_banner_section .title_panel {
    width: 100%;
    padding: 0px 0 0;
    border-bottom: 0px #eeeeee solid;
    position: relative;
    display: inline-block;
}

.collection_products_without_banner_section .pageDescription_main {
	color: #787878;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.6;
	margin: 1.2rem 0 1rem;
	text-align: justify;
}

.collection_products_without_banner_section .pageHeading_main {
    color: var(--black-color);
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold !important;
    padding: 0px 0px 0px 0px;
    letter-spacing: 0px;
    position: relative;
    display: inline-block;
    padding-bottom: 0px;
}

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

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

.collection_products_without_banner_section .banner_btn {
    display: flex;
    align-items: flex-start;
    height: 100%;
    justify-content: flex-end;
}

.collection_products_without_banner_section .banner_link {
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
    letter-spacing: .5px;
    opacity: 1;
    transition: opacity .3s linear;
    border: 1px solid var(--white-color);
    border-radius: 6px;

    color: var(--white-color) !important;
    position: relative;

    display: inline-block;
    padding: 14px 50px;
    width: 100%;
}

.collection_products_without_banner_section .banner_link, .collection_products_without_banner_section .banner_link:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    border: 1px solid var(--main-color);
}

.collection_products_without_banner_section .btn_icon {
    right: 0;
    width: 22px;
    position: absolute;
    top: 50%;
    transform-origin: center right;
    transform: translate(-25px,-50%);
    pointer-events: none;
    align-items: center;
    opacity: 0;
    transition: opacity .2s linear,transform .2s ease;
}

.collection_products_without_banner_section .btn_txt {
    font-size: 16px !important;
    font-weight: bold !important;
    transform: translateX(0);
}

.collection_products_without_banner_section .prodlist_box {
    transition: all .3s linear;
    display: block;
}

.collection_products_without_banner_section .swiper-button-next, 
.collection_products_without_banner_section .swiper-button-prev {
    color: var(--black-color) !important;
    background-color: var(--white-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40% !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;

}

.collection_products_without_banner_section .swiper-button-next:hover, 
.collection_products_without_banner_section .swiper-button-prev:hover {
    background-color: var(--black-color) !important;
    border: 1px solid var(--black-color);
    color: var(--white-color) !important;
}

.collection_products_without_banner_section .swiper-button-disabled {
    cursor: none !important;
    display: none !important;
}

.collection_products_without_banner_section .swiper-button-next, 
.collection_products_without_banner_section .swiper-rtl .swiper-button-prev {
    right: 10px !important;
}

.collection_products_without_banner_section .swiper-button-prev, 
.collection_products_without_banner_section .swiper-rtl .swiper-button-next {
    left: 10px !important;
    font-weight: bold;
}

.collection_products_without_banner_section .swiper-button-next:after, 
.collection_products_without_banner_section .swiper-button-prev:after {
    font-size: 14px !important;
    font-weight: bold;
}

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

/* .collection_products_without_banner_section .prodlist_img img{
    aspect-ratio: 1 / 1;
} */

.collection_products_without_banner_section .prodlist_img{
    overflow: hidden;
}

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

/* .collection_products_without_banner_section .prodlist_namebox{
    padding: 0;
}

.collection_products_without_banner_section .rightcol_prodname {
    text-transform: capitalize;
} */

@media only screen and (max-width: 1050px){
    .collection_products_without_banner_section .swiper-button-next:after, .collection_products_without_banner_section .swiper-button-prev:after {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 850px) {
	.collection_products_without_banner_section .collection_panel {
        flex-direction: column;
        width: 100%;
    }

    .collection_products_without_banner_section  {
        width: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 610px) {
    .collection_products_without_banner_section .title_panel {
        margin-bottom: 0 !important;
    }

    .collection_products_without_banner_section .mobile_row{
        margin-bottom: 20px;
    }

    .collection_products_without_banner_section .banner_btn {
        justify-content: flex-start;
    }

    .collection_products_without_banner_section .prodlist_content_box {
        height: 100%;
    }

    /* .collection_products_without_banner_section .prodlist_namebox {
        padding: 10px 8px 0 !important;
    } 

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

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

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

    .collection_products_without_banner_section .prodlist_namebox {
        height: 30px;
        overflow: hidden;
    } */

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

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

}

