﻿
div.menutitle {
	border-bottom: 1px dotted #666;
	margin: 10px 5px;
}

#sitemap .products a {
    color: #0C4F9D;
	text-decoration: none;
}
#sitemap .sitemap_list li{
	position: relative;
	padding-left: 28px;
}
#sitemap .sitemap_list li:before{
	content: '';
    width: 5px;
    height: 5px;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: 10px;
}
#sitemap .products_wrap{
	margin-bottom: 20px;
}

#sitemap .map-top{
   color: #0C4F9D;	
}

@media all and (min-width: 600px){
	.products{
		display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
	}
	.products1{
		flex: 0 1 32%;
		width: 32%;
		max-width: 32%;
	}
}