.pro-price {
  position: relative;
  min-height: 60px;
justify-content: center;
display: flex;
}

.p-absoulute {
  position: absolute;
}

.pr-1 {
  top: 0;
  transition: all 0.3s;
  left: 0;
}

.pr-2 {
  text-transform: uppercase;
  transform: translateY(-43px);
  transition: all 0.3s;
  border-bottom: 2px solid #000;
}

.product {
  width: 100%;
}
.product:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.product:hover .pro-price .pr-2 {
  transform: translateY(0);
}

.p-absoulute.pr-2{
width:120px;
color: #fff;
background-color: #017cee;
border: 2px solid #017cee;
-webkit-clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));
clip-path: polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));
text-align: center;
  height: 50px;
  line-height: 45px;
margin-top:-30px
}

a:hover.p-absoulute.pr-2{
color: #fff;
background-color: #017cee;
opacity: 0.7!important;
}

.p-absoulute.pr-2::before{
content: "";
position: absolute;
background-color: #017cee;
width: 60px;
height: 3px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
top: 0;
right: -14px;
}

.p-absoulute.pr-2::after{
content: "";
position: absolute;
background-color: #017cee;
width: 60px;
height: 3px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
bottom: 0;
left: -14px;
}

.product:hover .pro-price .pr-2 {
  transform: translateY(30px);
  opacity: 1;
  visibility: visible;
}

.product:hover .pro-price .pr-1 {
  transform: translateY(43px);
  opacity: 1;
  visibility: visible;
}
.product:hover .product__thumb > a {
  opacity: 0.6;
}
.product:hover .inner__action {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 50%;
}

.product__name {
padding-top: 20px;
}

.product__name h4 {
text-align: center;
}

.product__name h4 a {
color:#fff;
font-size: 20px;
}

.product__name h4 a:hover {
color:#017cee;
}

.category__name {
padding-top: 10px;
}

.category__name h4 {
text-align: center;
}

.category__name h4 a {
color:#fff;
font-size: 16px;
}

.category__name h4 a:hover {
color:#017cee;
}

.pro-price {
  overflow: hidden;
}










