/**
* Theme Name: WoonderShop PT Child
* Description: This is a child theme of WoonderShop PT, generated by Merlin WP.
* Author: <a href="https://www.proteusthemes.com/">ProteusThemes</a>
* Template: woondershop-pt
* Version: 4.0.0
*/

.header-mobile__navbar-toggler {
	color: #fff !important;
}

.main-navigation a::after {
	color: #fff !important;
}

.main-navigation .dropdown-toggle {
	background-color: #c00630 !important;
}

@media (max-width: 992px) {

	.navigation-bar {
		background-color: #fff !important;
	}
	.main-navigation .menu-item a {
		color: #000;
		border-bottom: 1px solid #c00630;
	}
	
	.main-navigation .sub-menu a {
		background-color: #fff !important;
	}
}