Listing icono medio

PHOTO EMBED

Tue Aug 17 2021 20:50:43 GMT+0000 (Coordinated Universal Time)

Saved by @YUSTY #css

/* Listing product icon medio*/
.btn-wrap a:before{
	z-index: 999;
transition: all .5s;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f290";
    text-align: center;
    position: absolute;
	left: 40%;
    color: #fff;
    bottom: 84px;
    font-size: 12px;
    font-size: 20px;
    border-radius: 150px;
    padding: 10px 15px;
    background: #DE9CB6;
}
content_copyCOPY