.heroSectionOfMainCat{
    background-color: #F2F9FF;
}

.breadcrumbSection{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    color: #00436E;
}

.breadcrumbSection a{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    color: #00436E;
}

.breadcrumbSection span{
    font-weight: 600;
}

.mainTitleOfMainHeading{
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    color: #272727;
    padding-top: 10px;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.categoryInner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.categoryInner .catImage{
    border: 1px solid #DAEEFF;
    border-radius: 100px;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.categoryInner .catImage, .categoryInner .catTitle{
    opacity: 0.5;
    transition: all 0.3s ease;
}

.categoryInner .catImage:hover, .categoryInner .catTitle:hover, .categoryInner .catImage.active, .categoryInner .catTitle.active{
    opacity: 1;
}

.categoryInner .catImage:hover, .categoryInner .catImage.active{
    border: 1px solid #00436E;
}

.categoryInner .catImage .categoryImage{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categoryInner .catImage .categoryPlaceHolder{
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.categoryInner .catTitle, .categoryInner .productCount{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: #272727;
}

.categoryInner .catTitle a:hover, .categoryInner .catTitle.active a, .categoryInner .productCount.active{
    color: #00436E;
}

.showingResult{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: #6F8390;
}

hr{
    border: 1px solid #BDDFFD;
}

.rightSide{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.singleProductContainer{
    border: 1px solid #00436E4D;
    background-color: #F6FBFF;
    padding: 15px;
    border-radius: 20px;
}

.proImage{
    width: 30%;
}

.proContent{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.proImage img{
    border: 1px solid #00436E4D;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.innerProductSection{
    display: flex;
    gap: 1rem;
}

.proContent .proTitle a{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: #000000;
    padding-top: 1rem;
}

.proContent .proDescription, .proNote{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #53616A;
}

.proContent .proNote{
    color: #FF4747 !important;
}

.proBtnAndPercentage{
    display: flex;
    gap: 1rem;
    align-items: center;
}

.proBtnAndPercentage .proBtn button{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #00436E;
    padding: 10px 15px;
    border-radius: 100px;
}

.proBtnAndPercentage .proDiscount{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #FF4747;
}

.filterForm{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.searchSection{
    position: relative;
    width: 100%;
}

.searchIcon input{
    border: 1px solid #BADCF9;
    background-color: #FFFFFF;
    border-radius: 100px;
    width: 100%;
    padding: 10px 10px 10px 20px;
    font-family: Poppins;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.1;
    color: #A6A6A6;
}

.searchIcon svg{
    position: absolute;
    right: 1rem;
    top: 0.75rem;
}

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

.clearallbtn a{
    color: #FF7700;
    text-decoration: underline !important;
}

.filterAndClearBtn .filterTitle{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: #00436E;
}

.Catdescription{
    border: 1px solid #00436E4D;
    padding: 15px;
    border-radius: 10px;
}

.Catdescription p{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #53616A;
}

.accordion{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.accordion-button {
    padding: 1rem;
    background-color: #E5F4FF !important;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #00436E;
}

.accordion-item{
    border: 1px solid #ACD2EA !important;
    background-color: #E5F4FF !important;
    border-radius: 6px !important;
    overflow: hidden;
}

.accordion-button::after {
    background-size: 14px !important;
}

.accordion-button:not(.collapsed) {
    color: #000000 !important;
}

.accordion-body .form-check-label{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #00436E;
}

.videoSection .categ-video-section, .videoSection iframe{
    margin: 0px !important;
}

.rightSide .pagination{
    justify-content: end;
}

.active>.page-link, .page-link.active{
    background-color: #00436E !important;
}

.subCategoryTitle{
    font-family: Poppins;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.1;
    color: #272727;
    padding-bottom: 10px;
    text-decoration: underline;
}

.subCategorySliderContent{
    border: 1px solid #00436E80;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
}

.subCategorySliderTitle a{
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #00436E;
}

.subCategorySlider .swiper-button-next,
.subCategorySlider .swiper-button-prev, .mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.subCategorySlider .swiper-button-next, .mySwiper .swiper-button-next {
    right: -40px !important; /* move outside */
}

.subCategorySlider .swiper-button-prev, .mySwiper .swiper-button-prev {
    left: -40px !important; /* move outside */
}

.swiper-button-next:after, .swiper-button-prev:after, .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px !important;
}

.subCategorySlider .swiper-wrapper, .mySwiper .swiper-wrapper{
    display: flex;
    align-items: stretch;
}

.subCategorySlider .swiper-slide, .mySwiper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
}
