.anthemeblocks-staticblockcategory2 {
  margin-bottom: 75px;
}
h2.staticblockcategory2-title{
  color: #000;
  font-size: 32px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.staticblockcategory2-text p {
    text-align: center;
    font-size: 13px;
    color: #868686;
    max-width: 519px;
    margin: 0 auto;
}
.staticblockcategory2-text{
  margin-bottom: 33px;
}
.staticblockcategory2-shopnow{
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 17px;
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
  transform: scale(0);

}
.staticblockcategory2-shopnow p{
  text-transform: uppercase;
}
.staticblockcategory2-item{
  position: relative;
  overflow: hidden;
}
.anthemeblocks-staticblockcategory2-desc h2{
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #000;
}
@media (min-width: 767px) {
  .staticblockcategory2-item:hover .staticblockcategory2-shopnow{
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    transform: translate3d(0,0,0);
    transform: scale(1);
    opacity: 1;
  }
  .staticblockcategory2-item:hover .anthemeblocks-staticblockcategory2-desc{
      height: 43.7%;
    }
}
.anthemeblocks-staticblockcategory2-desc{
  position: absolute;
  bottom: 20px;
  left: 35px;
  right: 33px;
  height: 27.5%;
  background: rgba(255, 255, 255, .95);
  text-align: center;
  padding: 24px 0 11px 0;
  -webkit-transition: -webkit-height 0.35s;
  transition: height 0.35s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.anthemeblocks-staticblockcategory2-desc svg{
  background: #000;
  border-radius: 50%;
  font-size: 20px;
}
button.staticblockcategory2-shopnow{
  margin: 0;
  margin-right: 10px;
  line-height: 16px;
  color: #fff;
  font-size: 10px;
  border: none;
  border-radius: 35px;
  outline: none;
  text-transform: uppercase;
  padding: 18px 52px 16px 52px;
  margin-bottom: 17px;
}
.anthemeblocks-staticblockcategory2-content{
  margin-bottom: 13px;
}
.anthemeblocks-staticblockcategory2-content p{
  max-width: 200px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 auto;
  text-align: center;
  color: #868686;
}
.staticblockcategory2-item .saticblock-image{
  position: relative;
  overflow: hidden;
  max-width: 350px;
  max-height: 420px;
}
@media (max-width: 1200px) {
    .staticblockcategory2-item img {
      max-width: 100%;
    }
    .anthemeblocks-staticblockcategory2-desc {
      height: 35%;
    }
    .staticblockcategory2-item:hover .anthemeblocks-staticblockcategory2-desc {
      height: 51%;
    }
}
@media (max-width: 1024px) {
  .anthemeblocks-staticblockcategory2-desc {
      height: 42%;
      left: 27px;
      right: 27px;
  }
  .staticblockcategory2-item:hover .anthemeblocks-staticblockcategory2-desc {
      height: 57%;
  }
}
@media (max-width: 1024px) and (min-width: 768px){
  .anthemeblocks-staticblockcategory2-desc h2 {
    font-size: 17px;
  }
  button.staticblockcategory2-shopnow {
    padding: 13px 46px 13px 46px;
  }
}
@media (max-width: 768px) {
  .staticblockcategory2-shopnow{
    transform: none;
    opacity: 1;
  }
  .anthemeblocks-staticblockcategory2-desc {
    height: auto;
    left: 35px;
    right: 35px;
  }
  .staticblockcategory2-item {
    margin: 0 auto;
    margin-bottom: 30px;
    display: inline-block;
    width: initial;
  }
  .anthemeblocks-staticblockcategory2 > .row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .anthemeblocks-staticblockcategory2 {
    margin-bottom: 22px;
  }
}
@media (max-width: 480px) {
    .staticblockcategory2-shopnow{
        margin-top: 15px;
    }
    .anthemeblocks-staticblockcategory2-desc h2 {
        margin-bottom: 6px;
    }
    h2.staticblockcategory2-title {
      font-size: 29px;
    }
}
.staticblockcategory2-item img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.staticblockcategory2-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .anthemeblocks-staticblockcategory2-desc { 
			background: rgba(255,255,255,.50); 
	}
    .anthemeblocks-staticblockcategory2-desc p { 
			color:#000; 
	}	
}