/*
Theme Name: Hello Elementor Child
Theme URI: https://www.bubbleup.ca/
Description: Custom child theme created by BubbleUP Marketing
Author: BubbleUP Marketing
Author URI: https://www.bubbleup.ca/
Template: hello-elementor
License: Commercial
Version: 1.1.0
*/

body,
main {
    overflow-x: clip;
}

:focus-visible {
    outline: none;
}

.elementor hr {
    border: 1px solid black;
    margin: 2rem 0 1rem !important;
}

.page-id-345 .grecaptcha-badge {
	visibility: visible !important;
}

.elementor-menu-cart__footer-buttons .elementor-button {
    padding: 0.75rem !important;
}

.woocommerce-info {
    border-top-color: var(--e-global-color-text);
}

.woocommerce-info::before {
    color: var(--e-global-color-text);
}

.button.wc-forward,
.button.wc-backward,
.wp-block-buttons .wp-block-button__link {
    background-color: var(--e-global-color-c3f1a57) !important;
    font-weight: 500 !important;
    color: white !important;
    border-radius: 0 !important;
}

.wp-block-buttons .wp-block-button__link:hover {
    background-color: var(--e-global-color-primary) !important;
}

.variable-item-span-button {
    line-height: 1;
}

.fs-option[data-value="general"] {
    display: none;
}