.multi_cat .span3.product {
    margin-bottom: 20px !important;
}
.multi_cat {
	width:100%;
}
.multi_cat:before, .multi_cat:after {
	content:"";
	clear:both;
}
.multi_cat .product-list-item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: radial-gradient(ellipse at center,#ffffff 0%, #ffffff 50%,#ededed 100%);
}
.multi_cat .product-list-item .image {
    text-align: center;
    overflow: hidden;
}
.multi_cat .span3 {
    width: calc(32.333333333333% - 20px);
	float:left;
    margin-left: 20px;
	min-height: 346px !important;
}
.multi_cat .product-list-item .details h3 {
    line-height: 1 !important;
    margin: 0 !important;
	padding:0 !important;
	border-bottom:none !important;
}
.multi_cat .product-list-item .details h3 a {
	text-decoration:none !important;
    color: #333 !important;
    font-size: 14px;
}
.multi_cat .product-list-item > .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    box-shadow: inset 0 0 0 2px #e8e8e8;
}
.multi_cat .zn_badge_container {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.multi_cat .product-list-item .details {
    background: #f3f3f3;
    padding: 15px;
    border-top: 1px solid #E8E8E8;
}
.multi_cat .fixclear {
    zoom: 1;
}
.row-fluid .multi_cat [class*="span"]:first-child {
    margin-left: 20px !important;
}
.row-fluid .multi_cat .span3 {
    width: 22.5% !important;
    min-height: 376px !important;
}
@media (max-width: 780px) {
	.multi_cat .span3 {
		width: 50%;
	}
	#nd_chinh_in .multi_cat .span3 {
		margin: 0;
		padding: 10px;
	}
	#nd_chinh_in .multi_cat .span3:nth-child(3n), #nd_chinh_in .multi_cat .span3:nth-child(3n+1) {
		clear: unset
	}
}
@media (max-width: 480px) {
.multi_cat .span3 {
    width: 100%;
}.row-fluid .multi_cat .span3 {
    width: 100% !important;
    margin-bottom: 0px !important;
}
}
