
/* BTN TEXT FIX — mostra le label dei bottoni su sfondo marrone */

button,

.button,

.btn,

.btn-primary,

.btn-default,

input[type="submit"],

input[type="button"]{

  color:#ffffff !important;

  font-size:16px !important;

  line-height:1.2 !important;

  text-indent:0 !important;

  opacity:1 !important;

  visibility:visible !important;

}

.btn .btn-text,

.button .btn-text,

button .btn-text,

.btn > span,

.button > span{

  display:inline !important;

  opacity:1 !important;

  visibility:visible !important;

}

.btn::before,

.button::before{ pointer-events:none; }

.btn:hover,

.button:hover,

.btn:focus,

.button:focus{ color:#ffffff !important; }


/* NOTE: fix-checkout-arrows (auto) */
body[class*="checkout"] .panel-title:before,
body[class*="checkout"] .panel-title:after,
body[class*="checkout"] .checkout-heading:before,
body[class*="checkout"] .checkout-heading:after,
body[class*="checkout"] .accordion-toggle:before,
body[class*="checkout"] .accordion-toggle:after,
body[class*="checkout"] .card-header:before,
body[class*="checkout"] .card-header:after {
  content: "" !important;
  display: none !important;
}
body[class*="checkout"] .panel-title .fa,
body[class*="checkout"] .accordion-toggle .fa,
body.checkout-checkout .fa-angle-right,
body.checkout-checkout .icon-angle-right {
  display: none !important;
}
body[class*="checkout"] .panel-title:after,
body[class*="checkout"] .accordion-toggle:after {
  font-family: inherit !important;
}
