/* Botão preto, 100% largura */
.woocommerce ul.products li.product .balsamu-loop-buy,
ul.products li.product .balsamu-loop-buy,
.product_item .balsamu-loop-buy{
  margin-top:12px;
  width:100%;
  text-align:center;
  display:inline-block;
  padding:12px 16px;
  border:1px solid #111;
  text-decoration:none;
  font-size:15px;
  line-height:1.2;
  transition:opacity .15s ease;
}
.balsamu-loop-buy--black{
  background:#111;
  color:#fff !important;
  border-color:#111;
}
.balsamu-loop-buy--black:hover{ opacity:.88; }
.product_item, ul.products li.product{ padding-bottom:12px; }
