/*
 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
*/
.wpcf7-form {
    &.submitting {
        .wpcf7-submit {
            pointer-events: none;
        }
    }
}
/* input#pwgc-redeem-button {
    font-size: 14px;
    line-height: inherit;
    padding-top: 13px;
    padding-right: 30px;
    padding-bottom: 13px;
    padding-left: 30px;
    background-color: var(--shade);
    color: white;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
} */
body .woocommerce-notices-wrapper:not(:empty) {
    padding: 0 clamp(1.5rem, calc(0.8920606601vw + 1.2145405888rem), 2.5rem);
}
a, button, div {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
input[type="search"] {
  -webkit-appearance: none;
  -webkit-border-radius:0px;
}
.fixed-position {
	position:fixed !important;
}
body .woocommerce-info, 
body .woocommerce-message{
	background-color: #f2efec !important;
  	color: #000 !important;
  	margin-bottom: 30px;
}
.brxe-shortcode .woocommerce-info .button,
.woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-error a{
	background-color: #000 !important;
  	padding: 13px 30px !important;
  	font-size: 14px !important;
  	line-height: inherit !important;
	border-radius: 5px;
	font-weight: 700;
}
.woocommerce-notices-wrapper .woocommerce-error li {
	display: grid;
    grid-template-columns: 1fr auto;
	align-items: center;
}
body .woocommerce .woocommerce-notices-wrapper,
body .woocommerce .return-to-shop{
    max-width: 1440px;
	text-align: left;
}
body .woocommerce .return-to-shop{
	margin: 0 clamp(1.5rem, calc(0.8920606601vw + 1.2145405888rem), 2.5rem);
}
body .woocommerce .woocommerce-notices-wrapper{
	margin: clamp(6rem, calc(0vw + 6rem), 6rem) clamp(1.5rem, calc(0.8920606601vw + 1.2145405888rem), 2.5rem);
}
/* body .woocommerce {
	text-align: -webkit-center;
} */
.woocommerce-checkout .woocommerce-privacy-policy-text{
	margin-bottom: 15px;
  	margin-top: 0px;
}
.bricks-search-submit{
    border: 1px solid var(--shade);
}
.wpgb-facet .wpgb-pagination li a, .wpgb-facet .wpgb-pagination li a:hover{
	color: black;
}
.brxe-container .wpgb-facet .wpgb-pagination li a[aria-current]{
	color: black;
	text-decoration: underline;
}
#form-contatti .btn-form {
    width: 150px;
}
#form-contatti .form-div label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#form-contatti label{
    color: var(--shade);
    font-weight: 400;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 19px;
}
#form-contatti .gap-form{
	column-gap: 15px;
}
.form-div .input, .form-div input:not([type=submit]), .form-div select, .form-div textarea{
    border: 1px solid var(--accent);
    padding: 10px;
    margin-top: 5px;
    line-height: 25px;
    color: #363636;
	min-height: 50px;
}
.form-div textarea{
    max-height: 100px;
}
.form-div select{
    background-color: white;
}
*:focus, *:focus-visible {
	border-color: inherit !important;
	outline: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
}
.btn--primary, .bricks-button.btn--primary{
    text-align: center;
}
.wpcf7-spinner {
    display: none;
}
.checkbox-privacy{
    width: 20px !important;
    height: 20px !important;
}
.display-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.div-30 {
    width: 30%;
    text-align: right;
    margin-left: 30px;
}

#form-contatti .wpcf7-list-item{
    margin: 0 15px 0 0;
}
#form-contatti .wpcf7-acceptance{
    display: flex;
}
.iub_content{
	padding: 0 !important;
}

#filtro-prezzo .wpgb-range-progress {
	background-color: black;
}
#filtro-prezzo .wpgb-range-slider {
	height: 3px;
  order: 1;
}
#filtro-prezzo .wpgb-range-thumb{
	border-color: #000;
  background-color: #000;
}
#filtro-prezzo .wpgb-range-values {
	font-size: 14px;
}
#filtro-prezzo .wpgb-range-facet{
	row-gap: 15px;
}
#filtro-brand .wpgb-select-facet,
#filtro-trattamento .wpgb-select-facet,
#filtro-trattamento2 .wpgb-select-facet,
#filtro-categorie .wpgb-select-facet{
    border: 1px solid var(--accent);
}
#filtro-brand .wpgb-select,
#filtro-trattamento .wpgb-select,
#filtro-trattamento2 .wpgb-select,
#filtro-categorie .wpgb-select{
    border: none;
}
#filtro-brand .wpgb-select .wpgb-select-controls .wpgb-select-separator, 
#filtro-trattamento .wpgb-select .wpgb-select-controls .wpgb-select-separator, 
#filtro-trattamento2 .wpgb-select .wpgb-select-controls .wpgb-select-separator,
#filtro-categorie .wpgb-select .wpgb-select-controls .wpgb-select-separator{
    background: var(--accent);
}
fieldset:last-child{
	margin-bottom: 0px !important;
}
.wpgb-select-dropdown ul li.wpgb-focused,
.wpgb-select-dropdown ul li[aria-selected="true"]{
    background-color: #eec8b1 !important;
}
/*------------------------------------------------------------ MOBILE ------------------------------------------------------------*/
@media only screen and (max-width: 767px){
	.display-flex{
        display: block !important;
    }
    .div-30 {
        width: 100%;
        text-align: center;
    	margin-top: 15px;
    	margin-left: 0px;
    }
	body .woocommerce-info,
	body .woocommerce-message,
	body .woocommerce-notices-wrapper:not(:empty){
		margin-bottom: 0;
	}
}
/*---------------------------------------------------------- END MOBILE ----------------------------------------------------------*/


/*------------------------------------------------------------ TABLET ------------------------------------------------------------*/
@media only screen and (max-width: 1024px){
	.brxe-bu-accordion-menu .current-menu-ancestor>a,
	.brxe-bu-accordion-menu .current-menu-item>a{
/*   		text-decoration: underline; */
	}
	.woocommerce-cart .woocommerce {
    	padding: 0 !important;
	}
}
/*---------------------------------------------------------- END TABLET ----------------------------------------------------------*/


/*----------------------------------------------------------- NOTEBOOK -----------------------------------------------------------*/
@media only screen and (max-width: 1440px){
	
}
/*--------------------------------------------------------- END NOTEBOOK ---------------------------------------------------------*/