  /* Limit font size in admin OVERLOAD WP STANDARD*/
  .blocks-base-control__label{
    font-size:12px;
    font-weight: 700;
  }

  /* WC QTY SELECTOR @ SWIFFLE SAUCE */
  .wc-block-components-quantity-selector__button {
    border: 0!important;
    border-radius: 50%!important;
    font-weight: 900!important;
    min-width:40px!important;
    min-height:40px!important;
  }
  .wc-block-components-quantity-selector:after {
    border-radius: 25px!important;
  }
  .wc-block-components-quantity-selector{
    border-radius: 25px!important;
    padding:4px!important;
    width: 120px!important;
  }
  .is-medium.wc-block-components-sidebar-layout, .is-mobile.wc-block-components-sidebar-layout{
    padding:5px;
  }
.hidden{
	display:none;
}
/* Hide return to cart button in checkout */
/* (Actualy optionaly rediret cart to shop)
.wc-block-components-checkout-return-to-cart-button {
    display: none;
}
*/

