/*
 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
*/
/*--------------------------------------------------------------
General
--------------------------------------------------------------*/
body, a {
    -webkit-tap-highlight-color: transparent;
}
body {
	overflow-x: hidden;
}
body.bricks-is-frontend :focus {
    outline: none;
}
body.bricks-is-frontend :focus-visible {
    outline: none;
}
::selection {
    background-color: var(--rose);
}
label {
	margin-bottom: 0px;
}
input[type=checkbox]+label {
	user-select: none; 
}
main > section.brxe-section:first-of-type {
    margin-top: 0;
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.bricks-nav-menu, .bricks-mobile-menu {
    text-transform: uppercase;
    font-weight: 600;
}
.bricks-mobile-menu-toggle span {
	height: 1px !important;
}
/*--------------------------------------------------------------
Price
--------------------------------------------------------------*/
.price {
	font-size: 28px;
	font-weight: 700;
}
/*--------------------------------------------------------------
Slider Fix
--------------------------------------------------------------*/
.splide__slide:not(.is-visible) {
  display: none !important;
}