/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/* Live blinking */
.blinking-text-live {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* Apply coupon button */
#brxe-gyigii .coupon button {
    height: 30px;
}


/* Checkout fields labels */
.woocommerce-checkout .bu-default label:not(.checkbox):not(.radio) {
    padding: 0 10px;
	background-color: white;
}

.bu-default.is-active label:not(.checkbox):not(.radio) {
    transform: translateY(-0.5em) scale(.875) !important;
}

.bu-default .select2-selection:focus, .bu-default .select2-selection:valid, .bu-default input:not([type=radio]):not([type=checkbox]):not([type=submit]):focus, .bu-default input:not([type=radio]):not([type=checkbox]):not([type=submit]):valid, .bu-default.is-active .select2-selection, .bu-default.is-active input:not([type=submit]), .bu-default.is-active select, .bu-default.is-active textarea {
    padding: 1em!important;
}


/* SUMO riscatta punti */
#rs_apply_coupon_code_field {
    width: 160px;
}

/* Metodi di pagamento Checkout */
#brxe-ldgyvk ul.wc_payment_methods {
    border-width: 55px;
    width: 100%;
}


.heyLight-inline.widget-summary-simple.italian-finance {
    display: none;
}


