/* Css for category cms start */
.pst-cat-item-inner{
	text-align: center;   
    display: block;
}
ul.pst_categorycmsblock-inner {    
	padding:12px 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.pst_categorycmsblock .pst-cat-item:last-child {
    margin: 0 0 0 18px;
    padding: 0 0 0 15px;
}
.pst_categorycmsblock li.pst-cat-item {
    margin: 0 18px;
}
.pst-cat-name a{
	color:#ffffff;
}
.pst-cat-name a:hover{
	color:#3E474C;
}
.pst-cat-name {
    display: block;
}
.pst-cat-image{
	background-image: url("../img/cat1.svg");
	background-repeat: no-repeat;
	background-position: center 0px;
	display: inline-block;
	height: 35px;
	margin: 0 auto;
	width: 40px;
	vertical-align: top;
	background-size:31px 38px;
}
li:nth-child(1) .pst-cat-image{background-image: url("../img/cat1.svg");}
li:nth-child(2) .pst-cat-image{background-image: url("../img/cat2.svg");}
li:nth-child(3) .pst-cat-image{background-image: url("../img/cat3.svg");}
li:nth-child(4) .pst-cat-image{background-image: url("../img/cat4.svg");}
li:nth-child(5) .pst-cat-image{background-image: url("../img/cat5.svg");}
li:nth-child(6) .pst-cat-image{background-image: url("../img/cat6.svg");}


@media (min-width: 1300px){
	.pst_categorycmsblock {
		margin: 0 auto;
		width: 79%;
		float: right;
		display: inline-block;
	}
	
}
@media (max-width: 1299px){
div#_desktop_pst_categorycmsblock {
    display: inline-block;
    vertical-align: top;
	    width: 76%;
}

.pst_categorycmsblock li.pst-cat-item {
  margin: 0 12px;
}
.pst_categorycmsblock .pst-cat-item:last-child{margin-left: 0 12px;}
}
@media (max-width: 991px){
	.pst_categorycmsblock-inner .pst-cat-item a{
		color:#000000;
		margin: 0;
		font-size:15px;
		font-weight:500;
	}
	ul.pst_categorycmsblock-inner{margin:0;padding:0;}
	.pst_categorycmsblock-inner .pst-cat-item a{padding:5px 0;display:block;}
	.pst_categorycmsblock-inner .pst-cat-item-inner{text-align:left;}
	.pst_categorycmsblock-inner .pst-cat-item{padding:0;}
}
/* Css for category cms end */
