.categoriesproduct-block-2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.anthemeblocks-categoriesproduct-2 {
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.categoriesproduct-image-2 {
  position: relative;
  overflow: hidden;
}
.categoriesproduct-content-2 {
  position: absolute;
  bottom: 0px;
  width: 70%;
  margin-left: 15%;
  margin-bottom: 10%;
}
.categoriesproduct-image-2 img {
    max-width: 100%;
    transition: .5s;
}
.categoriesproduct-image-2 h3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;  
}
.categoriesproduct-image-2 p {
  font-size: 14px;
  font-weight: 400;
  /*margin-top: 10px;*/
  display: none;
  color: #fff;
  margin-bottom: 0;
}
.banner-p-2 {
  transition: .2s;
  margin-top: 25px;
  display: none;
}
.anthemeblocks-categoriesproduct-item-2 {
  width: 31%;
  margin: 1%;
}
.categoriesproduct-block-2 h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 48px;
}
.categoriesproduct-block-2 .decor_line:before {
  margin-right: 4.5%;
  margin-bottom: 3px;
} 
.categoriesproduct-block-2 .decor_line:after {
  margin-left: 4.5%;
  margin-bottom: 3px;
}
.anthemeblocks-categoriesproduct-content-2 {
  margin-bottom: 12px;
}
.anthemeblocks-categoriesproduct-content-2 p{
  max-width: 269px;
  color: #969597;
  line-height: 22px;
  font-size: 12px;
  margin-bottom: 24px
}
.anthemeblocks-categoriesproduct-item-2:hover img {
    transform: scale(1.025);
}
.anthemeblocks-categoriesproduct-item-2:hover .categoriesproduct-content-2 p {
  display: inline-block;
}
.anthemeblocks-categoriesproduct-item-2:hover .anblocks-line {
  display: inline-block;
}
.anthemeblocks-categoriesproduct-item-2:hover .banner-p-2 {
  display: inline-block;
}
.anblocks-line{
    position: relative;
    width: 100px;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: rgba(255,255,255,1);
    display: none;
}
/**/
.categoriesproduct-item-2 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.categoriesproduct-item-2:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
/**/
@media (max-width: 1024px) {
  .anthemeblocks-categoriesproduct-content-2 p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .anthemeblocks-categoriesproduct-2{
    justify-content: center;
  }
  .categoriesproduct-item-2 {
    width: auto;
    margin-bottom: 20px;
  }
  .anthemeblocks-categoriesproduct-item-2 {
    width: 46%;
    margin: 2%;
  }
}
@media (max-width: 640px) {
    .categoriesproduct-item-2 button {
      padding: 15px 38px 15px 38px;
    }
    .anthemeblocks-categoriesproduct-content-2 p {
      margin-bottom: 19px;
    }
    .anthemeblocks-categoriesproduct-item-2 {
      width: auto;
    }
}