/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* ---------------------------------------------------------
   PART 1: BOOTSTRAP UTILITY REPLICATION
   These represent the standard Bootstrap 5 classes found in your HTML.
   --------------------------------------------------------- 
*/


@media screen and (max-width: 767px) {
    .js-an_productattributes-add-to-cart span {
      display: none;
    }
}
#btn-opc_login {
  font-size: 1.2rem !important;
}
#btn-register-guest, #btn-register-customer,#btn-opc_login {
  font-size: 1.3rem;
}