@charset "utf-8";

@media (min-width: 576px) {		
	.sizehelper:before {
		content: "SM";
	}

	h1, .h1 {
		font-size: 25px;
		line-height: 30px;
	}

	h2, .h2 {
		font-size: 24px;
		line-height: 25px;
	}
	
	.header img {
		margin-left: -48px!important;
	}		

	.mainnav {
		margin-top: 0;
	}
	
	.mainnav .nav-item.dropdown {
		border-left: 1px solid white;
		border-right: 1px solid white;
		position: static;
	}

	.mainnav .nav-item.dropdown.show{
		border-color: #c8c8c8;
	}
	
	.mainnav .navbar-nav .dropdown-menu {
		left: 0;
		right: 0;
		border-radius: 0;
		margin-top: 1px;
		border-top: none;
		-webkit-box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.09);
		-moz-box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.09);
		box-shadow: 0px 9px 5px 0px rgba(0,0,0,0.09);
		column-count: 2;
		column-gap: 0;
		padding: 15px 15px 0;
		border: 1px solid rgba(0,0,0,.15);		
	}
	
	.mainnav .nav-fill .nav-item {
		text-align: center;
	}

	.mainnav .navbar-nav .dropdown-menu .dropdown-item {
		font-size: 14px;
		line-height: 16px;
		padding: 4px 15px 2px;
	}		
	
	.footer .noleft {
		margin-left: -15px;
	}

	.footer .noright {
		margin-right: -15px;
	}
	
	.footer .navs .line {
		border-left: 1px solid white;
	}

	.carousel-image {
		height: 230px;
	}	
	
	.hatch-item .hatch-btn {
		bottom: 13px;
		font-size: 15px;
	}
	
	.hatch-item .hatch-text {
		font-size: 15px;
		line-height: 17px;
	}

	
	.homecontent {
		padding: 25px 44px 49px;
		margin: 33px 0 65px;
	}	
	
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 27px;
		max-width: 53%;
	}

	.fr-FR .banner h1, .fr-FR .banner .h1,
	.de-DE .banner h1, .de-DE .banner .h1
	{
		line-height: 33px;
	}	
	.prodnav > .nav {
		margin-top: -8px;
	}

	.prodnav > .nav li {
		max-width: 193px;
	}
		
	.prodnav .colormatchesouter, .prodnav .tradeouter {
		max-width: 191px;
	}
	
	.prodnav > .nav {
		display: flex;
	}
	
	.prodactions .qty {
		max-width: 104px;
	}
	
	.basketdetails .header {
		display: flex;
	}
	
}