/* Css for category cms start */

#pst_categorycmsblock {
    margin-bottom: 70px;
}
#pst_categorycmsblock .pst-cat-item {
    text-align: center;
}
#pst_categorycmsblock .pst-cat-item .pst-cat-item-inner {
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
#pst_categorycmsblock .pst-cat-shop-btn {
    display: block;
    color: #000 !important;
}
#pst_categorycmsblock .pst-cat-shop-btn:hover {
    color: #94252c !important;
}
#pst_categorycmsblock .pst-cat-name {
    text-transform: uppercase;
    display: block;
    color: #94252c;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
	margin-bottom: 20px;
}
#pst_categorycmsblock .pst-cat-item .pst-cat-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
   /* background: rgba(255, 255, 255, 0.7);*/
    text-align: center;
    padding: 20px 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
/*#pst_categorycmsblock .pst-cat-item-inner:hover .pst-cat-details {
    opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}*/
#pst_categorycmsblock .pst-cat-details-inner {
   position: absolute;
    top: 25%;
    left: auto;
    right: 10px;
    text-transform: uppercase;
}
span.pst-cat-text {
    font-size: 12px;
    color: #000;
    line-height: 18px;
    margin-bottom: 20px;
	display: block;
}

#pst_categorycmsblock .pst-cat-item .pst-cat-item-inner:hover .pst-cat-img img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
#pst_categorycmsblock .pst-cat-item .pst-cat-item-inner .pst-cat-img img {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    max-width: 100%;
    height: auto;
}
@media (max-width: 991px) {
#pst_categorycmsblock {
    margin-bottom: 40px;
}
#pst_categorycmsblock .pst-cat-details-inner {top: 20%;right: 6%;}
#pst_categorycmsblock .pst-cat-name {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}
span.pst-cat-text {
    margin-bottom: 15px;
   }
}

@media (max-width: 767px) {
    #pst_categorycmsblock .pst-cat-item {
        margin-bottom: 20px;
    }
}
/* Css for category cms end */