.anthemeblocks-staticblockcategory {
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 42px;

}
.shopnow-vt8 p{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.staticblockcategory-item{
  position: relative;
  overflow: hidden;
  max-width: 350px;
  max-height: 350px;
  width: 100%;
}
.staticblockcategory-item.staticblockcategory-item-big{
  max-width: 370px;
  max-height: 373px;
  position: relative;
  margin-bottom: 30px;
}
.staticblockcategory-item img {
  width: 370px;
  height: 250px;
  max-width: 100%;
  transition: opacity .35s;
}
.staticblockcategory-item-big .anthemeblocks-staticblockcategory-desc { 
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 47px 29px;
}

.anthemeblocks-staticblockcategory-desc h2 {
  text-transform: uppercase;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  color: #000;
  word-wrap: normal;
  overflow: hidden;
}
.anthemeblocks-staticblockcategory-desc h2 span {
  position: relative;
  padding: 0 27px;
  display: inline-block;
}
.anthemeblocks-staticblockcategory-desc h2 span:before,
.anthemeblocks-staticblockcategory-desc h2 span:after {
  content:"";
  width: 100%;
  border-top: 1px solid #c2c2c2;
  position: absolute;
  right: 100%;
  top: 50%;
}
.anthemeblocks-staticblockcategory-desc h2 span:after {
  left: 100%;
}

.anthemeblocks-staticblockcategory-content p {
  max-width: 320px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #000;
}
.anthemeblocks-staticblockcategory-desc .btn-primary {
  margin-top: 18px;
  line-height: 46px;
  min-width: 140px;
}

.anthemeblocks-staticblockcategory-desc .an_link-block span {
  font-size: 16px;
  color: #fff;
}
.new_collection {
  font-size: 19px;
  font-family: "Lato";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1.263;
  text-align: center;
  position: absolute;
  left: 876.343px;
  top: 2214.002px;
  z-index: 120;
}
@media (max-width: 1200px) {
  .anthemeblocks-staticblockcategory {
    justify-content: center;
  }
  .staticblockcategory-item.staticblockcategory-item-big {
    margin: 15px;
  }
  .staticblockcategory-item img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .staticblockcategory-item-big .anthemeblocks-staticblockcategory-desc {
    padding: 10% 10px;
  }
}
/*** effects ***/
.staticblockcategory-item {
  overflow: hidden;
}
.staticblockcategory-item img {
  transition: transform .35s;
}
.staticblockcategory-item:hover img {
  transform: scale3d(1.2, 1.2, 1.2);
}
