.categoryButton {
    background-color: #ffffff !important;
    border: 2px solid #ffffff !important;
	border-radius: 50% !important;
	width: 120px !important;
    height: 120px;
}
.categoryImages {
    width: 100%;
    object-fit: contain;
}
.categoryBottomsec span{
		max-width:140px;
	}
.loadmore-subcat:focus{
	background-color:#16479D !important;
}
.loadmore-subcat {
    border: 1px solid #16479D;
    color: #16479D;
    border-radius: 50px;
    padding: 14px 35px;
	grid-column: span 4;
}
.loadmore-subcat:hover {
    border: 1px solid #16479D;
	background-color:#16479D;
    color: #ffffff;
    border-radius: 50px;
    padding: 14px 35px;
}
.catError {
		bottom: -14px;
		z-index: 9999999;
		position: absolute;
		font-size: 18px;
		margin-bottom: 0;
		color: red;
	}
button.nav-link.categoryButton {
    overflow: hidden;
	width: 100% !important;
    max-width: 120px;
    height: 120px;
	padding:0px
}
.categoryDisplay{
	width: 100%;
    max-width: 1140px;
    margin: auto;
}
.categoryButton.nav-link.active {
    background-color: #D4E4FF !important;
    border: 2px solid #16479D !important;
	border-radius: 50% !important;
	width: 120px;
    height: 120px;
}

li.nav-item.category-list {
    display: flex;
    flex-direction: column;
	align-content: center;
    justify-content: flex-start;
    align-items: center;
	max-width:120px;
}
.category-fname {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
	width: 120px;
    text-align: center;
	color:#545A66;
}
.productCat-section.active{
	display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    text-align: center;
    gap: 20px 20px;
    justify-items: center;
}

@media (max-width:768px){
	.loadmore-subcat {
	grid-column: span 3;
	}
	.productCat-section.active{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width:578px){
	.productCat-section.active{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 15px;
	}
	.loadmore-subcat {
        grid-column: span 2;
    }
}
@media(max-width:568px){
	.categoryButton.nav-link.active{
		width:100px;
		height:100px
	}
	.categoryButton{
		width:100px !important;
		height:100px;
	}
}
.contant-section {
	display:none;
    border: 1px solid #D6E1EC;
    border-radius: 20px;
    padding: 30px 20px 30px 20px;
	width: 100%;
	background-color: #ffffff;
}
.catgoriesImage img {
    aspect-ratio: 1;
    object-fit: contain;
    width: 100%;
}
.categoryBottomsec {
	padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
	font-size: 17px;
    font-weight: 600;
    line-height: 21px;
	text-align:left;
}
.sub-heading {
    display: flex;
    justify-content: center;
	padding: 0px 0 10px 0;
}
.sub-heading h2 {
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 50px;
}

/* .categories-tab .nav-pills{
	flex-wrap:nowrap;
	white-space:nowrap;
	overflow-x:auto;
	column-gap:17px;
} */

.categories-tab .nav-pills::-webkit-scrollbar {
  display: none;
}

.category-fname{
	max-width:142px;
	width:100%;
	white-space:wrap;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.16px;
	color:#545A66;
	margin-top:12px;
}

.categoryButton.active + .category-fname{
	color:#000000;
	font-weight:600;
}
.categories-tab .swiper-wrapper{
	padding-left:100px;
}
.categories-tab .swiper-pagination {
    position: relative !important;
    margin-top: 20px;
}

@media(min-width:578px){
	.categories-tab .swiper-pagination {
		display:none;
	}
}

.categories-tab .swiper-pagination .swiper-pagination-bullet{
    background: none;
    border: 1.5px solid #A7B4C1;
    width: 10px;
    height: 10px;
}
.categories-tab .swiper-pagination .swiper-pagination-bullet-active{
    background: #E12827;
}

@media(min-width:1367px){
	.categories-tab .swiper-wrapper{
		padding-left:145px;
	}
}
@media(min-width:1485px){
	.categories-tab .swiper-wrapper{
		padding-left:185px;
	}
}
@media(min-width:1520px){
	.categories-tab .swiper-wrapper{
		padding-left:190px;
	}
}
@media(min-width:1700px){
	.categories-tab .swiper-wrapper{
		padding-left:255px;
	}
}
@media(min-width:1800px){
	.categories-tab .swiper-wrapper{
		padding-left:300px;
	}
}
@media(min-width:1920px){
	.categories-tab .swiper-wrapper{
		padding-left:355px;
	}
}
@media(max-width:1280px){
	.categories-tab .swiper-wrapper{
		padding-left:45px;
	}
}
@media(max-width:1200px){
	.categories-tab .swiper-wrapper{
		padding-left:15px;
	}
}
@media(max-width:1140px){
	.categoryDisplay{
		padding:0px 15px;
	}
	.categories-tab .swiper-wrapper{
		padding-left:15px;
	}
}
@media(max-width:768px){
	.categoryDisplay{
		padding:0px 15px;
	}
	.categories-tab-slider ul{
		padding:0px 10px;
	}
	.nav-item.category-list {
    	margin-right: 10px !important;
	}
	.categories-tab .swiper-wrapper{
		padding-left:10px;
	}
	button.nav-link.categoryButton {
   	 	max-width: 100px;
    	height: 100px !important;
	}
	.sub-heading h2{
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 30.24px;
        text-align: center;
		padding: 0 15px;
    }
	.category-fname{
		font-size:14px;
		line-height:16px;
	}
	.categoryBottomsec{
		font-size:14px;
		line-height:17px;
	}
	.categoryBottomsec span{
		max-width:78px;
	}
	.contant-section{
		padding:20px 20px 21px 20px;
	}
	.catError {
		bottom: -20px;
		z-index: 9999999;
		position: absolute;
		font-size: 14px;
		margin-bottom: 0;
		color: red;
	}
}