.trending{opacity:1;background-color:#c8c8c8;border-radius:10%;height:30px;line-height:31px;position:absolute;text-align:center;top:5px;padding-right:4px;padding-left:4px;font-weight:1000;color:#fff;z-index:10;cursor:pointer}.shimmer{background:#e59821;z-index:10;overflow:hidden;position:absolute}.soldout{z-index:49;position:absolute;top:-7%;right:0}.trending:after{content:'';transform:translateX(100%);top:0;width:90%;height:30px;left:0;position:absolute;z-index:1;animation:slide 1s infinite;background:-moz-linear-gradient(left top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.8)),color-stop(99%,rgba(128,186,232,0)),color-stop(100%,rgba(125,185,232,0)));background:-webkit-linear-gradient(left top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);background:-o-linear-gradient(left top,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);background:-ms-linear-gradient(right bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%)}.list-view .product .trending{left:10px;top:8px}.purple{background-color:#a4508b;background-image:linear-gradient(326deg,#a4508b 0,#5f0a87 74%)}
@media only screen and (min-width:360px) and (max-width:440px) {
	.equalHeightCategoryProduct>.item {
		display: inline-block;
		max-height: 375px;
	}
}
@media only screen and (min-width:430px) and (max-width:490px) {
	.equalHeightCategoryProduct>.item {
		display: inline-block;
		max-height: 400px;
	}
}
@media only screen and (min-width:510px) and (max-width:730px) {
	#products-main-div .col-xs-6{
        width: 33% !important;
    }
}