/*
Theme Name: WebGo
Author: Webgo
Author URI: webgo.dev
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


html,body {
    font-family: 'Poppins', sans-serif!important;
}
h1,h2,h3,h4,h5 ul li, ol li, p,
header .navigation ul li > a {
    font-family: 'Poppins', sans-serif!important;
}

.breadcrumb_static {
overflow: hidden;
}
@media ( max-width: 568px ) {
	
.breadcrumb_static {
    overflow-x: auto;
}
}

header .navigation ul.mega_lvl_1 li.has_child > a:after {
	display: none;
}
@media ( max-width: 568px ) {
    .polish_producer .bg_img {
        max-width: 80%!important;
    }
}

.product_wrapper .category ul.lvl_1 > li.no_child:before {
display: none;
}