/*
 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
*/

::selection {
	background: #EBA0B9;
	color: #131313;
}

::-moz-selection {
	background: #EBA0B9;
	color: #131313;
}

mark {
	background: #EBA0B9;
	color: #131313;
}

.hero-animate .hero-animate-item {
	will-change: opacity, transform;
}

html.mg-page-loading .hero-animate .hero-animate-item {
	opacity: 0;
	transform: translateY(24px);
}

html.mg-fade-ready .fade-up,
html.mg-fade-ready .fade-stagger .fade-up {
	opacity: 0;
	will-change: opacity, transform;
}

.fade-up.is-visible,
.fade-stagger .fade-up.is-visible {
	opacity: 1;
	transform: none;
	visibility: visible;
	will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
	html.mg-page-loading .hero-animate .hero-animate-item,
	.hero-animate .hero-animate-item,
	html.mg-fade-ready .fade-up,
	html.mg-fade-ready .fade-stagger .fade-up {
		opacity: 1;
		transform: none;
		will-change: auto;
	}
}

html {
	scrollbar-color: #719782 #FFFBF3;
	scrollbar-width: thin;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #FFFBF3;
}

::-webkit-scrollbar-thumb {
	background: #719782;
	border: 2px solid #FFFBF3;
	border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
	background: #5f806c;
}

.woocommerce .before-cart.brxe-container,
.woocommerce .before-checkout.brxe-container {
	max-width: 100%;
	width: 100%;
}

.woocommerce-notices-wrapper {
	align-items: center;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	text-align: center;
	width: 100%;
}

.woocommerce-notices-wrapper.brxe-container {
	max-width: 100%;
	width: 100%;
}

.woocommerce-notices-wrapper > .woocommerce-message,
.woocommerce-notices-wrapper > .woocommerce-info,
.woocommerce-notices-wrapper > .woocommerce-error {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	text-align: center;
	width: 100%;
}

.woocommerce-notices-wrapper > .woocommerce-message a.restore-item,
.woocommerce-notices-wrapper > .woocommerce-message a.wc-forward,
.woocommerce-notices-wrapper > .woocommerce-message a.button,
.woocommerce-notices-wrapper > .woocommerce-info a.wc-forward,
.woocommerce-notices-wrapper > .woocommerce-info a.button,
.woocommerce-notices-wrapper > .woocommerce-error a.wc-forward,
.woocommerce-notices-wrapper > .woocommerce-error a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-left: 0;
	border-radius: 56px !important;
	float: none;
	margin-left: 0;
	min-height: 40px;
	overflow: hidden;
	padding: 7px 15px;
	pointer-events: auto;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
