/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.woocommerce .woocommerce-MyAccount-navigation ul li, 
.woocommerce-page .woocommerce-MyAccount-navigation ul li {
	border-top: 1px solid #e6e6e6; 
}

.woocommerce-MyAccount-navigation-link {
	display: block; 
	padding: 12px;
}

.woocommerce-MyAccount-navigation-link:hover {
	background: #e6e6e6;
}

.woocommerce-Address .woocommerce-Address-title h2 {
	color: #000; 
}

.smartcms_content_schedules {
	display: none !important;
}

div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
	background-color: #f8931f !important; 
	color: #000 !important;
}

div.wpforms-container-full button[type=submit]:hover {
	background-color: #f9b364;
	color: #000 !important; 
}


.product-listing h2 {
	line-height: 1.2em; 
}

@media only screen and (max-width: 768px) {
    .my-account-mobile-menu {
        position: relative;
        width: 100%;
    }

    .hamburger-toggle {
        display: block;
        background: #333;
        color: #fff;
        border: none;
        padding: 12px 15px;
        font-size: 18px;
        cursor: pointer;
        width: 100%;
        text-align: left;
        transition: background 0.3s ease;
    }

    .hamburger-toggle:hover,
    .hamburger-toggle.open {
        background: #555;
    }

    .woocommerce-MyAccount-navigation {
        display: none; /* Hidden by default on mobile */
        background: #fff;
        border: 1px solid #ddd;
        padding: 10px 0;
        margin-top: 5px;
    }

    .woocommerce-MyAccount-navigation ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .woocommerce-MyAccount-navigation ul li {
        border-bottom: 1px solid #eee;
    }

    .woocommerce-MyAccount-navigation ul li:last-child {
        border-bottom: none;
    }

    .woocommerce-MyAccount-navigation ul li a {
        display: block;
        padding: 12px 20px;
        color: #333;
        text-decoration: none;
        font-size: 16px;
    }

    .woocommerce-MyAccount-navigation ul li.is-active a {
        font-weight: bold;
        color: #000;
        background: #f8f8f8;
    }

    .woocommerce-MyAccount-navigation ul li a:hover {
        background: #f0f0f0;
    }
}

/* Ensure menu is visible on larger screens */
@media only screen and (min-width: 769px) {
    .hamburger-toggle {
        display: none;
    }

    .woocommerce-MyAccount-navigation {
        display: block !important;
    }
}


.@media (max-width: 767px) {
    .product-listing {
        width: 100%;
		margin-bottom: 25px !important;
    }
}
@media (min-width: 768px) {
	
    .product-listing {
        width: 33.33%;
        float: left;
		margin-bottom: 25px !important;
    }
	
}
