.btnWhats {
    padding: 6px 5px;
    text-align: center;
    border: 1px solid #3c3c3c;
    border-radius: 5px;
    margin-top: 5px;
}

.element-product-detail .wrapper-product-price .wrapper-btn-buy {
    display: flex;
    flex-direction: column;
}

.btnWhats a {
    text-transform: uppercase;
    font-weight: bold;
}

.btnWhats span.wa-chat-icon {
    background: url(https://cdn.simplo7.net/static/webroot/img/frontend/icon-chat-wa.png) no-repeat 0 0;
    background-size: 19px auto;
    display: inline-block;
    height: 19px;
    width: 19px;
    filter: invert(1);
    margin-left: 5px;
}
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn {
    width: 100%;
}

.icons-inner {
    display: flex;
    justify-content: space-between;
}

.element-icons {
    width: 85%;
    margin-left: 30px;
}

.element-icons img {
    width: 50px;
    /* margin-left: 25px; */
}

.icons-inner div {
    display: flex;
    flex-direction: column;
    width: 28%;
    text-align: center;
}

span.icon-desq {
    width: 100%;
    color: #12908b;
}

.icons-inner div img {
    align-self: center;
}