section[data-cattype="401"]{
    padding: 30px 0 0px;
}

section[data-cattype="401"] .price{
    display:none;
}

section[data-cattype="401"] .nav-tabs.nav-stacked {
    margin-top: 15px;
}

section[data-cattype="401"] .sales-tag {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  top: 90px;
  margin-left: 85px;
  background: #ff0000;
  border-radius: 30px;
  text-align: center;
  padding: 15px 3px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transform: rotate(45deg);
  border: 2px solid #eee;
  z-index: 10;
}

section[data-cattype="401"] .grid_item {
    min-height: 1px;
    vertical-align: top;
    width: 23%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 19px 0 0;
}