/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

.pum-container.theme-443 {
	background-position: center center;
	background-image: url("/wp-content/uploads/2025/12/bgpopup.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.pum-container.theme-443 h2,
.pum-container.theme-443 h3,
.pum-container.theme-443 h4,
.pum-container.theme-443 h5,
.pum-container.theme-443 p {
	color: #fff;
}

.pum-container.theme-443 p {
	font-size: 18px;
	font-weight: 400;
}

.pum-container.theme-443 {
	padding: 40px 18px;
}

.pum-container.theme-443 .newsletter-form {
	text-align: center;
}

.pum-container.theme-443 .newsletter-form input {
	display: inline-block;
}

.product-category-nav {
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 4px;
}

.product-category-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.product-category-nav li a {
    display: block;
    padding: 0.5rem 1.25rem;
    text-decoration: none;
    color: #fff;
    background: #415b6c;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.product-category-nav li a:hover,
.product-category-nav li.active a {
    background: #446d45;
    color: #ffffff;
}


#Footer .widget_nav_menu ul {
    background: none;
    padding: 0;
}

#Footer .widget_nav_menu ul li::marker,
#Footer .widget_nav_menu ul li::after {
	display: none;
	content: "";
}
