/*** Customize seu css aqui ***/
.header-link .icon_cart {
  height: 29px;
  text-align: center;
  width: 22px;
}
.product-btn {
    border-radius: 5px;
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    font-weight: bold;
    height: 60px;
    line-height: 20px;
    max-width: 100%;
    padding-bottom: 21px;
    padding-top: 19px;
    text-transform: uppercase;
    width: 220px;
}
.showcase-product_buy {
    box-shadow: none;
    background-color: #5b5c5e;
    border-radius: 5px;
    border: 0;
    bottom: auto;
    color: #fff;
    display: table;
    float: left;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-height: 36px;
    opacity: 0;
    padding: 7px 20px 9px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: calc((330px / 2));
    transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    width: 180px;
}